Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

[upstream issue] Warnings with nix on Manjaro Archlinux warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring #1789

Closed
1 of 2 tasks
jamesray1 opened this issue Oct 22, 2019 · 28 comments

Comments

@jamesray1
Copy link
Contributor

jamesray1 commented Oct 22, 2019

These warnings are misleading as suggested here on the Discourse forum and can be ignored.

warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

They are the warnings that appear after uninstalling and reinstalling and entering the nix-shell (including by running nh):

$ sudo rm -rf /nix /etc/nix /root/.nix-* /home/*/.nix-*
zsh: no matches found: /root/.nix-*

 23:32:53  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆ 
$ sudo rm -rf /nix /etc/nix /home/*/.nix-*             
[sudo] password for jr: 

$ alias cn
cn='curl https://nixos.org/nix/install | sh'

 23:33:11  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆  6s 
$ cn

$ . /home/jr/.nix-profile/etc/profile.d/nix.sh

$ alias nh
nh='nix-shell https://holochain.love'

$ nh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

[nix-shell:~/hcr]$ 

So it seems unnecessary with trying to fix the warnings by doing things like those listed in https://forum.holochain.org/t/ubuntu-and-debian-troubleshooting-brain-dump/1007. If they cause CI issues down the track that would be problematic, but that could be handled if the issue arises.

Outdated:

Tasks:

  • resolve being able run curl https://nixos.org/nix/install | sh on (Manjaro) Archlinux rather than installing nix from Link directly to local libraries NixOS/nix#3154.
  • update docs from curl https://nixos.org/nix/instal to curl https://nixos.org/nix/install | sh.

To install nix, recently and just today I tried using curl https://nixos.org/nix/install from https://developer.holochain.org/docs/install/, however, that just outputted the script. So I then tried piping with zsh and sh: curl https://nixos.org/nix/install | zsh. I was then able to run nix-shell, however I found that on logging out and in I was no longer able to run it—the command wasn't found. So I ran yay -a nix 2>&1 | tee nix-install-yay.txt. The command appears to be stuck in a loop, with cycling between different errors:
nix-install-yay.txt

@jamesray1
Copy link
Contributor Author

The build is failing for another user as of yesterday: https://aur.archlinux.org/packages/nix.

@jamesray1
Copy link
Contributor Author

If I run:

[jr@lm hcr]$ curl https://nixos.org/nix/install | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2399  100  2399    0     0   2501      0 --:--:-- --:--:-- --:--:--  2501
downloading Nix 2.3.1 binary tarball for x86_64-linux from 'https://nixos.org/releases/nix/nix-2.3.1/nix-2.3.1-x86_64-linux.tar.xz' to '/tmp/nix-binary-tarball-unpack.C5BBR3OtKE'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.2M  100 15.2M    0     0   341k      0  0:00:45  0:00:45 --:--:--  455k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
performing a single-user installation of Nix...
copying Nix to /nix/store................................
replacing old 'nix-2.3.1'
installing 'nix-2.3.1'
unpacking channels...

Installation finished!  To ensure that the necessary environment
variables are set, either log in again, or type

  . /home/jr/.nix-profile/etc/profile.d/nix.sh

in your shell.
[jr@lm hcr]$ . /home/jr/.nix-profile/etc/profile.d/nix.sh

Or pipe with sh or zsh, I can run nix-shell https://holochain.love. I run /home/jr/.nix-profile/etc/profile.d/nix.sh. However, if I switch to another terminal session, I can not run it, and the command nix-shell is not found.

@jamesray1
Copy link
Contributor Author

Mostly sorted via NixOS/nix#3154.

@jamesray1 jamesray1 reopened this Nov 8, 2019
@jamesray1
Copy link
Contributor Author

jamesray1 commented Nov 8, 2019

I am reopening this as the root issue hasn't really been solved. I have been able to consistently run nix-shell via compiling from source from NixOS/nix#3154, and not from the latest release.

@jamesray1 jamesray1 changed the title Issues using nix-shell in Manjaro arch linux [upstream issue] Issues using nix-shell in Manjaro arch linux Nov 8, 2019
@jamesray1 jamesray1 changed the title [upstream issue] Issues using nix-shell in Manjaro arch linux [upstream issue] Can't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux Nov 8, 2019
@jamesray1
Copy link
Contributor Author

This seems to work in one terminal session:

➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ curl https://nixos.org/nix/install | sh 2>&1 | tee ~/curl-install-nix.txt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2399  100  2399    0     0   2560      0 --:--:-- --:--:-- --:--:--  2557
downloading Nix 2.3.1 binary tarball for x86_64-linux from 'https://nixos.org/releases/nix/nix-2.3.1/nix-2.3.1-x86_64-linux.tar.xz' to '/tmp/nix-binary-tarball-unpack.Gme3F22JVP'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.2M  100 15.2M    0     0   218k      0  0:01:11  0:01:11 --:--:--  187k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
performing a single-user installation of Nix...
copying Nix to /nix/store................................
replacing old 'nix-2.3.1'
installing 'nix-2.3.1'
unpacking channels...
created 1 symlinks in user environment

Installation finished!  To ensure that the necessary environment
variables are set, either log in again, or type

  . /home/jr/.nix-profile/etc/profile.d/nix.sh

in your shell.
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ . /home/jr/.nix-profile/etc/profile.d/nix.sh
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ nh
these paths will be fetched (8.35 MiB download, 39.70 MiB unpacked):
  /nix/store/44qf68w92nj57fyj7ddzilnsbpyg99ll-bash-interactive-4.4-p23-dev
  /nix/store/9j4q0m4z39bxwjwazk6dy8hwgfnspj73-bash-interactive-4.4-p23-info
  /nix/store/ggfxn5csw99fd7dbmlpl7knrcwy0ggxh-bash-interactive-4.4-p23-man
  /nix/store/iaf6ky905iflcnf0m17rpsh0d24j6vqw-ncurses-6.1-20190112
  /nix/store/n3nnjq2bzz9snxcp33n6vyr0ivyrx1zm-readline-7.0p5
  /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27
  /nix/store/sc9j7ngxn37klhpa30pawikyb1az6xkv-bash-interactive-4.4-p23
  /nix/store/zavn4np1jvm79f0rafkv0p1mrag09qkz-bash-4.4-p23
  /nix/store/zmrqjzwb6x73z5w4jabars9wskax5fbk-bash-interactive-4.4-p23-doc
copying path '/nix/store/zmrqjzwb6x73z5w4jabars9wskax5fbk-bash-interactive-4.4-p23-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/9j4q0m4z39bxwjwazk6dy8hwgfnspj73-bash-interactive-4.4-p23-info' from 'https://cache.nixos.org'...
copying path '/nix/store/ggfxn5csw99fd7dbmlpl7knrcwy0ggxh-bash-interactive-4.4-p23-man' from 'https://cache.nixos.org'...
copying path '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27' from 'https://cache.nixos.org'...
copying path '/nix/store/zavn4np1jvm79f0rafkv0p1mrag09qkz-bash-4.4-p23' from 'https://cache.nixos.org'...
copying path '/nix/store/iaf6ky905iflcnf0m17rpsh0d24j6vqw-ncurses-6.1-20190112' from 'https://cache.nixos.org'...
copying path '/nix/store/n3nnjq2bzz9snxcp33n6vyr0ivyrx1zm-readline-7.0p5' from 'https://cache.nixos.org'...
copying path '/nix/store/sc9j7ngxn37klhpa30pawikyb1az6xkv-bash-interactive-4.4-p23' from 'https://cache.nixos.org'...
copying path '/nix/store/44qf68w92nj57fyj7ddzilnsbpyg99ll-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'...

[nix-shell:~/hcr]$ 

@jamesray1
Copy link
Contributor Author

OK, fixed by uninstalling and reinstalling:

➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ sudo rm -rf /nix
[sudo] password for jr: 
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ curl https://nixos.org/nix/install | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2399  100  2399    0     0   2565      0 --:--:-- --:--:-- --:--:--  2563
downloading Nix 2.3.1 binary tarball for x86_64-linux from 'https://nixos.org/releases/nix/nix-2.3.1/nix-2.3.1-x86_64-linux.tar.xz' to '/tmp/nix-binary-tarball-unpack.VWYFDS9wy2'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.2M  100 15.2M    0     0   127k      0  0:02:02  0:02:02 --:--:--  419k
Note: a multi-user installation is possible. See https://nixos.org/nix/manual/#sect-multi-user-installation
performing a single-user installation of Nix...
directory /nix does not exist; creating it by running 'mkdir -m 0755 /nix && chown jr /nix' using sudo
[sudo] password for jr: 
copying Nix to /nix/store................................
installing 'nix-2.3.1'
building '/nix/store/cb6ss4jv8baxkq2pi6fnviqp9zyna73l-user-environment.drv'...
created 6 symlinks in user environment
unpacking channels...
created 1 symlinks in user environment

Installation finished!  To ensure that the necessary environment
variables are set, either log in again, or type

  . /home/jr/.nix-profile/etc/profile.d/nix.sh

in your shell.
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ . /home/jr/.nix-profile/etc/profile.d/nix.sh
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ echo $NIX_PATH
/home/jr/.nix-defexpr/channels
➜  hcr git:(feature-add-clean-opt-to-admin-instance-remove) ✗ nh
unpacking 'https://holochain.love'...
unpacking 'https://github.com/NixOS/nixpkgs/tarball/8634c3b619909db7fc747faf8c03592986626e21'...
unpacking 'https://github.com/mozilla/nixpkgs-mozilla/tarball/200cf0640fd8fdff0e1a342db98c9e31e6f13cd7'...
these derivations will be built:
  /nix/store/0s9r8302bf3vh66q83anpk55129b45nz-hn-docs.drv
  /nix/store/2d919068bcmialk92axn059xhf38q4rk-hn-test.drv
  /nix/store/3l94av46nz8cxjc4m4wkbvjhdq5dy7pm-hn-rust-clippy.drv
  /nix/store/3s0w5ph0w0szvcy67jq8jw4wczvbqsnd-builder.pl.drv
  /nix/store/3zgcsrn5872xrfppxkyibpxn11skdgax-hn-rust-flush.drv
  /nix/store/5gzhf0hxzz3pz593rwb0yn4ivwgls1av-hn-rust-manifest-list-unpinned.drv
  /nix/store/5drnsyyjigpjh2321ml8njw32wiwnwzf-conductor-v0.0.34-alpha1-x86_64-generic-linux-gnu.tar.gz.drv
  /nix/store/84wcxs3jdpi7k8vapy083rrp785s9wvv-holochain.drv
  /nix/store/8qg7r0zdkbxlyvcvhazhy73wsfbp4vp2-hn-rust-fmt.drv
  /nix/store/9j7c43205b7628kn9lhwhx1ksi6zhi9w-hn-rust-manifest-set-ver.drv
  /nix/store/b5m8ar7vpivp0rqp56abnb15rdwxc210-hn-rust-fmt-check.drv
  /nix/store/b7drxxr5sbp0z17q076xfggv0qi5dxly-hn-rust-manifest-install.drv
  /nix/store/msma2r65475m3xxzld9bc3p12pps1ibw-cli-v0.0.34-alpha1-x86_64-generic-linux-gnu.tar.gz.drv
  /nix/store/rwvn58sdmv3rsip8rkb6ynfpl0m01nk5-hn-rust-manifest-test-ver.drv
  /nix/store/s4a6s3l92my1qrz0hxy7d6pfqkrynld0-hn-node-flush.drv
  /nix/store/j9ihnf2pmlkq69qh81bj1kc9nx21kyzw-rust-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/j8j2vnskqhd8x8sc46qnl8x1bqdk7nwd-rust.drv
  /nix/store/b4rix38d77z4q0fxp9zm8f2sd22217zl-rust-std-nightly-wasm32-unknown-unknown.tar.xz.drv
  /nix/store/nzfpz8440zang1ihrjakzyyfymjn9fpb-rust-std.drv
  /nix/store/b2snhp7d2sixg5h96y9ys7xgx8fwrgl3-rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz.drv
  /nix/store/qaqqkkmsjhx3qlsa2vqb8799gl2hg77w-rust-std.drv
  /nix/store/sqll2fajnq18cjxcjnxf1bgyrjlspn4i-rust-1.38.0-nightly-2019-07-13-69656fa4c.drv
  /nix/store/4ahpb9xdhswy59cpww50vbgl2gyl0j8g-hc.drv
  /nix/store/59fv815mvvv30vqs1b1xy1vxaslk7xn9-hn-dist-audit.drv
  /nix/store/9sqhybd5423m3igqywdm8ls1nf46y9l7-hn-release-hook-preflight-manual.drv
  /nix/store/b8z907hbsla3l3p3m7jnx6qisajmcw50-hn-release-github.drv
  /nix/store/dda80hp7hm5bv22ynmgx5mqm2dxy1831-nix-prefetch-scripts.drv
  /nix/store/i9w91hc4qdd652kf0m2458h4622fi6yp-hn-release-branch.drv
  /nix/store/irfqhk01h2hs61hrb71qf8kd5nqj24sk-hn-release-push.drv
  /nix/store/is63fxf1m0wn85shd1ql1rzi2v5hvbqa-hn-docs-github-pages.drv
  /nix/store/jy4f8j0fic53vl7gblj5l5gsw1slljh4-hn-flush.drv
  /nix/store/mxx9bf2vqqhgz4n048sh0bj5smrn6rm2-hn-release-hook-version-rust.drv
  /nix/store/nmj689kdzcykg6kb1axs5kx95nn037ng-hn-release-cut.drv
  /nix/store/q1sfljqij255ql53v1x7lzz95sdgxfxq-hn-release-github-notes.drv
  /nix/store/rh30lrrj9cw8afzlwp8hi9iy4752z9cb-hn-release-changelog.drv
  /nix/store/x15rb1b11c4p02a8pnzwrk3zv3axi25s-hn-release-hook-version-readme.drv
these paths will be fetched (497.87 MiB download, 4185.26 MiB unpacked):
  /nix/store/02qs4hyz5fp9h9aq5s4l6m7lsd6693r5-pem-0.2.4-doc
  /nix/store/04ii3r4pmxdd1k637xfjwc5s1a9pnf3h-python2.7-pyasn1-0.4.5
  /nix/store/05l0s5xm5ckkp1wpr0ysmikfaxyi4sbm-yarn-1.13.0
  /nix/store/0c01q622b8snr5lgxaxs4a3v3d01r297-unordered-containers-0.2.9.0-doc
  /nix/store/0j1sc30kjf9b3j7j0sp68jns2v34apr0-pcre-8.42
  /nix/store/0l60947632vs33zhzxqznbf77gyywanc-parallel-3.2.2.0-doc
  /nix/store/0la9dgf90w0wzzfk15d94d1xhkl52gll-utf8-string-1.0.1.1
  /nix/store/0m83mp7dwf58lwi7asf9l25f282g6vvb-perl5.28.1-IO-HTML-1.001
  /nix/store/0mm3pw3za3pfpl6hqx9wh92dvnk6zzhm-charset-0.3.7.1-doc
  /nix/store/0y0s7248b0lb34vwib02k3vb6cdapxcx-unordered-containers-0.2.9.0
  /nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1
  /nix/store/0ysgjqha0y2g8jmq8yn166kn9whs2cha-random-1.1
  /nix/store/12g5ywd8il7lv917vf8z59dqxhk5snr0-serf-1.3.9
  /nix/store/12i40x5czh3fw0h6v2d3qfqrpfkmcw7n-libsodium-1.0.16
  /nix/store/131cz5zz21k9b5plph3sfiv4dz77zgia-clang-wrapper-5.0.2
  /nix/store/18jmbzfwri4w3z4y1ya2rsmkwxqvfld9-libev-4.25
  /nix/store/1ipkcf0d73d1a5skwa26pv4q6yd3qsvk-contravariant-1.5
  /nix/store/1kfxhqm9h4358dz6f2qzrhdwy43da87i-wasm-gc-0.1.6
  /nix/store/1mxycbahya5fsz8i10si5gks53zpbhgq-connection-0.2.8-doc
  /nix/store/1q0b7k8711l2554mky784pgagsdj74d5-cookie-0.4.4
  /nix/store/1qmcrv4vx5wxjrl41g8ns8lixlwdsvrn-curl-7.64.0-dev
  /nix/store/1vyrx97nmqcqm39jv0f0pfgz37nds749-cryptonite-0.25-doc
  /nix/store/22j1984vc3810kjxaf8l402a2qfw2pby-nix-prefetch-bzr
  /nix/store/26vlgb5yhix3q5y4vyydmz6whkkykrp9-perl5.28.1-HTTP-Date-6.02
  /nix/store/26w0pslwrpjz0hh8138v9mcj0kbhylw7-perl5.28.1-Try-Tiny-0.30
  /nix/store/298rr0ik1kc15jj7y2fycdak7wvljm3x-openssh-7.9p1
  /nix/store/2cv5xlkc2ngj0kbsd2ri81cmm7lmih4v-asn1-types-0.3.2
  /nix/store/2r0svg831wsa5dd43jx9wbwhbwdk79ai-util-linux-2.33.1
  /nix/store/2r38c9bf1znh34fyh2069w3h99sxi26v-optparse-generic-1.3.0-doc
  /nix/store/2xg6k36wmfyxm8jvhb5njk58p9krxy2z-bats-1.1.0
  /nix/store/311ivr9ridvj3r3rg8gamz6qf07sp4xx-network-2.8.0.0-doc
  /nix/store/32k9hj4wf45z1q1sq63racdkwnkj7mxb-vector-0.12.0.2
  /nix/store/34b2dfi5gm7y9zh5vk2xp7n4gj0k45gc-perl5.28.1-HTML-Parser-3.72
  /nix/store/36gxzckmvh3vdc6n26m023vijsc3skz5-nghttp2-1.36.0-bin
  /nix/store/39japmsas3kvh9bfxkzwyqpmvkl8ny14-lndir-1.0.3
  /nix/store/3g3dgl1bd7qssa8n3aci4xsqzlfx8pna-mirrors-list
  /nix/store/3jsxl0kiq9pw2w414dxn0nsznlvywwmc-perl5.28.1-Test-Needs-0.002005
  /nix/store/3lkpkyjii4wpav0m0zg05msnqhgqx7y1-basement-0.0.10
  /nix/store/3lp529bamp4b4r6l9gwrgjfs48b7s9ck-async-2.2.1
  /nix/store/3m1hc2mrz6zhqng088s4fw0rzfb1g6qy-perl-5.28.1
  /nix/store/3q3sgm9aadj9kjm2ckfrik1cqm71gxbg-x509-store-1.6.7
  /nix/store/3vwzlp7n57s7kgm3mb6yrzphrvpr6nr9-libtool-2.4.6-lib
  /nix/store/409pg9cmpw4j9309r9zkpqa1lqrcc7b7-curl-7.64.0-man
  /nix/store/44qf68w92nj57fyj7ddzilnsbpyg99ll-bash-interactive-4.4-p23-dev
  /nix/store/44zjw47b00mfwqgk50bjdfvc5fxyisff-base-orphans-0.8-doc
  /nix/store/45lnly9rwxsgsgabccl0fsg1q7ghdx1g-asn1-parse-0.9.4
  /nix/store/473pvaayxcnkz0vc887liyg68x2fma2y-perl5.28.1-Test-RequiresInternet-0.05
  /nix/store/4bhm2rxjr2kf61sxbq8k1b89qngfwzq5-th-abstraction-0.2.11.0-doc
  /nix/store/4dr1hs6ppz8pisdlkb2pxmqmzhg7gmyp-db-5.3.28
  /nix/store/4q4zkhfg9cgsspjyf2c5ycd9l36pi4hb-ansi-terminal-0.8.2
  /nix/store/4qkwsv3s58ivf0b6c9j9qbkz8nldkdxq-curl-7.64.0
  /nix/store/4rykpxhmv70xs0rqkcngbnr0x410a9w3-profunctors-5.3-doc
  /nix/store/4vjnmya59x6c6ndbdg4kysw7a1wkql68-openssl-1.0.2r-bin
  /nix/store/4w71sqnidw95xkgzmk4dl782bq5biwj3-colour-2.3.4-doc
  /nix/store/4xfpkxmwv1rnm0wv9dv2jxmg3ir0a0bf-compiler-rt-5.0.2
  /nix/store/4y0sb0p3bwlf372iqih0mz3amvcmx60b-python2.7-packaging-19.0
  /nix/store/54cpb2ymar9lwnjr7bav702izdn4gmax-http-client-0.5.14-doc
  /nix/store/54mmj6239dc4c6hipr0dv0wdg76gg24r-libkrb5-1.15.2-dev
  /nix/store/562di4ml81860hxqmrgs9y53zlrzmff9-python2.7-dulwich-0.19.11
  /nix/store/58x4fwy4azfdxfq7i6kl700qp2xx7nah-cmake-3.13.4
  /nix/store/5b477m0c9jxynd6f2gpixyif2v8gjv8r-trifecta-2
  /nix/store/5bqnjyrfp59ds2mawxhsp9rhabvzr2q8-python2.7-setuptools-40.8.0
  /nix/store/5dqqp2qyyw1j69zg1r9iydjpbx9j886x-tzdata-2019a
  /nix/store/5fz6apn5vcanxnzkr17ilyhl4pgv979c-busybox-1.30.1
  /nix/store/5gcg8yl39d2nbrkccvd84zsd5rq6nsy0-time-locale-compat-0.1.1.5
  /nix/store/5lyvydxv0w4f2s1ba84pjlbpvqkgn1ni-linux-headers-4.19.16
  /nix/store/5xb0q5027zlph40lbl2biv1pq6d2zmxl-blaze-markup-0.8.2.2-doc
  /nix/store/5ysygnki7vsikr56k1770rizpxlgyzda-memory-0.14.18-doc
  /nix/store/5zbcdzjzf98asvzr8gpx1rf49j3wm92l-clang-5.0.2-lib
  /nix/store/60brbfmsyz88wyi4p3fjimmaq3lrj74s-blaze-html-0.9.1.1
  /nix/store/6bc1iq8lnhfi4v5l650bdj9svrd69p9w-kan-extensions-5.2
  /nix/store/6dpsqyxrx42d5qq4lpmn8afb614vi3rx-which-2.21
  /nix/store/6gjh58b790g2dbj9l3jby249h8y80znv-libkrb5-1.15.2
  /nix/store/6jv8pfr4cqmwcjraxaqkqk7r3865in3z-keyutils-1.6-lib
  /nix/store/6l2i3jcb5d0rix1r5chzgd60q5yzh7ww-pkg-config-0.29.2
  /nix/store/6ydgqnzwgm82dbdqszlk40sb2s2qb9g0-python2.7-idna-2.8
  /nix/store/6yjf57sh9qqn0da509fkajbbjv7m3i3m-semigroupoids-5.3.2
  /nix/store/71ln2igjc6f8q8qs9vj3dcv7x02iyh9d-case-insensitive-1.2.0.11
  /nix/store/73j0526c25xdwpfqwl75gm5xcf937ph2-python2.7-pynacl-1.3.0
  /nix/store/7750168yc7dc2giylfsfsjziv0pqlqqq-colour-2.3.4
  /nix/store/7b20bpqyddkrkis1sx9b61qyaar6nlw4-distributive-0.6-doc
  /nix/store/7i9lshmz7l8zfl5vh0mymzz84fg6sghz-socks-0.5.6-doc
  /nix/store/7iz66l75aqhrvv74v96pjydziwnrkrl5-hourglass-0.2.12
  /nix/store/7jspqj2812c11779761dmqb02wcs3k6h-ncurses-6.1-20190112-dev
  /nix/store/7llj1wscvbd484v4bcs35anx5lnl5ckh-github-release-1.2.4-doc
  /nix/store/7mhmcs3q6agdncs6z1khkx7c0fvlshz9-nghttp2-1.36.0
  /nix/store/7mmn8ri08z48vfj69c2h66f3g349ilq1-mailcap-2.1.48
  /nix/store/7q9nm86plldbykyqksc5nrdq5azqassf-hook
  /nix/store/7s61v66frpq4nzl92prwr2c28y5ia1qy-void-0.7.2
  /nix/store/80g1rirrqi4cm6g39084bb1hn4lqbnpa-python2.7-urllib3-1.24.1
  /nix/store/81231sfq22kxyv2pqipim7mlr2f1rkg7-python2.7-enum34-1.1.6
  /nix/store/822lslhb7rikfzh0r0qyy39jljrxn5h2-contravariant-1.5-doc
  /nix/store/846y3di0s7haxvg0y0kk37f62zk9anx6-adjunctions-4.4
  /nix/store/849wgdkw1w03mj3x0y43al00w3a92mjk-lens-4.17-doc
  /nix/store/84p9w1xhb8vlac1czp3svnsrbya8wija-old-locale-1.0.0.7
  /nix/store/8c67x1vslsisd4vljk9xdhd0gb4xmpgl-async-2.2.1-doc
  /nix/store/8cc66cpsqnbkrj5czwmy8cfvq0k2g9mg-blaze-builder-0.4.1.0-doc
  /nix/store/8ddnhd4b4gxqb84gcv0059qnm2hbwmpr-zlib-0.6.2-doc
  /nix/store/8gb0i9kxa1679q8z5qar88d712zjdmjd-mime-types-0.1.0.9-doc
  /nix/store/8i2qyp8qmydq4y6rjnb8k4bs61nqrpqs-call-stack-0.1.0
  /nix/store/8idxvrj6k6v31cilj5wjpaliglpxxfm8-x509-system-1.6.6
  /nix/store/8n7v99ii7cg694pz0cfch422zvkdqfv4-gnumake-4.2.1
  /nix/store/8pvsd7hvf2ak20m7zcirgna89smssc97-ansi-wl-pprint-0.6.8.2-doc
  /nix/store/8r12vxaw5hj5g0vf4rwvamc1sfv8d540-ghc-8.6.4-doc
  /nix/store/8xrhla5ghnn8aipwx8q13znwm165dyj0-ansi-terminal-0.8.2-doc
  /nix/store/8yymiif77ck2ivmgij6kynr35bhf6062-python2.7-bcrypt-3.1.6
  /nix/store/8z4nvvqrhzjwlxzalincf060yyx6mx1c-byteable-0.1.1-doc
  /nix/store/8ziacfp1d7sy98jn13gr4pys423pbggl-void-0.7.2-doc
  /nix/store/92fi647dj1wyl8ib5lfsd733w5xb72zi-wabt-1.0.8
  /nix/store/97pk2vfiknd74gpl8jp0bwwcjgl20ld0-python2.7-ipaddress-1.0.22
  /nix/store/9alw9hckg14ghqhiisfq3bz7qlx95bcb-system-filepath-0.4.14-doc
  /nix/store/9cllpcxrpixh2hw3b7j226ffxcb3350s-system-filepath-0.4.14
  /nix/store/9dz5vi1z3zhyw83bqxyg0daf3g4hl9fi-libgpg-error-1.34
  /nix/store/9gbya0r2q8prlmkx1hw00mgvsljhzhl5-readline-6.3p08
  /nix/store/9j4q0m4z39bxwjwazk6dy8hwgfnspj73-bash-interactive-4.4-p23-info
  /nix/store/9lgs0jnpfnskxr3h6ysbmglx1hqi3lm1-perl5.28.1-File-Listing-6.04
  /nix/store/9xk9m0pbhnh1ycr7pc18wmz6k5zcd0x2-openldap-2.4.46
  /nix/store/a06709rm91l9qa9wbn2fkghfqgnbb374-tagged-0.8.6-doc
  /nix/store/a14l2lbvbnqlwc09ps7is1zfp99scba9-http-client-tls-0.3.5.3-doc
  /nix/store/a1vxq1l1q4jk2hkx3ldg6h01fh22nihn-ncurses-6.1-20190112
  /nix/store/a33r90rxhb0jj3956r75sc15lla4kjam-distributive-0.6
  /nix/store/a67cdxlw435vfgh4hz39qywpwrghgc7p-libffi-3.2.1
  /nix/store/a80sq61avhv9kc68wvd7bbnfj30v9agf-HTTP-4000.3.12
  /nix/store/ajg4csjr56zx3chsx3kmy59gk18l0a2q-gmp-6.1.2
  /nix/store/ajh5nrw3d384xr7mm25xxd5lqb34myaf-python2.7-pysocks-1.6.8
  /nix/store/ar6pwdgdr81r33zhdaihh2kff7qcrv2a-reflection-2.1.4
  /nix/store/asf2w21ay5kj7qwnz79zzjkl1cjpby8m-old-locale-1.0.0.7-doc
  /nix/store/b0k8fa1y6qh54fn095rhfq1ik9iqgzsi-data-default-class-0.1.2.0
  /nix/store/b3jpcv5h2r8g28mfag16d29rgp5x2s6b-optparse-generic-1.3.0
  /nix/store/b878g43g9b4sljr5ib9ki9ixlh1i4bg7-cracklib-2.9.6
  /nix/store/bc4wgqy1ahs8vp5p35sfzxkryb8n9wpy-scientific-0.3.6.2-doc
  /nix/store/bihlv5xqjcx2fxyan1n1mf6r7n8ablyq-perl5.28.1-HTTP-Cookies-6.04
  /nix/store/br3rlcqj525p92kgpghvqqzlcrk3k9fj-time-locale-compat-0.1.1.5-doc
  /nix/store/bsbjgr92d58ln0yn3jdfmfyacm3id7jg-cvs-1.12.13
  /nix/store/bsfnb34phhyw3b0nrzsybhbwf3pwc3sz-exceptions-0.10.0
  /nix/store/bvsfz656dx9p856cvywgwhxc3nxlsdpc-mercurial-4.9
  /nix/store/byladar7jrxxxbf0aa9d97ga2a957g51-binaryen-45
  /nix/store/c4xm1ppsr21awk8vv8cfmwqhsq5qjx8q-cereal-0.5.8.0-doc
  /nix/store/c61x277avk00f51qfq40sk2rcwyd8gv2-hashable-1.2.7.0
  /nix/store/c8k8dl7k6hahagzzkyw501dp1548sp99-openssl-1.0.2r
  /nix/store/cgc81bf5m5f5r1yc2a32n59vpjccmrqx-random-1.1-doc
  /nix/store/ci0x17pbavxz53gzvi6fr4fyl9ayywam-mime-types-0.1.0.9
  /nix/store/cjhrnfn75lpjwraclwqg00gz4lsr76a2-nodejs-11.14.0
  /nix/store/cqimmjhghkp7pfak425pbhrjingby2aq-asn1-parse-0.9.4-doc
  /nix/store/d4c9yp4w96g45fivnljg32zjrvdfp10h-ghc-8.6.4
  /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0
  /nix/store/dabvffapsg1mqif8k3jnps7vziv105pw-free-5.1-doc
  /nix/store/dazx1bqw2cjriabg8mrn7j7z9q03z5vk-perl5.28.1-LWP-MediaTypes-6.02
  /nix/store/db73hmrqpfbcgfyw0drywsziyyv6p8nl-utf8proc-2.2.0
  /nix/store/dd1n15n6889qd5sbncnxrwr8gbz7m83q-tagged-0.8.6
  /nix/store/ddb41z9vhb6s20nf3b3ysxbvw5rs5ikh-nix-prefetch-hg
  /nix/store/dhcvj12clmpwri8vbi4xnh4hwcbx90q9-gmp-6.1.2-dev
  /nix/store/dqy26h4sszi0mr4h8x6lrgrp0fp526kk-boehm-gc-8.0.2
  /nix/store/ds6j8qhgrw53a5qzpr9hvlkx7c27xcv5-uuid-types-1.0.3
  /nix/store/dwi186iqm6p3kfncfsl62fbfwfry1yci-python3-3.7.3
  /nix/store/f0kd4fn2nwz7l8wr9g5vm7rxkjl9fw66-hook
  /nix/store/f2ax0p1cjyw8cq88yk3kiq1vqjh4bpjm-patch-2.7.6
  /nix/store/f3sdmxdgyyqkbjafk01ck4cccvizxsgw-integer-logarithms-1.0.2.2-doc
  /nix/store/f5wl80zkrd3fc1jxsljmnpn7y02lz6v1-glibc-2.27-bin
  /nix/store/f6lkkpvpigkf3r61sfyl4zrrv7sd58p9-watch-1003.1-2008
  /nix/store/fax2vgvx17xwlzpgdrxk4ivrz5gxjlfp-optparse-applicative-0.14.3.0-doc
  /nix/store/fi5nniwrj8pkj5iamsak2xxx69nz00aa-pem-0.2.4
  /nix/store/fii87z3716c6apm56lgjy9x59mc3zf7v-nix-prefetch-git
  /nix/store/fjd9cbdjwmslr87wj5gi12g3qqb917kx-libseccomp-2.4.0-lib
  /nix/store/flv84yfvfs6r5g8wz90jbzn4v2gm5wd0-hugo-0.54.0-bin
  /nix/store/fm2da7pc2ki597j9zms9513jrbw6gpvr-perl5.28.1-WWW-RobotRules-6.02
  /nix/store/fn0468mnvzjn13vszjh668m0598bp6vh-nghttp2-1.36.0-dev
  /nix/store/fny05qgpi41br2wp36p1l0k9rgjh2nvz-scientific-0.3.6.2
  /nix/store/g6z261saxvc33jf3ih21n2m199l07lnw-x509-store-1.6.7-doc
  /nix/store/g9v8hd9wj1b51lbimpflwx4pascngmkk-hashable-1.2.7.0-doc
  /nix/store/ggfxn5csw99fd7dbmlpl7knrcwy0ggxh-bash-interactive-4.4-p23-man
  /nix/store/ggq2cbrhf8waqz9axa62dyvw1j700z80-bifunctors-5.5.3-doc
  /nix/store/gh7rmwxap941fn1ay915jvv8dxmb0alw-nix-2.2.2-man
  /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0
  /nix/store/gr9lc0ga5i6v0wyf52ir3f996z5rvjzx-python2.7-paramiko-2.4.2
  /nix/store/gra9hlv00ahlxk55nkr57wyfmh2wdx6h-procps-3.3.15
  /nix/store/gxm46yxk2wc6vp5nxs4i9r0lpkabmsy1-primitive-0.6.4.0-doc
  /nix/store/gzp169g8012kmrwbl2iyssyli3l73dgq-python3.7-setuptools-40.8.0
  /nix/store/h0ap94g8w1nvfawa8yf3crlwikf6nfnx-base-orphans-0.8
  /nix/store/h0xkvj00zwir2573larwvqk4g3f0nn8j-asciinema-2.0.2
  /nix/store/h4azfsjrgnf97i12dg8annc4wmmgpn5n-python2.7-hg-git-0.8.12
  /nix/store/h8k5lp5i46jxm9p4zrli5brrv4l08prq-dlist-0.8.0.5-doc
  /nix/store/ha5q6blq16f21fjvisb5z4p4bm2wwr1i-compiler-rt-5.0.2-dev
  /nix/store/hassv1a6wfmm2r4mcwzixzwm80gpb91w-gettext-0.19.8.1
  /nix/store/hb9np8q0w5cysla6n8dbk4ii2k6cavx7-transformers-base-0.4.5.2-doc
  /nix/store/hgimsinha59zh51arf4w0i227nbx8l3b-profunctors-5.3
  /nix/store/hgyp9npj7n4riiknkb6djf9m42kq70zn-aeson-1.4.2.0-doc
  /nix/store/hhr1c870y8ig5c87z0gpfy7vlkk6nz78-nghttp2-1.36.0-lib
  /nix/store/hirhs4mmdwg05nny53zkmf6w399hkh5z-reducers-3.12.3-doc
  /nix/store/hn1453149lsa16g0h1l2zmdlvj5dknhr-x509-1.7.5-doc
  /nix/store/hp0p7qcsgm1yj7qas4yk44kv7ml1zwnm-network-uri-2.6.1.0-doc
  /nix/store/hry090vhc215q260x64bqs4ppz9nby90-asn1-types-0.3.2-doc
  /nix/store/hvn7503bgx9c55hzgnq2s82ncxmhrlbh-bazaar-2.7.0
  /nix/store/i135yhs18iwx2w6xnvzx67h6krjbl25k-uuid-types-1.0.3-doc
  /nix/store/i417b40wwvq0xal2i74xz6vfgjyzd5y1-libgcrypt-1.8.4
  /nix/store/i5si6gx1p7s4wvjsyq411yr9xhjg20jx-iana-etc-20181219
  /nix/store/i6iz9ccgc1yb9knf4qrgjkfidklj55xv-stdenv-linux
  /nix/store/i8ivbs5c0nr1d5g2013xrnig7skdjny7-uri-templater-0.3.1.0-doc
  /nix/store/i9awjq7w6pwpyn0dg8zq17vggca6wrn7-python2.7-asn1crypto-0.24.0
  /nix/store/iaf6ky905iflcnf0m17rpsh0d24j6vqw-ncurses-6.1-20190112
  /nix/store/icl0v34gqlby035axfbvyll1cs9cvxib-blaze-html-0.9.1.1-doc
  /nix/store/ih587yibcsn1ds9b28yys7p5sf8wzl6j-expand-response-params
  /nix/store/ilslw21ak00a7lss9khc996ycwhh60b2-perl5.28.1-HTTP-Message-6.18
  /nix/store/ipwqi6bifvyr26k263xs5k28df7g02jr-bifunctors-5.5.3
  /nix/store/ir8cdmx5wzy1jcv145s1qpx3xq7if4qp-libssh2-1.8.2-dev
  /nix/store/irf771wamznqjjsqi0j4ql1pp1w66l53-StateVar-1.1.1.1-doc
  /nix/store/iy24nc68m20594pnm522km2xgjg2b63k-python2.7-pycparser-2.19
  /nix/store/j33mmnw6v2q781akw41jv9k7rhv9gzcs-openssl-1.0.2r-dev
  /nix/store/j4gxw716ra03ivqfpd17jah89d3m8608-lz4-1.8.3
  /nix/store/j6gz5ijn18pa7syxfpr9fjwsnb01myv2-attoparsec-0.13.2.2-doc
  /nix/store/j9gv6dpsziiq1mr91ka5lwrkk9qw3nd7-rust_backtrace-sys-0.1.24
  /nix/store/j9smn1mn6fw9yaixkswygf6mw2gnyykm-adjunctions-4.4-doc
  /nix/store/j9vgjcv68d2fhcqh6fbhsfw50bqpn5xz-rhash-1.3.8
  /nix/store/jh0f8rraj7ydbl09bgg1pgw1v8sgsdn6-pcre2-10.32
  /nix/store/jhiqhpwff0rcf8rahdic1f87vmnjrrdk-systemd-239.20190219-lib
  /nix/store/jhlwcl9k86qgxaqfz0vqy6d137yqhpd4-fingertree-0.1.4.2-doc
  /nix/store/jmdbpifp8yz2p6qdi9brr48lbn4z4vv7-lens-4.17
  /nix/store/jqc2bfvz8aw7imk7wizzqw1lpp0vhysx-http-client-tls-0.3.5.3
  /nix/store/jyqzh2hsnwq8zkrhw41x61zgpskbaysm-python2.7-cffi-1.12.1
  /nix/store/k1npvfs6s8hsj981kkjk865v1742khjc-x509-1.7.5
  /nix/store/k27708m0h5gkfc1mg16mflk9mrxj0swf-socks-0.5.6
  /nix/store/k2b86ja08dpvdsq2r1rbqnbw5250w7c6-comonad-5.0.4
  /nix/store/k478y62gx171z263g4rryi6gq068qlmm-asn1-encoding-0.9.5
  /nix/store/k4g4wcvn1gx7gfajlg467xk6yacg51kw-network-uri-2.6.1.0
  /nix/store/k8pkqb69d28ihxngb3n52bxcakdx2cff-rust_carnix-0.9.8
  /nix/store/k90a0mh4bq8vxdmy4hrnm2zy0a46jhyh-transformers-compat-0.6.2
  /nix/store/k96l9k41n7r8c3iwn3cb28xfkxqs3cra-python2.7-cryptography-2.5-dev
  /nix/store/kbiksas9qqqaqg3wgbflw64yclgcczw2-connection-0.2.8
  /nix/store/kcgj1z1vc9yqy6a6znswvdilp6s1yg7z-python2.7-pyOpenSSL-19.0.0-dev
  /nix/store/kgjrp6ajc1j88bvmwqiw7lq18zn3b4gq-x509-validation-1.6.11-doc
  /nix/store/khagf0cra6n53kagn5k227shi05yf5fj-gdbm-1.18.1
  /nix/store/kiz6c6f5hwsz3sf3jcwx8cqyfl05xi5b-cryptonite-0.25
  /nix/store/kljd3na0v7vfvbd488ndnrwihfcm8iip-th-abstraction-0.2.11.0
  /nix/store/krhqmaqal0gklh15rs2bwrqzz8mg9lrn-findutils-4.6.0
  /nix/store/l2b7q5z7d3mbm5g1kmpsz8izf8z9lbyl-libuv-1.26.0
  /nix/store/l2lznv2gmpi6h0jnxr1vw3ipb8f248hp-invariant-0.5.1-doc
  /nix/store/l3yx3ggk1xikyc3rgxr8q34af4ayrlxy-byteable-0.1.1-data
  /nix/store/l7v7awr63a11yzzkn3bfdcl6avk33f6d-hourglass-0.2.12-doc
  /nix/store/l7vpcsy4m5gfh4vjwly1p8m3li4gd6x8-Only-0.1-doc
  /nix/store/l88wvnl32yy68z1fxlfxmrdm972sjngh-python2.7-cryptography-2.5
  /nix/store/l93842zmwqvjbaj453giqi6r68wi3ayh-apr-1.6.5
  /nix/store/lbwz44a8h90skw14khn9ncl6iyh19wb5-call-stack-0.1.0-doc
  /nix/store/lgws133mvczbrbicb1rxijwa4y3jqq5w-free-5.1
  /nix/store/lwicqml1ar0qfplkbjri8fqs6v1dzj6c-semigroupoids-5.3.2-doc
  /nix/store/lx5p1h0g5hjyg2piyk2zniwsk08a7ax5-expat-2.2.6
  /nix/store/lzanwqk3i7jbf4wpsxn09hxix9wh6s2j-python2.7-pyOpenSSL-19.0.0
  /nix/store/m3m5pqd6wzw2grnds02r405nwvw0b0qy-streaming-commons-0.2.1.0
  /nix/store/mbknmpmc1n46cyf5mbyszgl02w60fj81-aeson-1.4.2.0
  /nix/store/mfajcf6q1n6mccncj2n7yjxfmkp35mfy-python2.7-certifi-2018.11.29
  /nix/store/mhx2lq7f8b5iw40sxlwqpvr9qr7mnls1-ansi-wl-pprint-0.6.8.2
  /nix/store/mizw4svsd870nvs0paxqfpmsgwylszd2-http-types-0.12.3
  /nix/store/mn13g64mksgyw9lkn5227ai86qh07w5s-basement-0.0.10-doc
  /nix/store/mqd7l353kdfr58yr9dlp7m36wmdhyzy1-x509-system-1.6.6-doc
  /nix/store/mrs4wiyb5p32lj4y8f4zzdgy3p46fxb5-nodejs-8.15.1
  /nix/store/mv3hhc8q2lk511zi2wnl3nykqw3ff2yj-x509-validation-1.6.11
  /nix/store/mwx2860fvs3fq5dyzassvbkrkys63qsf-expand-response-params
  /nix/store/n2h8jyzbs4054x58c1xih20bxnh1lhj5-python2.7-pyparsing-2.3.1
  /nix/store/n2sxgms8b7kg3rnc41sh6rkjv5v94cfp-git-2.19.2
  /nix/store/n3nnjq2bzz9snxcp33n6vyr0ivyrx1zm-readline-7.0p5
  /nix/store/n4giazimpn0zw2h3c03rx1drmjzl0rar-llvm-5.0.2
  /nix/store/n7hvq29xn70dai50jz0qaifdnk6r5j6r-reducers-3.12.3
  /nix/store/n9wdq6jssgjbab052rx55bmlj8q48wsv-llvm-5.0.2-lib
  /nix/store/n9zf3wch4n28fjh4mwcms9iinl7mcjqc-perl5.28.1-URI-1.74
  /nix/store/nap47zp0nkn3p4r5kqlrdm84b8d2av6x-streaming-commons-0.2.1.0-doc
  /nix/store/nhxfg88pglq8jbjrhy1m7iw1lb59707q-libffi-3.2.1-dev
  /nix/store/nihkddf5bx328iwvjxmy5zrfxbd4hq1n-transformers-base-0.4.5.2
  /nix/store/njjw6s5fyzr7fbg8dswcvm64r81zpqs0-trifecta-2-doc
  /nix/store/nplfnxsy0sv2bv5cbr547aqhf3i9i6b1-http-parser-2.9.0
  /nix/store/nqidhm5ciiy7ck1kb0mz23491afqsal9-perl5.28.1-HTTP-Daemon-6.01
  /nix/store/nqxyh3v1mima1ff8sg8cb02awa9yb2w3-openssl-1.1.1b
  /nix/store/nr79n7rb54aidzd3kxzmw1lapazgx4kc-parallel-3.2.2.0
  /nix/store/nrx0ld5qlq39zp7qgzs9fp0sga1bqsac-StateVar-1.1.1.1
  /nix/store/nwg877mci01apvmf9hlaw4374pvpah6z-fingertree-0.1.4.2
  /nix/store/nxyz8p4yjg54v8cdc6glqbwasqc5rh83-semigroups-0.18.5
  /nix/store/p0kw7s5vh5pl8gmgkii9ywcxzfkim1rs-kan-extensions-5.2-doc
  /nix/store/p3hr94l5smmx1qxlglw6hya9d1prd4jf-ed-1.15
  /nix/store/p7dwakgzp1asg1cwz88z96p15xrhd5cp-libssh2-1.8.2
  /nix/store/p9mqpj2w6sc81jzqq3jafxmmllkbjwf6-zlib-0.6.2
  /nix/store/pkwjqn9f2nz5zsvnfrhvcfcav8pmvywn-primitive-0.6.4.0
  /nix/store/pmqh5n932wq15194i81n8pmr6fx0s0nx-http-client-0.5.14
  /nix/store/pmzw4y4465zmq0dc8r4xbwyrqsaj4s70-diffutils-3.7
  /nix/store/pq5ziz9mnp703gqkcx4ii5aqd00jdsql-perl5.28.1-Test-Fatal-0.014
  /nix/store/px2rlxp0pr7fhzabq50cznvb9my3112w-vector-0.12.0.2-doc
  /nix/store/q1nc9jbv71877jq258fhll72rfan38x6-base-compat-0.10.5
  /nix/store/q1z8m1gjmb54sxvkwv09vknqph5xz19h-dlist-0.8.0.5
  /nix/store/q2qc36icxnw387k9skg30697mr9i78nk-semigroups-0.18.5-doc
  /nix/store/q6821d46lc5514rfh537c20f9ay2760l-bzip2-1.0.6.0.1-bin
  /nix/store/q6b8nniml4v3vk7qi9qmms03gi72ps6n-optparse-applicative-0.14.3.0
  /nix/store/q8dfnvvm11pmikm98cl8d93vqirbzkwx-comonad-5.0.4-doc
  /nix/store/q9vrz287g9hpzgfdybf0rr4i2dkmnp4z-libxml2-2.9.9
  /nix/store/qc2k3nbvmk5bmd5wa60ka195z094d78h-libcap-2.26-lib
  /nix/store/qka7fb46x3znx6fwrk2s21jzgki5gbbi-hugo-0.54.0
  /nix/store/qn3jk82b5q5nzgq8p7glq6hi4q03ywc5-libedit-20180525-3.1
  /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27
  /nix/store/r0dj1hhra61xa3x990qykma51s1mbhf0-blaze-builder-0.4.1.0
  /nix/store/r16fs1d137mg54ibz7wcifax3yyrbaiy-perl5.28.1-HTTP-Negotiate-6.01
  /nix/store/r6p5p91rb2whhjpq072xwgrjzzmqsvhg-exceptions-0.10.0-doc
  /nix/store/raf3zqv8nl4miww4r0mvkynfpwr6fbvi-data-default-class-0.1.2.0-doc
  /nix/store/rbpyfy6413aqpik9aj6p3a2syd1mda68-binutils-wrapper-2.31.1
  /nix/store/rd28dkha47wapa9l316y476v1sn3c26n-editline-1.16.0
  /nix/store/rf1n8w09sq9mnikmygn07lfz802326gg-sqlite-3.28.0
  /nix/store/rhnxgfyk9mk8xr7za8clyh9hn4jlwap8-ncurses-6.1-20190112-man
  /nix/store/ri77ldziyi23jwkw44blsrpgcb3ylsl9-brotli-1.0.7-lib
  /nix/store/rjwppfx5za43lm2bhbqfn08cl8szfkzq-nix-prefetch-svn
  /nix/store/rk6viwyi79fq6jzz53v8inwabsy6nvr5-HTTP-4000.3.12-doc
  /nix/store/rrzlf2vg787mcvawgihhf1fb3gz8a0pn-linux-pam-1.3.0
  /nix/store/rwxlymwknnd77hc1dkarz922ips4va3b-integer-logarithms-1.0.2.2
  /nix/store/s00302q4vh3k6mlclcdhm0ak1vwqn17b-github-release-1.2.4
  /nix/store/s3bwllqys7l2bd87vpzmx2mz9v52qfhj-utf8-string-1.0.1.1-doc
  /nix/store/s7p0wfbdfbq307zgifhnh6w8sfjvy64y-patchelf-0.9
  /nix/store/s7s16ha8x3909v778f95j3pjia6l2ja2-c-ares-1.15.0
  /nix/store/sa4gnikd8yvbl33i23jr7w9swj6scfym-perl5.28.1-HTML-Tagset-3.20
  /nix/store/sc9j7ngxn37klhpa30pawikyb1az6xkv-bash-interactive-4.4-p23
  /nix/store/sg2jsd57hv958jvjlf5yr051f41mpmda-colour-2.3.4-data
  /nix/store/sin619divqkmn16nqds2y2kjx4m9d9i6-invariant-0.5.1
  /nix/store/skfga7lc1vcqny050k93v3apkhcdw8nb-git-hub-1.0.1
  /nix/store/snprfi0acg5bpbzhrggri7q85wvf0v0g-python-2.7.16
  /nix/store/sq4grjfw36qrhn7mn55m4839kzzgy73y-asn1-encoding-0.9.5-doc
  /nix/store/sr4253np2gz2bpha4gn8gqlmiw604155-glibc-2.27-dev
  /nix/store/svhfdif1yx73nlm1f2ab6ckqymdm46qj-clang-5.0.2
  /nix/store/sygx0jni6adaajm5cnz3nlipklgi4fqn-python2.7-six-1.12.0
  /nix/store/sz1yl0vgy4k7x0nn9xwqvhllc9h33w82-aws-sdk-cpp-1.7.53
  /nix/store/v1aa93vlw0ih50rwq6hplxyjyh685m65-http-types-0.12.3-doc
  /nix/store/v2dk6zm4crj8rjrz77fd1x162a523kfi-attoparsec-0.13.2.2
  /nix/store/v4jl5riqh43l3hcnswgp6b2yzvxsinir-tls-1.4.1
  /nix/store/vnccvqqdsr5fqiq1i92vjz66i4gyc1f8-memory-0.14.18
  /nix/store/vnl40y2wwvx4c3wcvmn1b50hg3w9fm89-nix-2.2.2
  /nix/store/vrgl45zrmm6c0isvvnyjawarwgxj4iq2-parsers-0.12.9-doc
  /nix/store/vvwggp5mni64yavsfqmbwvm1mn692ssn-gawk-4.2.1
  /nix/store/vwkr1ws38a07mk4l1p28sfjwjgnicncp-reflection-2.1.4-doc
  /nix/store/vzm21bba1k3y3vv2cwg6m9bm3czhwcgm-blaze-markup-0.8.2.2
  /nix/store/w1l72gg5syv2rsbjch4j4dycccq19074-byteable-0.1.1
  /nix/store/w2s78jpwhk21ai63p7bgcvvjrbzsr96p-charset-0.3.7.1
  /nix/store/wlivxbc4ny21gzq9a561bwx9b4p08m4m-bzip2-1.0.6.0.1
  /nix/store/wnjv27b3j6jfdl0968xpcymlc7chpqil-gnugrep-3.3
  /nix/store/ww7601vx7qrcwwfnwzs1cwwx6zcqdjz3-zlib-1.2.11-dev
  /nix/store/wxhw23ga4l0sjj4sxsk3p5cdv1vjfn1m-perl5.28.1-libwww-perl-6.36
  /nix/store/x0l60p0j5jvgv4lvlrv276yf7h2lnlba-uri-templater-0.3.1.0
  /nix/store/x1khw8x0465xhkv6w31af75syyyxc65j-gnused-4.7
  /nix/store/x49p9qjr3snn81vjk7xvqgmr0zphx5fz-saml2aws-2.10.0
  /nix/store/x6ank05nb6v230xpxbjzjc62ycyc8m31-perl5.28.1-Net-HTTP-6.18
  /nix/store/xf69wbi4g081jgwdmkmkrbizzfn56da0-subversion-1.11.1
  /nix/store/xxq7cz2jr1105w5ll7sc747r0vsjpss5-cookie-0.4.4-doc
  /nix/store/xz1bxx78m00yadydzq14al2zshd9x37v-libarchive-3.3.3-lib
  /nix/store/y2wbybw0kx25scavzir979k214czvp67-python2.7-cffi-1.12.1-dev
  /nix/store/y567b9sz2wrjd7k8xxryisyh0yk5jy0w-nix-prefetch-cvs
  /nix/store/yb4s968fikw33n0fppfacdb5gnr4i8w2-parsers-0.12.9
  /nix/store/ybyshgs460yarmj460638kr7pkj1f103-perl5.28.1-Encode-Locale-1.05
  /nix/store/yk04fc7nrhjsmq74w8di5rzxns22fpnp-Only-0.1
  /nix/store/ypmlk0zvnizrmc74ic12dsj9w74wxnd4-cyrus-sasl-2.1.27
  /nix/store/yq6qwap2vdb1myl4xfivfmv09xf5aiz3-hook
  /nix/store/yqbpnv3dqiknfm0qkd8zy2mnzj9r3845-network-2.8.0.0
  /nix/store/yw0896anjdzbqa59bydh86qa9zc45wjf-perl5.28.1-TermReadKey-2.37
  /nix/store/yzaqwv70xvkwv9as3pxm56gykgn9gch4-case-insensitive-1.2.0.11-doc
  /nix/store/z5zcb4k6nzl5fmc6rk8m10ysklz9c29b-stdenv-linux
  /nix/store/z7hpnm3qr3r7fcnvzz7s1sdivnk37nja-apr-util-1.6.1
  /nix/store/zavn4np1jvm79f0rafkv0p1mrag09qkz-bash-4.4-p23
  /nix/store/zaya2srlqd7a4sg26fp4awgsw1bgrjn7-transformers-compat-0.6.2-doc
  /nix/store/zgdf7hs0fv5h2gmmm4jyk2d6537lanrl-base-compat-0.10.5-doc
  /nix/store/zi9hs650zn045b0m97j94kcq8m5id9i1-saml2aws-2.10.0-bin
  /nix/store/zl1nbq4g1ng49k5m4r58wj0rirya3saz-curl-7.64.0-bin
  /nix/store/zm0bjs6hnb7h0746pzxn1panvnbbzl63-cereal-0.5.8.0
  /nix/store/zmrqjzwb6x73z5w4jabars9wskax5fbk-bash-interactive-4.4-p23-doc
  /nix/store/zxwqchb8dl3ghs4psnvddv87w8bhnspp-db-4.8.30
  /nix/store/zzb0frix61m7siyfi531vbw17hpyr1hm-tls-1.4.1-doc
copying path '/nix/store/zmrqjzwb6x73z5w4jabars9wskax5fbk-bash-interactive-4.4-p23-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/l93842zmwqvjbaj453giqi6r68wi3ayh-apr-1.6.5' from 'https://cache.nixos.org'...
copying path '/nix/store/44zjw47b00mfwqgk50bjdfvc5fxyisff-base-orphans-0.8-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/9j4q0m4z39bxwjwazk6dy8hwgfnspj73-bash-interactive-4.4-p23-info' from 'https://cache.nixos.org'...
copying path '/nix/store/ggfxn5csw99fd7dbmlpl7knrcwy0ggxh-bash-interactive-4.4-p23-man' from 'https://cache.nixos.org'...
copying path '/nix/store/byladar7jrxxxbf0aa9d97ga2a957g51-binaryen-45' from 'https://cache.nixos.org'...
copying path '/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1' from 'https://cache.nixos.org'...
copying path '/nix/store/dqy26h4sszi0mr4h8x6lrgrp0fp526kk-boehm-gc-8.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ri77ldziyi23jwkw44blsrpgcb3ylsl9-brotli-1.0.7-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/5fz6apn5vcanxnzkr17ilyhl4pgv979c-busybox-1.30.1' from 'https://cache.nixos.org'...
copying path '/nix/store/l3yx3ggk1xikyc3rgxr8q34af4ayrlxy-byteable-0.1.1-data' from 'https://cache.nixos.org'...
copying path '/nix/store/wlivxbc4ny21gzq9a561bwx9b4p08m4m-bzip2-1.0.6.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/s7s16ha8x3909v778f95j3pjia6l2ja2-c-ares-1.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/q6821d46lc5514rfh537c20f9ay2760l-bzip2-1.0.6.0.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/sg2jsd57hv958jvjlf5yr051f41mpmda-colour-2.3.4-data' from 'https://cache.nixos.org'...
copying path '/nix/store/4xfpkxmwv1rnm0wv9dv2jxmg3ir0a0bf-compiler-rt-5.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/b878g43g9b4sljr5ib9ki9ixlh1i4bg7-cracklib-2.9.6' from 'https://cache.nixos.org'...
copying path '/nix/store/ha5q6blq16f21fjvisb5z4p4bm2wwr1i-compiler-rt-5.0.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/409pg9cmpw4j9309r9zkpqa1lqrcc7b7-curl-7.64.0-man' from 'https://cache.nixos.org'...
copying path '/nix/store/bsbjgr92d58ln0yn3jdfmfyacm3id7jg-cvs-1.12.13' from 'https://cache.nixos.org'...
copying path '/nix/store/zxwqchb8dl3ghs4psnvddv87w8bhnspp-db-4.8.30' from 'https://cache.nixos.org'...
copying path '/nix/store/4dr1hs6ppz8pisdlkb2pxmqmzhg7gmyp-db-5.3.28' from 'https://cache.nixos.org'...
copying path '/nix/store/pmzw4y4465zmq0dc8r4xbwyrqsaj4s70-diffutils-3.7' from 'https://cache.nixos.org'...
copying path '/nix/store/p3hr94l5smmx1qxlglw6hya9d1prd4jf-ed-1.15' from 'https://cache.nixos.org'...
copying path '/nix/store/rd28dkha47wapa9l316y476v1sn3c26n-editline-1.16.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ih587yibcsn1ds9b28yys7p5sf8wzl6j-expand-response-params' from 'https://cache.nixos.org'...
copying path '/nix/store/mwx2860fvs3fq5dyzassvbkrkys63qsf-expand-response-params' from 'https://cache.nixos.org'...
copying path '/nix/store/lx5p1h0g5hjyg2piyk2zniwsk08a7ax5-expat-2.2.6' from 'https://cache.nixos.org'...
copying path '/nix/store/krhqmaqal0gklh15rs2bwrqzz8mg9lrn-findutils-4.6.0' from 'https://cache.nixos.org'...
copying path '/nix/store/vvwggp5mni64yavsfqmbwvm1mn692ssn-gawk-4.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/khagf0cra6n53kagn5k227shi05yf5fj-gdbm-1.18.1' from 'https://cache.nixos.org'...
copying path '/nix/store/hassv1a6wfmm2r4mcwzixzwm80gpb91w-gettext-0.19.8.1' from 'https://cache.nixos.org'...
copying path '/nix/store/8r12vxaw5hj5g0vf4rwvamc1sfv8d540-ghc-8.6.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27' from 'https://cache.nixos.org'...
copying path '/nix/store/l7vpcsy4m5gfh4vjwly1p8m3li4gd6x8-Only-0.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/irf771wamznqjjsqi0j4ql1pp1w66l53-StateVar-1.1.1.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/zgdf7hs0fv5h2gmmm4jyk2d6537lanrl-base-compat-0.10.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/mn13g64mksgyw9lkn5227ai86qh07w5s-basement-0.0.10-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/zavn4np1jvm79f0rafkv0p1mrag09qkz-bash-4.4-p23' from 'https://cache.nixos.org'...
copying path '/nix/store/8cc66cpsqnbkrj5czwmy8cfvq0k2g9mg-blaze-builder-0.4.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8z4nvvqrhzjwlxzalincf060yyx6mx1c-byteable-0.1.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/5xb0q5027zlph40lbl2biv1pq6d2zmxl-blaze-markup-0.8.2.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/lbwz44a8h90skw14khn9ncl6iyh19wb5-call-stack-0.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/icl0v34gqlby035axfbvyll1cs9cvxib-blaze-html-0.9.1.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/c4xm1ppsr21awk8vv8cfmwqhsq5qjx8q-cereal-0.5.8.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/4w71sqnidw95xkgzmk4dl782bq5biwj3-colour-2.3.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/822lslhb7rikfzh0r0qyy39jljrxn5h2-contravariant-1.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8xrhla5ghnn8aipwx8q13znwm165dyj0-ansi-terminal-0.8.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/raf3zqv8nl4miww4r0mvkynfpwr6fbvi-data-default-class-0.1.2.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8pvsd7hvf2ak20m7zcirgna89smssc97-ansi-wl-pprint-0.6.8.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/xxq7cz2jr1105w5ll7sc747r0vsjpss5-cookie-0.4.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/h8k5lp5i46jxm9p4zrli5brrv4l08prq-dlist-0.8.0.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/r6p5p91rb2whhjpq072xwgrjzzmqsvhg-exceptions-0.10.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/jhlwcl9k86qgxaqfz0vqy6d137yqhpd4-fingertree-0.1.4.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/f5wl80zkrd3fc1jxsljmnpn7y02lz6v1-glibc-2.27-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/ajg4csjr56zx3chsx3kmy59gk18l0a2q-gmp-6.1.2' from 'https://cache.nixos.org'...
copying path '/nix/store/8n7v99ii7cg694pz0cfch422zvkdqfv4-gnumake-4.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/dhcvj12clmpwri8vbi4xnh4hwcbx90q9-gmp-6.1.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/x1khw8x0465xhkv6w31af75syyyxc65j-gnused-4.7' from 'https://cache.nixos.org'...
copying path '/nix/store/g9v8hd9wj1b51lbimpflwx4pascngmkk-hashable-1.2.7.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/f0kd4fn2nwz7l8wr9g5vm7rxkjl9fw66-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/8c67x1vslsisd4vljk9xdhd0gb4xmpgl-async-2.2.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/yzaqwv70xvkwv9as3pxm56gykgn9gch4-case-insensitive-1.2.0.11-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/yq6qwap2vdb1myl4xfivfmv09xf5aiz3-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/l7v7awr63a11yzzkn3bfdcl6avk33f6d-hourglass-0.2.12-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/nplfnxsy0sv2bv5cbr547aqhf3i9i6b1-http-parser-2.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/v1aa93vlw0ih50rwq6hplxyjyh685m65-http-types-0.12.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/i5si6gx1p7s4wvjsyq411yr9xhjg20jx-iana-etc-20181219' from 'https://cache.nixos.org'...
copying path '/nix/store/f3sdmxdgyyqkbjafk01ck4cccvizxsgw-integer-logarithms-1.0.2.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/6jv8pfr4cqmwcjraxaqkqk7r3865in3z-keyutils-1.6-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/qc2k3nbvmk5bmd5wa60ka195z094d78h-libcap-2.26-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/18jmbzfwri4w3z4y1ya2rsmkwxqvfld9-libev-4.25' from 'https://cache.nixos.org'...
copying path '/nix/store/a67cdxlw435vfgh4hz39qywpwrghgc7p-libffi-3.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/9dz5vi1z3zhyw83bqxyg0daf3g4hl9fi-libgpg-error-1.34' from 'https://cache.nixos.org'...
copying path '/nix/store/nhxfg88pglq8jbjrhy1m7iw1lb59707q-libffi-3.2.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/i417b40wwvq0xal2i74xz6vfgjyzd5y1-libgcrypt-1.8.4' from 'https://cache.nixos.org'...
copying path '/nix/store/6gjh58b790g2dbj9l3jby249h8y80znv-libkrb5-1.15.2' from 'https://cache.nixos.org'...
copying path '/nix/store/fjd9cbdjwmslr87wj5gi12g3qqb917kx-libseccomp-2.4.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/54mmj6239dc4c6hipr0dv0wdg76gg24r-libkrb5-1.15.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/12i40x5czh3fw0h6v2d3qfqrpfkmcw7n-libsodium-1.0.16' from 'https://cache.nixos.org'...
copying path '/nix/store/3vwzlp7n57s7kgm3mb6yrzphrvpr6nr9-libtool-2.4.6-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/l2b7q5z7d3mbm5g1kmpsz8izf8z9lbyl-libuv-1.26.0' from 'https://cache.nixos.org'...
copying path '/nix/store/q9vrz287g9hpzgfdybf0rr4i2dkmnp4z-libxml2-2.9.9' from 'https://cache.nixos.org'...
copying path '/nix/store/5lyvydxv0w4f2s1ba84pjlbpvqkgn1ni-linux-headers-4.19.16' from 'https://cache.nixos.org'...
copying path '/nix/store/rrzlf2vg787mcvawgihhf1fb3gz8a0pn-linux-pam-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/sr4253np2gz2bpha4gn8gqlmiw604155-glibc-2.27-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/39japmsas3kvh9bfxkzwyqpmvkl8ny14-lndir-1.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/rbpyfy6413aqpik9aj6p3a2syd1mda68-binutils-wrapper-2.31.1' from 'https://cache.nixos.org'...
copying path '/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/j4gxw716ra03ivqfpd17jah89d3m8608-lz4-1.8.3' from 'https://cache.nixos.org'...
copying path '/nix/store/7q9nm86plldbykyqksc5nrdq5azqassf-hook' from 'https://cache.nixos.org'...
copying path '/nix/store/7mmn8ri08z48vfj69c2h66f3g349ilq1-mailcap-2.1.48' from 'https://cache.nixos.org'...
copying path '/nix/store/5ysygnki7vsikr56k1770rizpxlgyzda-memory-0.14.18-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8gb0i9kxa1679q8z5qar88d712zjdmjd-mime-types-0.1.0.9-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/hry090vhc215q260x64bqs4ppz9nby90-asn1-types-0.3.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/1vyrx97nmqcqm39jv0f0pfgz37nds749-cryptonite-0.25-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/sq4grjfw36qrhn7mn55m4839kzzgy73y-asn1-encoding-0.9.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/3g3dgl1bd7qssa8n3aci4xsqzlfx8pna-mirrors-list' from 'https://cache.nixos.org'...
copying path '/nix/store/cqimmjhghkp7pfak425pbhrjingby2aq-asn1-parse-0.9.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/a1vxq1l1q4jk2hkx3ldg6h01fh22nihn-ncurses-6.1-20190112' from 'https://cache.nixos.org'...
copying path '/nix/store/iaf6ky905iflcnf0m17rpsh0d24j6vqw-ncurses-6.1-20190112' from 'https://cache.nixos.org'...
copying path '/nix/store/5zbcdzjzf98asvzr8gpx1rf49j3wm92l-clang-5.0.2-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/qn3jk82b5q5nzgq8p7glq6hi4q03ywc5-libedit-20180525-3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/n9wdq6jssgjbab052rx55bmlj8q48wsv-llvm-5.0.2-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/rhnxgfyk9mk8xr7za8clyh9hn4jlwap8-ncurses-6.1-20190112-man' from 'https://cache.nixos.org'...
copying path '/nix/store/311ivr9ridvj3r3rg8gamz6qf07sp4xx-network-2.8.0.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/7jspqj2812c11779761dmqb02wcs3k6h-ncurses-6.1-20190112-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/hp0p7qcsgm1yj7qas4yk44kv7ml1zwnm-network-uri-2.6.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/7mhmcs3q6agdncs6z1khkx7c0fvlshz9-nghttp2-1.36.0' from 'https://cache.nixos.org'...
copying path '/nix/store/rk6viwyi79fq6jzz53v8inwabsy6nvr5-HTTP-4000.3.12-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/hhr1c870y8ig5c87z0gpfy7vlkk6nz78-nghttp2-1.36.0-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/gh7rmwxap941fn1ay915jvv8dxmb0alw-nix-2.2.2-man' from 'https://cache.nixos.org'...
copying path '/nix/store/asf2w21ay5kj7qwnz79zzjkl1cjpby8m-old-locale-1.0.0.7-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/c8k8dl7k6hahagzzkyw501dp1548sp99-openssl-1.0.2r' from 'https://cache.nixos.org'...
copying path '/nix/store/nqxyh3v1mima1ff8sg8cb02awa9yb2w3-openssl-1.1.1b' from 'https://cache.nixos.org'...
copying path '/nix/store/ypmlk0zvnizrmc74ic12dsj9w74wxnd4-cyrus-sasl-2.1.27' from 'https://cache.nixos.org'...
copying path '/nix/store/xz1bxx78m00yadydzq14al2zshd9x37v-libarchive-3.3.3-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/p7dwakgzp1asg1cwz88z96p15xrhd5cp-libssh2-1.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/36gxzckmvh3vdc6n26m023vijsc3skz5-nghttp2-1.36.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/4qkwsv3s58ivf0b6c9j9qbkz8nldkdxq-curl-7.64.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ir8cdmx5wzy1jcv145s1qpx3xq7if4qp-libssh2-1.8.2-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/sz1yl0vgy4k7x0nn9xwqvhllc9h33w82-aws-sdk-cpp-1.7.53' from 'https://cache.nixos.org'...
copying path '/nix/store/zl1nbq4g1ng49k5m4r58wj0rirya3saz-curl-7.64.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/fn0468mnvzjn13vszjh668m0598bp6vh-nghttp2-1.36.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/9xk9m0pbhnh1ycr7pc18wmz6k5zcd0x2-openldap-2.4.46' from 'https://cache.nixos.org'...
copying path '/nix/store/298rr0ik1kc15jj7y2fycdak7wvljm3x-openssh-7.9p1' from 'https://cache.nixos.org'...
copying path '/nix/store/z7hpnm3qr3r7fcnvzz7s1sdivnk37nja-apr-util-1.6.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fax2vgvx17xwlzpgdrxk4ivrz5gxjlfp-optparse-applicative-0.14.3.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/0l60947632vs33zhzxqznbf77gyywanc-parallel-3.2.2.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/f2ax0p1cjyw8cq88yk3kiq1vqjh4bpjm-patch-2.7.6' from 'https://cache.nixos.org'...
copying path '/nix/store/s7p0wfbdfbq307zgifhnh6w8sfjvy64y-patchelf-0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/0j1sc30kjf9b3j7j0sp68jns2v34apr0-pcre-8.42' from 'https://cache.nixos.org'...
copying path '/nix/store/jh0f8rraj7ydbl09bgg1pgw1v8sgsdn6-pcre2-10.32' from 'https://cache.nixos.org'...
copying path '/nix/store/wnjv27b3j6jfdl0968xpcymlc7chpqil-gnugrep-3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/02qs4hyz5fp9h9aq5s4l6m7lsd6693r5-pem-0.2.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/2xg6k36wmfyxm8jvhb5njk58p9krxy2z-bats-1.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3m1hc2mrz6zhqng088s4fw0rzfb1g6qy-perl-5.28.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ybyshgs460yarmj460638kr7pkj1f103-perl5.28.1-Encode-Locale-1.05' from 'https://cache.nixos.org'...
copying path '/nix/store/d4c9yp4w96g45fivnljg32zjrvdfp10h-ghc-8.6.4' from 'https://cache.nixos.org'...
copying path '/nix/store/4vjnmya59x6c6ndbdg4kysw7a1wkql68-openssl-1.0.2r-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/yk04fc7nrhjsmq74w8di5rzxns22fpnp-Only-0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/nrx0ld5qlq39zp7qgzs9fp0sga1bqsac-StateVar-1.1.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/q1nc9jbv71877jq258fhll72rfan38x6-base-compat-0.10.5' from 'https://cache.nixos.org'...
copying path '/nix/store/h0ap94g8w1nvfawa8yf3crlwikf6nfnx-base-orphans-0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/3lkpkyjii4wpav0m0zg05msnqhgqx7y1-basement-0.0.10' from 'https://cache.nixos.org'...
copying path '/nix/store/r0dj1hhra61xa3x990qykma51s1mbhf0-blaze-builder-0.4.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/w1l72gg5syv2rsbjch4j4dycccq19074-byteable-0.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vzm21bba1k3y3vv2cwg6m9bm3czhwcgm-blaze-markup-0.8.2.2' from 'https://cache.nixos.org'...
copying path '/nix/store/8i2qyp8qmydq4y6rjnb8k4bs61nqrpqs-call-stack-0.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/60brbfmsyz88wyi4p3fjimmaq3lrj74s-blaze-html-0.9.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/zm0bjs6hnb7h0746pzxn1panvnbbzl63-cereal-0.5.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/7750168yc7dc2giylfsfsjziv0pqlqqq-colour-2.3.4' from 'https://cache.nixos.org'...
copying path '/nix/store/1ipkcf0d73d1a5skwa26pv4q6yd3qsvk-contravariant-1.5' from 'https://cache.nixos.org'...
copying path '/nix/store/4q4zkhfg9cgsspjyf2c5ycd9l36pi4hb-ansi-terminal-0.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/b0k8fa1y6qh54fn095rhfq1ik9iqgzsi-data-default-class-0.1.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/mhx2lq7f8b5iw40sxlwqpvr9qr7mnls1-ansi-wl-pprint-0.6.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/1q0b7k8711l2554mky784pgagsdj74d5-cookie-0.4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/q1z8m1gjmb54sxvkwv09vknqph5xz19h-dlist-0.8.0.5' from 'https://cache.nixos.org'...
copying path '/nix/store/nwg877mci01apvmf9hlaw4374pvpah6z-fingertree-0.1.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/c61x277avk00f51qfq40sk2rcwyd8gv2-hashable-1.2.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/7iz66l75aqhrvv74v96pjydziwnrkrl5-hourglass-0.2.12' from 'https://cache.nixos.org'...
copying path '/nix/store/3lp529bamp4b4r6l9gwrgjfs48b7s9ck-async-2.2.1' from 'https://cache.nixos.org'...
copying path '/nix/store/71ln2igjc6f8q8qs9vj3dcv7x02iyh9d-case-insensitive-1.2.0.11' from 'https://cache.nixos.org'...
copying path '/nix/store/rwxlymwknnd77hc1dkarz922ips4va3b-integer-logarithms-1.0.2.2' from 'https://cache.nixos.org'...
copying path '/nix/store/mizw4svsd870nvs0paxqfpmsgwylszd2-http-types-0.12.3' from 'https://cache.nixos.org'...
copying path '/nix/store/vnccvqqdsr5fqiq1i92vjz66i4gyc1f8-memory-0.14.18' from 'https://cache.nixos.org'...
copying path '/nix/store/ci0x17pbavxz53gzvi6fr4fyl9ayywam-mime-types-0.1.0.9' from 'https://cache.nixos.org'...
copying path '/nix/store/2cv5xlkc2ngj0kbsd2ri81cmm7lmih4v-asn1-types-0.3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/kiz6c6f5hwsz3sf3jcwx8cqyfl05xi5b-cryptonite-0.25' from 'https://cache.nixos.org'...
copying path '/nix/store/k478y62gx171z263g4rryi6gq068qlmm-asn1-encoding-0.9.5' from 'https://cache.nixos.org'...
copying path '/nix/store/yqbpnv3dqiknfm0qkd8zy2mnzj9r3845-network-2.8.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/45lnly9rwxsgsgabccl0fsg1q7ghdx1g-asn1-parse-0.9.4' from 'https://cache.nixos.org'...
copying path '/nix/store/k4g4wcvn1gx7gfajlg467xk6yacg51kw-network-uri-2.6.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/84p9w1xhb8vlac1czp3svnsrbya8wija-old-locale-1.0.0.7' from 'https://cache.nixos.org'...
copying path '/nix/store/a80sq61avhv9kc68wvd7bbnfj30v9agf-HTTP-4000.3.12' from 'https://cache.nixos.org'...
copying path '/nix/store/j33mmnw6v2q781akw41jv9k7rhv9gzcs-openssl-1.0.2r-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/nr79n7rb54aidzd3kxzmw1lapazgx4kc-parallel-3.2.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/fi5nniwrj8pkj5iamsak2xxx69nz00aa-pem-0.2.4' from 'https://cache.nixos.org'...
copying path '/nix/store/sa4gnikd8yvbl33i23jr7w9swj6scfym-perl5.28.1-HTML-Tagset-3.20' from 'https://cache.nixos.org'...
copying path '/nix/store/26vlgb5yhix3q5y4vyydmz6whkkykrp9-perl5.28.1-HTTP-Date-6.02' from 'https://cache.nixos.org'...
copying path '/nix/store/34b2dfi5gm7y9zh5vk2xp7n4gj0k45gc-perl5.28.1-HTML-Parser-3.72' from 'https://cache.nixos.org'...
copying path '/nix/store/9lgs0jnpfnskxr3h6ysbmglx1hqi3lm1-perl5.28.1-File-Listing-6.04' from 'https://cache.nixos.org'...
copying path '/nix/store/0m83mp7dwf58lwi7asf9l25f282g6vvb-perl5.28.1-IO-HTML-1.001' from 'https://cache.nixos.org'...
copying path '/nix/store/dazx1bqw2cjriabg8mrn7j7z9q03z5vk-perl5.28.1-LWP-MediaTypes-6.02' from 'https://cache.nixos.org'...
copying path '/nix/store/yw0896anjdzbqa59bydh86qa9zc45wjf-perl5.28.1-TermReadKey-2.37' from 'https://cache.nixos.org'...
copying path '/nix/store/3jsxl0kiq9pw2w414dxn0nsznlvywwmc-perl5.28.1-Test-Needs-0.002005' from 'https://cache.nixos.org'...
copying path '/nix/store/473pvaayxcnkz0vc887liyg68x2fma2y-perl5.28.1-Test-RequiresInternet-0.05' from 'https://cache.nixos.org'...
copying path '/nix/store/26w0pslwrpjz0hh8138v9mcj0kbhylw7-perl5.28.1-Try-Tiny-0.30' from 'https://cache.nixos.org'...
copying path '/nix/store/n9zf3wch4n28fjh4mwcms9iinl7mcjqc-perl5.28.1-URI-1.74' from 'https://cache.nixos.org'...
copying path '/nix/store/pq5ziz9mnp703gqkcx4ii5aqd00jdsql-perl5.28.1-Test-Fatal-0.014' from 'https://cache.nixos.org'...
copying path '/nix/store/ilslw21ak00a7lss9khc996ycwhh60b2-perl5.28.1-HTTP-Message-6.18' from 'https://cache.nixos.org'...
copying path '/nix/store/x6ank05nb6v230xpxbjzjc62ycyc8m31-perl5.28.1-Net-HTTP-6.18' from 'https://cache.nixos.org'...
copying path '/nix/store/bihlv5xqjcx2fxyan1n1mf6r7n8ablyq-perl5.28.1-HTTP-Cookies-6.04' from 'https://cache.nixos.org'...
copying path '/nix/store/nqidhm5ciiy7ck1kb0mz23491afqsal9-perl5.28.1-HTTP-Daemon-6.01' from 'https://cache.nixos.org'...
copying path '/nix/store/r16fs1d137mg54ibz7wcifax3yyrbaiy-perl5.28.1-HTTP-Negotiate-6.01' from 'https://cache.nixos.org'...
copying path '/nix/store/fm2da7pc2ki597j9zms9513jrbw6gpvr-perl5.28.1-WWW-RobotRules-6.02' from 'https://cache.nixos.org'...
copying path '/nix/store/6l2i3jcb5d0rix1r5chzgd60q5yzh7ww-pkg-config-0.29.2' from 'https://cache.nixos.org'...
copying path '/nix/store/wxhw23ga4l0sjj4sxsk3p5cdv1vjfn1m-perl5.28.1-libwww-perl-6.36' from 'https://cache.nixos.org'...
copying path '/nix/store/gxm46yxk2wc6vp5nxs4i9r0lpkabmsy1-primitive-0.6.4.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/lzanwqk3i7jbf4wpsxn09hxix9wh6s2j-python2.7-pyOpenSSL-19.0.0' from 'https://cache.nixos.org'...
copying path '/nix/store/pkwjqn9f2nz5zsvnfrhvcfcav8pmvywn-primitive-0.6.4.0' from 'https://cache.nixos.org'...
copying path '/nix/store/cgc81bf5m5f5r1yc2a32n59vpjccmrqx-random-1.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/9gbya0r2q8prlmkx1hw00mgvsljhzhl5-readline-6.3p08' from 'https://cache.nixos.org'...
copying path '/nix/store/0ysgjqha0y2g8jmq8yn166kn9whs2cha-random-1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/n3nnjq2bzz9snxcp33n6vyr0ivyrx1zm-readline-7.0p5' from 'https://cache.nixos.org'...
copying path '/nix/store/vwkr1ws38a07mk4l1p28sfjwjgnicncp-reflection-2.1.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/sc9j7ngxn37klhpa30pawikyb1az6xkv-bash-interactive-4.4-p23' from 'https://cache.nixos.org'...
copying path '/nix/store/ar6pwdgdr81r33zhdaihh2kff7qcrv2a-reflection-2.1.4' from 'https://cache.nixos.org'...
copying path '/nix/store/44qf68w92nj57fyj7ddzilnsbpyg99ll-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/j9vgjcv68d2fhcqh6fbhsfw50bqpn5xz-rhash-1.3.8' from 'https://cache.nixos.org'...
copying path '/nix/store/j9gv6dpsziiq1mr91ka5lwrkk9qw3nd7-rust_backtrace-sys-0.1.24' from 'https://cache.nixos.org'...
copying path '/nix/store/58x4fwy4azfdxfq7i6kl700qp2xx7nah-cmake-3.13.4' from 'https://cache.nixos.org'...
copying path '/nix/store/k8pkqb69d28ihxngb3n52bxcakdx2cff-rust_carnix-0.9.8' from 'https://cache.nixos.org'...
copying path '/nix/store/bc4wgqy1ahs8vp5p35sfzxkryb8n9wpy-scientific-0.3.6.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/q2qc36icxnw387k9skg30697mr9i78nk-semigroups-0.18.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/j6gz5ijn18pa7syxfpr9fjwsnb01myv2-attoparsec-0.13.2.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/fny05qgpi41br2wp36p1l0k9rgjh2nvz-scientific-0.3.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/nxyz8p4yjg54v8cdc6glqbwasqc5rh83-semigroups-0.18.5' from 'https://cache.nixos.org'...
copying path '/nix/store/v2dk6zm4crj8rjrz77fd1x162a523kfi-attoparsec-0.13.2.2' from 'https://cache.nixos.org'...
copying path '/nix/store/12g5ywd8il7lv917vf8z59dqxhk5snr0-serf-1.3.9' from 'https://cache.nixos.org'...
copying path '/nix/store/7i9lshmz7l8zfl5vh0mymzz84fg6sghz-socks-0.5.6-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/rf1n8w09sq9mnikmygn07lfz802326gg-sqlite-3.28.0' from 'https://cache.nixos.org'...
copying path '/nix/store/k27708m0h5gkfc1mg16mflk9mrxj0swf-socks-0.5.6' from 'https://cache.nixos.org'...
copying path '/nix/store/vnl40y2wwvx4c3wcvmn1b50hg3w9fm89-nix-2.2.2' from 'https://cache.nixos.org'...
copying path '/nix/store/snprfi0acg5bpbzhrggri7q85wvf0v0g-python-2.7.16' from 'https://cache.nixos.org'...
copying path '/nix/store/y567b9sz2wrjd7k8xxryisyh0yk5jy0w-nix-prefetch-cvs' from 'https://cache.nixos.org'...
copying path '/nix/store/n2sxgms8b7kg3rnc41sh6rkjv5v94cfp-git-2.19.2' from 'https://cache.nixos.org'...
copying path '/nix/store/skfga7lc1vcqny050k93v3apkhcdw8nb-git-hub-1.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/fii87z3716c6apm56lgjy9x59mc3zf7v-nix-prefetch-git' from 'https://cache.nixos.org'...
copying path '/nix/store/cjhrnfn75lpjwraclwqg00gz4lsr76a2-nodejs-11.14.0' from 'https://cache.nixos.org'...
copying path '/nix/store/mrs4wiyb5p32lj4y8f4zzdgy3p46fxb5-nodejs-8.15.1' from 'https://cache.nixos.org'...
copying path '/nix/store/jyqzh2hsnwq8zkrhw41x61zgpskbaysm-python2.7-cffi-1.12.1' from 'https://cache.nixos.org'...
copying path '/nix/store/l88wvnl32yy68z1fxlfxmrdm972sjngh-python2.7-cryptography-2.5' from 'https://cache.nixos.org'...
copying path '/nix/store/5bqnjyrfp59ds2mawxhsp9rhabvzr2q8-python2.7-setuptools-40.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/dwi186iqm6p3kfncfsl62fbfwfry1yci-python3-3.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/i9awjq7w6pwpyn0dg8zq17vggca6wrn7-python2.7-asn1crypto-0.24.0' from 'https://cache.nixos.org'...
copying path '/nix/store/mfajcf6q1n6mccncj2n7yjxfmkp35mfy-python2.7-certifi-2018.11.29' from 'https://cache.nixos.org'...
copying path '/nix/store/81231sfq22kxyv2pqipim7mlr2f1rkg7-python2.7-enum34-1.1.6' from 'https://cache.nixos.org'...
copying path '/nix/store/6ydgqnzwgm82dbdqszlk40sb2s2qb9g0-python2.7-idna-2.8' from 'https://cache.nixos.org'...
copying path '/nix/store/97pk2vfiknd74gpl8jp0bwwcjgl20ld0-python2.7-ipaddress-1.0.22' from 'https://cache.nixos.org'...
copying path '/nix/store/04ii3r4pmxdd1k637xfjwc5s1a9pnf3h-python2.7-pyasn1-0.4.5' from 'https://cache.nixos.org'...
copying path '/nix/store/iy24nc68m20594pnm522km2xgjg2b63k-python2.7-pycparser-2.19' from 'https://cache.nixos.org'...
copying path '/nix/store/n2h8jyzbs4054x58c1xih20bxnh1lhj5-python2.7-pyparsing-2.3.1' from 'https://cache.nixos.org'...
copying path '/nix/store/y2wbybw0kx25scavzir979k214czvp67-python2.7-cffi-1.12.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/ajh5nrw3d384xr7mm25xxd5lqb34myaf-python2.7-pysocks-1.6.8' from 'https://cache.nixos.org'...
copying path '/nix/store/sygx0jni6adaajm5cnz3nlipklgi4fqn-python2.7-six-1.12.0' from 'https://cache.nixos.org'...
copying path '/nix/store/gzp169g8012kmrwbl2iyssyli3l73dgq-python3.7-setuptools-40.8.0' from 'https://cache.nixos.org'...
copying path '/nix/store/8yymiif77ck2ivmgij6kynr35bhf6062-python2.7-bcrypt-3.1.6' from 'https://cache.nixos.org'...
copying path '/nix/store/h0xkvj00zwir2573larwvqk4g3f0nn8j-asciinema-2.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/4y0sb0p3bwlf372iqih0mz3amvcmx60b-python2.7-packaging-19.0' from 'https://cache.nixos.org'...
copying path '/nix/store/73j0526c25xdwpfqwl75gm5xcf937ph2-python2.7-pynacl-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/k96l9k41n7r8c3iwn3cb28xfkxqs3cra-python2.7-cryptography-2.5-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/i6iz9ccgc1yb9knf4qrgjkfidklj55xv-stdenv-linux' from 'https://cache.nixos.org'...
copying path '/nix/store/gr9lc0ga5i6v0wyf52ir3f996z5rvjzx-python2.7-paramiko-2.4.2' from 'https://cache.nixos.org'...
copying path '/nix/store/kcgj1z1vc9yqy6a6znswvdilp6s1yg7z-python2.7-pyOpenSSL-19.0.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/hvn7503bgx9c55hzgnq2s82ncxmhrlbh-bazaar-2.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/80g1rirrqi4cm6g39084bb1hn4lqbnpa-python2.7-urllib3-1.24.1' from 'https://cache.nixos.org'...
copying path '/nix/store/22j1984vc3810kjxaf8l402a2qfw2pby-nix-prefetch-bzr' from 'https://cache.nixos.org'...
copying path '/nix/store/562di4ml81860hxqmrgs9y53zlrzmff9-python2.7-dulwich-0.19.11' from 'https://cache.nixos.org'...
copying path '/nix/store/z5zcb4k6nzl5fmc6rk8m10ysklz9c29b-stdenv-linux' from 'https://cache.nixos.org'...
copying path '/nix/store/h4azfsjrgnf97i12dg8annc4wmmgpn5n-python2.7-hg-git-0.8.12' from 'https://cache.nixos.org'...
copying path '/nix/store/9alw9hckg14ghqhiisfq3bz7qlx95bcb-system-filepath-0.4.14-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/bvsfz656dx9p856cvywgwhxc3nxlsdpc-mercurial-4.9' from 'https://cache.nixos.org'...
copying path '/nix/store/2r38c9bf1znh34fyh2069w3h99sxi26v-optparse-generic-1.3.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/ddb41z9vhb6s20nf3b3ysxbvw5rs5ikh-nix-prefetch-hg' from 'https://cache.nixos.org'...
copying path '/nix/store/9cllpcxrpixh2hw3b7j226ffxcb3350s-system-filepath-0.4.14' from 'https://cache.nixos.org'...
copying path '/nix/store/a06709rm91l9qa9wbn2fkghfqgnbb374-tagged-0.8.6-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/4bhm2rxjr2kf61sxbq8k1b89qngfwzq5-th-abstraction-0.2.11.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/7b20bpqyddkrkis1sx9b61qyaar6nlw4-distributive-0.6-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/dd1n15n6889qd5sbncnxrwr8gbz7m83q-tagged-0.8.6' from 'https://cache.nixos.org'...
copying path '/nix/store/q8dfnvvm11pmikm98cl8d93vqirbzkwx-comonad-5.0.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/a33r90rxhb0jj3956r75sc15lla4kjam-distributive-0.6' from 'https://cache.nixos.org'...
copying path '/nix/store/ggq2cbrhf8waqz9axa62dyvw1j700z80-bifunctors-5.5.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/kljd3na0v7vfvbd488ndnrwihfcm8iip-th-abstraction-0.2.11.0' from 'https://cache.nixos.org'...
copying path '/nix/store/4rykpxhmv70xs0rqkcngbnr0x410a9w3-profunctors-5.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/br3rlcqj525p92kgpghvqqzlcrk3k9fj-time-locale-compat-0.1.1.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/hb9np8q0w5cysla6n8dbk4ii2k6cavx7-transformers-base-0.4.5.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/5gcg8yl39d2nbrkccvd84zsd5rq6nsy0-time-locale-compat-0.1.1.5' from 'https://cache.nixos.org'...
copying path '/nix/store/zaya2srlqd7a4sg26fp4awgsw1bgrjn7-transformers-compat-0.6.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/5dqqp2qyyw1j69zg1r9iydjpbx9j886x-tzdata-2019a' from 'https://cache.nixos.org'...
copying path '/nix/store/k90a0mh4bq8vxdmy4hrnm2zy0a46jhyh-transformers-compat-0.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/flv84yfvfs6r5g8wz90jbzn4v2gm5wd0-hugo-0.54.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/k2b86ja08dpvdsq2r1rbqnbw5250w7c6-comonad-5.0.4' from 'https://cache.nixos.org'...
copying path '/nix/store/bsfnb34phhyw3b0nrzsybhbwf3pwc3sz-exceptions-0.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ipwqi6bifvyr26k263xs5k28df7g02jr-bifunctors-5.5.3' from 'https://cache.nixos.org'...
copying path '/nix/store/qka7fb46x3znx6fwrk2s21jzgki5gbbi-hugo-0.54.0' from 'https://cache.nixos.org'...
copying path '/nix/store/q6b8nniml4v3vk7qi9qmms03gi72ps6n-optparse-applicative-0.14.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/hgimsinha59zh51arf4w0i227nbx8l3b-profunctors-5.3' from 'https://cache.nixos.org'...
copying path '/nix/store/zi9hs650zn045b0m97j94kcq8m5id9i1-saml2aws-2.10.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/nihkddf5bx328iwvjxmy5zrfxbd4hq1n-transformers-base-0.4.5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/x49p9qjr3snn81vjk7xvqgmr0zphx5fz-saml2aws-2.10.0' from 'https://cache.nixos.org'...
copying path '/nix/store/0c01q622b8snr5lgxaxs4a3v3d01r297-unordered-containers-0.2.9.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/s3bwllqys7l2bd87vpzmx2mz9v52qfhj-utf8-string-1.0.1.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/0mm3pw3za3pfpl6hqx9wh92dvnk6zzhm-charset-0.3.7.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/l2lznv2gmpi6h0jnxr1vw3ipb8f248hp-invariant-0.5.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/vrgl45zrmm6c0isvvnyjawarwgxj4iq2-parsers-0.12.9-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/lwicqml1ar0qfplkbjri8fqs6v1dzj6c-semigroupoids-5.3.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/0y0s7248b0lb34vwib02k3vb6cdapxcx-unordered-containers-0.2.9.0' from 'https://cache.nixos.org'...
copying path '/nix/store/dabvffapsg1mqif8k3jnps7vziv105pw-free-5.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/w2s78jpwhk21ai63p7bgcvvjrbzsr96p-charset-0.3.7.1' from 'https://cache.nixos.org'...
copying path '/nix/store/j9smn1mn6fw9yaixkswygf6mw2gnyykm-adjunctions-4.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/sin619divqkmn16nqds2y2kjx4m9d9i6-invariant-0.5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/p0kw7s5vh5pl8gmgkii9ywcxzfkim1rs-kan-extensions-5.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/yb4s968fikw33n0fppfacdb5gnr4i8w2-parsers-0.12.9' from 'https://cache.nixos.org'...
copying path '/nix/store/hirhs4mmdwg05nny53zkmf6w399hkh5z-reducers-3.12.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/6yjf57sh9qqn0da509fkajbbjv7m3i3m-semigroupoids-5.3.2' from 'https://cache.nixos.org'...
copying path '/nix/store/0la9dgf90w0wzzfk15d94d1xhkl52gll-utf8-string-1.0.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/lgws133mvczbrbicb1rxijwa4y3jqq5w-free-5.1' from 'https://cache.nixos.org'...
copying path '/nix/store/n7hvq29xn70dai50jz0qaifdnk6r5j6r-reducers-3.12.3' from 'https://cache.nixos.org'...
copying path '/nix/store/db73hmrqpfbcgfyw0drywsziyyv6p8nl-utf8proc-2.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/2r0svg831wsa5dd43jx9wbwhbwdk79ai-util-linux-2.33.1' from 'https://cache.nixos.org'...
copying path '/nix/store/xf69wbi4g081jgwdmkmkrbizzfn56da0-subversion-1.11.1' from 'https://cache.nixos.org'...
copying path '/nix/store/jhiqhpwff0rcf8rahdic1f87vmnjrrdk-systemd-239.20190219-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/rjwppfx5za43lm2bhbqfn08cl8szfkzq-nix-prefetch-svn' from 'https://cache.nixos.org'...
copying path '/nix/store/gra9hlv00ahlxk55nkr57wyfmh2wdx6h-procps-3.3.15' from 'https://cache.nixos.org'...
copying path '/nix/store/i135yhs18iwx2w6xnvzx67h6krjbl25k-uuid-types-1.0.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/px2rlxp0pr7fhzabq50cznvb9my3112w-vector-0.12.0.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/ds6j8qhgrw53a5qzpr9hvlkx7c27xcv5-uuid-types-1.0.3' from 'https://cache.nixos.org'...
copying path '/nix/store/hgyp9npj7n4riiknkb6djf9m42kq70zn-aeson-1.4.2.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/849wgdkw1w03mj3x0y43al00w3a92mjk-lens-4.17-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/32k9hj4wf45z1q1sq63racdkwnkj7mxb-vector-0.12.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/njjw6s5fyzr7fbg8dswcvm64r81zpqs0-trifecta-2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/mbknmpmc1n46cyf5mbyszgl02w60fj81-aeson-1.4.2.0' from 'https://cache.nixos.org'...
copying path '/nix/store/i8ivbs5c0nr1d5g2013xrnig7skdjny7-uri-templater-0.3.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8ziacfp1d7sy98jn13gr4pys423pbggl-void-0.7.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/92fi647dj1wyl8ib5lfsd733w5xb72zi-wabt-1.0.8' from 'https://cache.nixos.org'...
copying path '/nix/store/7s61v66frpq4nzl92prwr2c28y5ia1qy-void-0.7.2' from 'https://cache.nixos.org'...
copying path '/nix/store/1kfxhqm9h4358dz6f2qzrhdwy43da87i-wasm-gc-0.1.6' from 'https://cache.nixos.org'...
copying path '/nix/store/846y3di0s7haxvg0y0kk37f62zk9anx6-adjunctions-4.4' from 'https://cache.nixos.org'...
copying path '/nix/store/b3jpcv5h2r8g28mfag16d29rgp5x2s6b-optparse-generic-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/6bc1iq8lnhfi4v5l650bdj9svrd69p9w-kan-extensions-5.2' from 'https://cache.nixos.org'...
copying path '/nix/store/f6lkkpvpigkf3r61sfyl4zrrv7sd58p9-watch-1003.1-2008' from 'https://cache.nixos.org'...
copying path '/nix/store/jmdbpifp8yz2p6qdi9brr48lbn4z4vv7-lens-4.17' from 'https://cache.nixos.org'...
copying path '/nix/store/6dpsqyxrx42d5qq4lpmn8afb614vi3rx-which-2.21' from 'https://cache.nixos.org'...
copying path '/nix/store/5b477m0c9jxynd6f2gpixyif2v8gjv8r-trifecta-2' from 'https://cache.nixos.org'...
copying path '/nix/store/hn1453149lsa16g0h1l2zmdlvj5dknhr-x509-1.7.5-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/x0l60p0j5jvgv4lvlrv276yf7h2lnlba-uri-templater-0.3.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/k1npvfs6s8hsj981kkjk865v1742khjc-x509-1.7.5' from 'https://cache.nixos.org'...
copying path '/nix/store/g6z261saxvc33jf3ih21n2m199l07lnw-x509-store-1.6.7-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/05l0s5xm5ckkp1wpr0ysmikfaxyi4sbm-yarn-1.13.0' from 'https://cache.nixos.org'...
copying path '/nix/store/3q3sgm9aadj9kjm2ckfrik1cqm71gxbg-x509-store-1.6.7' from 'https://cache.nixos.org'...
copying path '/nix/store/mqd7l353kdfr58yr9dlp7m36wmdhyzy1-x509-system-1.6.6-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/kgjrp6ajc1j88bvmwqiw7lq18zn3b4gq-x509-validation-1.6.11-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8idxvrj6k6v31cilj5wjpaliglpxxfm8-x509-system-1.6.6' from 'https://cache.nixos.org'...
copying path '/nix/store/zzb0frix61m7siyfi531vbw17hpyr1hm-tls-1.4.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/mv3hhc8q2lk511zi2wnl3nykqw3ff2yj-x509-validation-1.6.11' from 'https://cache.nixos.org'...
copying path '/nix/store/1mxycbahya5fsz8i10si5gks53zpbhgq-connection-0.2.8-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/v4jl5riqh43l3hcnswgp6b2yzvxsinir-tls-1.4.1' from 'https://cache.nixos.org'...
copying path '/nix/store/8ddnhd4b4gxqb84gcv0059qnm2hbwmpr-zlib-0.6.2-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/kbiksas9qqqaqg3wgbflw64yclgcczw2-connection-0.2.8' from 'https://cache.nixos.org'...
copying path '/nix/store/nap47zp0nkn3p4r5kqlrdm84b8d2av6x-streaming-commons-0.2.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/ww7601vx7qrcwwfnwzs1cwwx6zcqdjz3-zlib-1.2.11-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/54cpb2ymar9lwnjr7bav702izdn4gmax-http-client-0.5.14-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/1qmcrv4vx5wxjrl41g8ns8lixlwdsvrn-curl-7.64.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/a14l2lbvbnqlwc09ps7is1zfp99scba9-http-client-tls-0.3.5.3-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/n4giazimpn0zw2h3c03rx1drmjzl0rar-llvm-5.0.2' from 'https://cache.nixos.org'...
copying path '/nix/store/7llj1wscvbd484v4bcs35anx5lnl5ckh-github-release-1.2.4-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/svhfdif1yx73nlm1f2ab6ckqymdm46qj-clang-5.0.2' from 'https://cache.nixos.org'...
# etc, still running

@jamesray1 jamesray1 changed the title [upstream issue] Can't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux Couldn't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux uninstall then reinstall Nov 8, 2019
@jamesray1 jamesray1 changed the title Couldn't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux uninstall then reinstall Couldn't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux. Fix: uninstall then reinstall Nov 8, 2019
@jamesray1 jamesray1 changed the title Couldn't run curl https://nixos.org/nix/install | sh on Manjaro Archlinux. Fix: uninstall then reinstall Can't permanently run nix-shell https://holochain.love on Manjaro Archlinux without warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment Nov 8, 2019
@jamesray1
Copy link
Contributor Author

I've spent too much time trying to figure out how to fix this, so I'll just ignore the warning.

@jamesray1 jamesray1 reopened this Nov 8, 2019
@jamesray1 jamesray1 changed the title Can't permanently run nix-shell https://holochain.love on Manjaro Archlinux without warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment [upstream issue] Can't permanently run nix-shell https://holochain.love on Manjaro Archlinux without warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment Nov 8, 2019
@jamesray1
Copy link
Contributor Author

It seems like it would be better on (Manjaro) Archlinux to follow these instructions, rather than installing via curl https://nixos.org/nix/install | sh: https://wiki.archlinux.org/index.php/Nix

So the quick start doc should be updated with that.

@jamesray1 jamesray1 reopened this Dec 14, 2019
@thedavidmeister
Copy link
Contributor

@jamesray1 does this help? https://forum.holochain.org/t/ubuntu-and-debian-troubleshooting-brain-dump/1007

specifically this bit:

export NIX_PATH=nixpkgs=nixpkgs=channel:nixos-19.03
nix-channel --update

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 20, 2019

@thedavidmeister thanks for that, but unfortunately I still get warnings:

$ nh
warning: Nix search path entry 'nixpkgs=channel:nixos-19.03' does not exist, ignoring
warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment
$ alias nh
nh='nix-shell https://holochain.love'

Worse than that, I got errors on my desktop. But good news, I now have internet working with NBN on my desktop, and it's fast!

$ nh
warning: Nix search path entry 'nixpkgs=channel:nixos-19.03' does not exist, ignoring
warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment
these derivations will be built:
  /nix/store/59pxibmry9qgnpfj64pd8qhjjw8ii26j-sim2h_server-v0.0.38-alpha14-x86_64-generic-linux-gnu.tar.gz.drv
  /nix/store/h6n68sr4q6hkbsg1wzvnzmmkxzd3h22d-rust-std.drv
  /nix/store/hdsq1kkvf1gflb5yk1145i6qx0f6iq83-rust.drv
  /nix/store/hk4p1g9s2dr5w2x6xm22qd1c0f22ipjb-rust-std.drv
  /nix/store/7x70dgh5yj743lcdyahl9ywmf1518rqd-rust-1.38.0-nightly-2019-07-13-69656fa4c.drv
  /nix/store/gq192dvrhi35i2cmkgxxa8qxvmjbzpi5-hc.drv
  /nix/store/wzs4m2n7xs6kddx5b8v1y0wbphmrn7ij-trycp_server-v0.0.38-alpha14-x86_64-generic-linux-gnu.tar.gz.drv
  /nix/store/hzj1rmbm9a9yx2bz6cpwb5kw7bj5lfvv-trycp_server.drv
  /nix/store/rk12y7hz68b5p8ba294nhq07dvw18di0-sim2h_server.drv
building '/nix/store/h6n68sr4q6hkbsg1wzvnzmmkxzd3h22d-rust-std.drv'...
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
unpacking sources
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
unpacking source archive /nix/store/08px0migjsmcf0rh5zg8c8nqqjwm7da0-rust-std-nightly-wasm32-unknown-unknown.tar.xz
source root is rust-std-nightly-wasm32-unknown-unknown
find: '/build/..': No such file or directory
patching sources
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
configuring
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
no configure script, doing nothing
building
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
no Makefile, doing nothing
installing
/nix/store/1zpvvxqxypyx2hlsg4zm7jdh1dc7z7cz-stdenv-linux/setup: line 813: /build/env-vars: No such file or directory
patching script interpreter paths in install.sh
install.sh: interpreter directive changed from "/bin/bash" to "/nix/store/506nnycf7nk22x7n07mjjjl2g8nifpda-bash-4.4-p23/bin/bash"
mktemp: failed to create file via template '/build/tmp.XXXXXXXXXX': No such file or directory
builder for '/nix/store/h6n68sr4q6hkbsg1wzvnzmmkxzd3h22d-rust-std.drv' failed with exit code 1
cannot build derivation '/nix/store/7x70dgh5yj743lcdyahl9ywmf1518rqd-rust-1.38.0-nightly-2019-07-13-69656fa4c.drv': 1 dependencies couldn't be built
error: build of '/nix/store/7x70dgh5yj743lcdyahl9ywmf1518rqd-rust-1.38.0-nightly-2019-07-13-69656fa4c.drv', '/nix/store/gq192dvrhi35i2cmkgxxa8qxvmjbzpi5-hc.drv', '/nix/store/hzj1rmbm9a9yx2bz6cpwb5kw7bj5lfvv-trycp_server.drv', '/nix/store/rk12y7hz68b5p8ba294nhq07dvw18di0-sim2h_server.drv' failed

What I ran before that and the outputs:

 13:52:41  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ 
$ curl https://nixos.org/nix/install | sh
# snip
Installation finished!  To ensure that the necessary environment
variables are set, either log in again, or type

  . /home/jr/.nix-profile/etc/profile.d/nix.sh

in your shell.
 13:58:09  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ 
$ . /home/jr/.nix-profile/etc/profile.d/nix.sh

 13:58:23  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ 
$ export NIX_PATH=nixpkgs=nixpkgs=channel:nixos-19.03

 13:58:32  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ 
$ nix-channel --update
unpacking channels...
 13:59:41  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ 
$ nix-env --version
nix-env (Nix) 2.3.1

@jamesray1
Copy link
Contributor Author

I tried again with sudo install -d -m755 -o $(id -u) -g $(id -g) /nix, but got the same results:

https://pastebin.com/nDB5Dnfz

@jamesray1
Copy link
Contributor Author

Ah, I haven't merged upstream, only origin. 🤦‍♂️

@jamesray1
Copy link
Contributor Author

I've also been getting this error, including after uninstalling with rm -rf /nix and reinstalling with yay -a nix archlinux-nix; sudo archlinux-nix bootstrap

nix-build: error while loading shared libraries: libboost_context.so.1.69.0: cannot open shared object file: No such file or directory
 16:01:01  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭ 
$ sudo archlinux-nix bootstrap 


[sudo] password for jr: 
Installing sandbox binaries from NixOS-19.09 ...
nix-build: error while loading shared libraries: libboost_context.so.1.69.0: cannot open shared object file: No such file or directory

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 20, 2019

I found this:

https://stackoverflow.com/questions/4581305/error-while-loading-shared-libraries-libboost-system-so-1-45-0-cannot-open-sha

I have boost-libs installed already, running sudo ldconfig didn't help.

 16:25:05  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭  2m15s 
$ nix-shell
nix-shell: error while loading shared libraries: libboost_context.so.1.69.0: cannot open shared object file: No such file or directory

Cross-posting to https://forum.manjaro.org/t/error-while-loading-shared-libraries-libboost-context-so-1-69-0-cannot-open-shared-object-file-no-such-file-or-directory/115811

@jamesray1
Copy link
Contributor Author

OK I fixed the above error by uninstalling and reinstalling as detailed on the Nix forum here and ran the two commands you suggested above, but still got warnings:

 06:37:51  jr@fm  ~  ⬡ v8.16.0 
$ export NIX_PATH=nixpkgs=nixpkgs=channel:nixos-19.03

 06:41:34  jr@fm  ~  ⬡ v8.16.0 
$ nix-channel --update
unpacking channels...
 06:41:58  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭  3m59s 
$ nh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring
these derivations will be built:
  /nix/store/0g0yrlygc5fvxhb9ya8sv2v6djnvvv7s-hn-dist-audit.drv
#snip

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 20, 2019

I tried these from https://wiki.archlinux.org/index.php/Nix#Configuration:

 06:52:32  jr@fm  ~  ⬡ v8.16.0 
$ sudo chown -R $USER. /nix/var/nix/{gcroots,profiles}
[sudo] password for jr: 

 06:52:40  jr@fm  ~  ⬡ v8.16.0 
$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable

 06:52:48  jr@fm  ~  ⬡ v8.16.0 
$ nix-channel --update
unpacking channels...
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring

 06:52:55  jr@fm  ~  ⬡ v8.16.0 
$ nix-env -u
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring

 06:53:05  jr@fm  ~  ⬡ v8.16.0  6s 
$ sudo nix-channel --update
warning: the group 'nixbld' specified in 'build-users-group' does not exist
unpacking channels...
warning: the group 'nixbld' specified in 'build-users-group' does not exist
error: the group 'nixbld' specified in 'build-users-group' does not exist
error: program '/nix/store/6chjfy4j6hjwj5f8zcbbdg02i21x1qsi-nix-2.3.1/bin/nix-env' failed with exit code 1

 06:53:06  ✘  jr@fm  ~  ⬡ v8.16.0 
$ 

I'll revisit warning: the group 'nixbld' specified in 'build-users-group' does not exist later.

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 20, 2019

I got rid of

warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring

via
NixOS/nix#697

Specifically, by running

$ sudo mkdir /etc/nix/
$ sudo nano /etc/nix/nix.conf

$ cat /etc/nix/nix.conf
build-users-group =
$ cd hcr
$ nh
 08:42:00  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭ 
$ nh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

I installed again

$ alias cn
cn='curl https://nixos.org/nix/install | sh'
$ cn
$ . /home/jr/.nix-profile/etc/profile.d/nix.sh
$  08:48:04  ✘  jr@fm  ~  ⬡ v8.16.0 
$ cat /home/jr/.nix-profile/etc/profile.d/nix.sh  
if [ -n "$HOME" ] && [ -n "$USER" ]; then

    # Set up the per-user profile.
    # This part should be kept in sync with nixpkgs:nixos/modules/programs/shell.nix

    NIX_LINK=$HOME/.nix-profile

    NIX_USER_PROFILE_DIR=/nix/var/nix/profiles/per-user/$USER

    # Append ~/.nix-defexpr/channels to $NIX_PATH so that <nixpkgs>
    # paths work when the user has fetched the Nixpkgs channel.
    export NIX_PATH=${NIX_PATH:+$NIX_PATH:}$HOME/.nix-defexpr/channels

    # Set up environment.
    # This part should be kept in sync with nixpkgs:nixos/modules/programs/environment.nix
    export NIX_PROFILES="/nix/var/nix/profiles/default $HOME/.nix-profile"

    # Set $NIX_SSL_CERT_FILE so that Nixpkgs applications like curl work.
    if [ -e /etc/ssl/certs/ca-certificates.crt ]; then # NixOS, Ubuntu, Debian, Gentoo, Arch
        export NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
    elif [ -e /etc/ssl/ca-bundle.pem ]; then # openSUSE Tumbleweed
        export NIX_SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
    elif [ -e /etc/ssl/certs/ca-bundle.crt ]; then # Old NixOS
        export NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt
    elif [ -e /etc/pki/tls/certs/ca-bundle.crt ]; then # Fedora, CentOS
        export NIX_SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
    elif [ -e "$NIX_LINK/etc/ssl/certs/ca-bundle.crt" ]; then # fall back to cacert in Nix profile
        export NIX_SSL_CERT_FILE="$NIX_LINK/etc/ssl/certs/ca-bundle.crt"
    elif [ -e "$NIX_LINK/etc/ca-bundle.crt" ]; then # old cacert in Nix profile
        export NIX_SSL_CERT_FILE="$NIX_LINK/etc/ca-bundle.crt"
    fi

    if [ -n "${MANPATH-}" ]; then
        export MANPATH="$NIX_LINK/share/man:$MANPATH"
    fi

    export PATH="$NIX_LINK/bin:$PATH"
    unset NIX_LINK NIX_USER_PROFILE_DIR
fi
$

I forgot to add export NIX_PATH=nixpkgs=nixpkgs=channel:nixos-19.03 to ~/.profile, and have now done that.

Change of tack based on https://forum.manjaro.org/t/error-while-loading-shared-libraries-libboost-context-so-1-69-0-cannot-open-shared-object-file-no-such-file-or-directory/115811/2?u=jamesray

 09:01:42  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭ 
$ sudo rm -rf /nix
[sudo] password for jr: 

 09:02:01  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭  6s 
$ sudo kate ~/.

 09:02:12  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭ 
$ kate ~/.profile
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
sonnet.core: No language dictionaries for the language: "en_AU"
kf5.kio.core: We got some errors while running testparm "Error loading services."
kf5.kio.core: We got some errors while running 'net usershare info'
kf5.kio.core: "Can't load /etc/samba/smb.conf - run testparm to debug it\n"
sonnet.core: No language dictionaries for the language: "en_AU"

 09:02:22  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭  6s 
$ source ~/.profile

 09:02:35  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✘ ⬇ ⬆ ✚ ✭ 
$ sudo rm -rf /etc/nix

I tried to compile the AUR nix package from the package build as per https://forum.manjaro.org/t/error-while-loading-shared-libraries-libboost-context-so-1-69-0-cannot-open-shared-object-file-no-such-file-or-directory/115811/3, but didn't succeed.

@jamesray1
Copy link
Contributor Author

The original issue has been resolved but there are ongoing issues with nix.

@thedavidmeister
Copy link
Contributor

sudo addgroup --system nixbld
sudo adduser $(id -u -n) nixbld

@jamesray1 also in the troubleshooting guide https://forum.holochain.org/t/ubuntu-and-debian-troubleshooting-brain-dump/1007

@thedavidmeister
Copy link
Contributor

this is the dockerfile that sets up ubuntu from a fresh build:

https://github.com/holochain/holonix/blob/develop/docker/Dockerfile.ubuntu

@jamesray1 if you have problems with a specific distro it helps a lot if you can demonstrate with a Dockerfile :)

@jamesray1 jamesray1 changed the title [upstream issue] Can't permanently run nix-shell https://holochain.love on Manjaro Archlinux without warning: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment [upstream issue] Warnings with nix on Manjaro Archlinux e.g. file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment Dec 22, 2019
@jamesray1 jamesray1 changed the title [upstream issue] Warnings with nix on Manjaro Archlinux e.g. file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment [upstream issue] Warnings with nix on Manjaro Archlinux e.g. "file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment" Dec 22, 2019
@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 22, 2019

sudo addgroup --system nixbld
sudo adduser $(id -u -n) nixbld

Sorry I forgot to mention that I had tried those:

18:08:28  jr@fm  ~  ⬡ v8.16.0  14s 
$ sudo addgroup --system nixbld 
[sudo] password for jr: 
sudo: addgroup: command not found

 18:24:12  ✘  jr@fm  ~  ⬡ v8.16.0 
$ sudo adduser $(id -u -n) nixbld
sudo: adduser: command not found

I asked to find out what the equivalent way to do this for Manjaro / Archlinux is:

https://forum.manjaro.org/t/alternatives-to-addgroup-and-adduser-commands-for-manjaro-linux/116090?u=jamesray

See also comments in https://forum.manjaro.org/t/error-while-loading-shared-libraries-libboost-context-so-1-69-0-cannot-open-shared-object-file-no-such-file-or-directory/115811/6?u=jamesray.

this is the dockerfile that sets up ubuntu from a fresh build:

https://github.com/holochain/holonix/blob/develop/docker/Dockerfile.ubuntu

@jamesray1 if you have problems with a specific distro it helps a lot if you can demonstrate with a Dockerfile :)

The following is notes on looking into a solution:

I found this:

From the linked https://hub.docker.com/r/jonathonf/manjaro/ I installed docker, started it and ran
docker pull jonathonf/manjaro as suggested.

There's also a Dockerfile for Manjaro for a specific use case here: https://github.com/ftalbrecht/manjaro-aur-base/blob/master/Dockerfile, but could be helpful for setting one up.

Then ran sudo docker run -it jonathonf/manjaro sh to play around with it and get some initial steps to put in a script to run (in a Dockerfile):

sh-5.0# pacman-mirrors --fasttrack
sh-5.0# pacman -Syyu --noconfirm

this is just commands to run for demonstrative purposes to show that installing nix from the yay package manager (rather than the nix recommended curl method results in currently difficult issues to resolve

sh-5.0# pacman yay --noconfirm # as of now installs git-2.22.0-1  grep-3.3-1  perl-error-0.17027-2  perl-mailtools-2.21-2  perl-timedate-2.30-6  sudo-1.8.27-1  yay-9.2.1-1.0
# at this point I can't actually run `yay` as sudo, because there is only the root user
sh-5.0# id
uid=0(root) gid=0(root) groups=0(root)

I followed the instructions for this Docker image here: https://github.com/ftalbrecht/manjaro-aur-base, pasted below without explanations

$ systemctl start docker
$ git clone https://github.com/ftalbrecht/manjaro-aur-base.git
$ docker build --rm -t ftschindler/manjaro-aur-base -f manjaro-aur-base/Dockerfile manjaro-aur-base/
$ mkdir pkg
$ docker run --rm -t -i --hostname aur \
  -v $PWD/pkg:/var/www/ \
  ftschindler/manjaro-aur-base \
  /bin/bash
┐ (root@aur) [09:13:32|Sun Dec 22]  [/] 
└───> su-exec aur build-aur-package.sh nix
Cloning into 'nix'...
remote: Enumerating objects: 114, done.
remote: Counting objects: 100% (114/114), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 114 (delta 13), reused 114 (delta 13)
Receiving objects: 100% (114/114), 29.78 KiB | 9.93 MiB/s, done.
Resolving deltas: 100% (13/13), done.
==> Making package: nix 2.3.1-2 (Sun 22 Dec 2019 09:13:54 AM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
error: target not found: editline
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> libsodium
  -> boost
  -> brotli
  -> editline
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
┐ (root@aur) [09:18:42|Sun Dec 22]  [/] 
└───> pacman -Syu libsodium
# snip
(1/1) Arming ConditionNeedsUpdate...
┐ (root@aur) [09:20:10|Sun Dec 22]  [/] 
└───> pacman -Syyu boost
# snip
(1/1) Arming ConditionNeedsUpdate...
┐ (root@aur) [09:31:40|Sun Dec 22]  [/] 
┐ (root@aur) [09:32:59|Sun Dec 22]  [/] 
└───> pacman -Syu brotli
# snip
(1/1) Arming ConditionNeedsUpdate...
┐ (root@aur) [09:33:29|Sun Dec 22]  [/] 
┐ (root@aur) [09:33:47|Sun Dec 22]  [/] 
└───> su-exec aur build-aur-package.sh editline
# snip
==> Finished making: editline 1.16.1-1 (Sun 22 Dec 2019 09:34:26 AM UTC)
# the above command clearly doesn't work as I intended to install editline. I presume that it just builds the package and doesn't actually install it in the container
┐ (root@aur) [09:34:26|Sun Dec 22]  [/] 
└───> su-exec aur build-aur-package.sh nix
Cloning into 'nix'...
remote: Enumerating objects: 114, done.
remote: Counting objects: 100% (114/114), done.
remote: Compressing objects: 100% (101/101), done.
remote: Total 114 (delta 13), reused 114 (delta 13)
Receiving objects: 100% (114/114), 29.78 KiB | 14.89 MiB/s, done.
Resolving deltas: 100% (13/13), done.
==> Making package: nix 2.3.1-2 (Sun 22 Dec 2019 09:35:30 AM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
error: target not found: editline
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> editline
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

Additionally, this is also different results to what I get locally (needing boost1.69 rather than editline), which leads me to assume that the provided AUR is out-of-date. I assume that the AUR also might needs to be updated from the aur_home.tgz tarball provided here, but this is a sheer guess.

┐ (root@aur) [09:35:31|Sun Dec 22]  [/] 
└───> pacman -Syu yay
└───> su-exec aur yay -a nix
# snip
2 aur/nix 2.3.1-2 (+65 0.48%) 
    A purely functional package manager
1 aur/java-service-wrapper 3.5.41-1 (+144 1.77%) 
    Enables a Java Application to be run as a Windows Service or Unix Daemon
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 2
#snip
(1/1) installing nix                                                                        [#####################################################] 100%
Nix is installed but no configuration has been done to make it work.
You may wish to install the archlinux-nix package from AUR to help set
things up.

For more information on how to use nix, check out Part III of the Nix Manual:

    https://nixos.org/nix/manual/#chap-package-management

Optional dependencies for nix
    archlinux-nix: tools to help with setup of Nix
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...
┐ (root@aur) [10:01:33|Sun Dec 22]  [/] 
└───> su-exec aur yay archlinux-nix
2 aur/archlinux-nix-git r14.b0ed00f-1 (+0 0.00%) 
    A command-line tool for setting up Nix on Arch Linux
1 aur/archlinux-nix 2.0.0-1 (+2 0.04%) 
    A command-line tool for setting up Nix on Arch Linux
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  archlinux-nix-2.0.0-1

:: Downloaded PKGBUILD (1/1): archlinux-nix
  1 archlinux-nix                    (Build Files Exist) # I don't know why they existed. I hadn't ran `yay archlinux-nix` before this point, and don't see how it could've been built from the above noted history.
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Parsing SRCINFO (1/1): archlinux-nix
==> Making package: archlinux-nix 2.0.0-1 (Sun 22 Dec 2019 10:04:35 AM UTC)
==> Retrieving sources...
  -> Downloading v2.0.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   128    0   128    0     0    412      0 --:--:-- --:--:-- --:--:--   411
100  9876    0  9876    0     0  15577      0 --:--:-- --:--:-- --:--:-- 15577
==> Validating source files with sha256sums...
    v2.0.0.tar.gz ... Passed
==> Making package: archlinux-nix 2.0.0-1 (Sun 22 Dec 2019 10:04:36 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v2.0.0.tar.gz
==> Validating source files with sha256sums...
    v2.0.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v2.0.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: archlinux-nix 2.0.0-1 (Sun 22 Dec 2019 10:04:37 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p "/var/aur/.cache/yay/archlinux-nix/pkg/archlinux-nix/usr/bin"
install -m 755 archlinux-nix "/var/aur/.cache/yay/archlinux-nix/pkg/archlinux-nix/usr/bin/"
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "archlinux-nix"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: archlinux-nix 2.0.0-1 (Sun 22 Dec 2019 10:04:38 AM UTC)
==> Cleaning up...
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) archlinux-nix-2.0.0-1

Total Installed Size:  0.01 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                              [#####################################################] 100%
(1/1) checking package integrity                                                            [#####################################################] 100%
(1/1) loading package files                                                                 [#####################################################] 100%
(1/1) checking for file conflicts                                                           [#####################################################] 100%
(1/1) checking available disk space                                                         [#####################################################] 100%
:: Processing package changes...
(1/1) installing archlinux-nix                                                              [#####################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

Some checks:

└───> pacman -Qi boost
Name            : boost
Version         : 1.71.0-4
Description     : Free peer-reviewed portable C++ source libraries - development headers
Architecture    : x86_64
URL             : https://www.boost.org/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : boost-libs=1.71.0
Optional Deps   : python: for python bindings [installed]
                  python2: for python2 bindings
Required By     : nix
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 169.84 MiB
Packager        : Felix Yan <[email protected]>
Build Date      : Mon 11 Nov 2019 09:36:22 PM UTC
Install Date    : Sun 22 Dec 2019 09:31:40 AM UTC
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
┐ (root@aur) [10:14:20|Sun Dec 22]  [/] 
└───> pacman -Qi editline
Name            : editline
Version         : 1.16.1-1
Description     : A readline() replacement for UNIX without termcap (ncurses)
Architecture    : x86_64
URL             : http://troglobit.com/editline.html
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : None
Optional Deps   : None
Required By     : nix
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 62.76 KiB
Packager        : Unknown Packager
Build Date      : Sun 22 Dec 2019 09:54:27 AM UTC
Install Date    : Sun 22 Dec 2019 09:54:37 AM UTC
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : None
┐ (root@aur) [10:14:56|Sun Dec 22]  [/] 
└───> pacman -Qi nix
Name            : nix
Version         : 2.3.1-2
Description     : A purely functional package manager
Architecture    : x86_64
URL             : https://nixos.org/nix
Licenses        : LGPL
Groups          : None
Provides        : None
Depends On      : gc  libsodium  boost  brotli  editline
Optional Deps   : archlinux-nix: tools to help with setup of Nix [installed]
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 14.91 MiB
Packager        : Unknown Packager
Build Date      : Sun 22 Dec 2019 09:54:40 AM UTC
Install Date    : Sun 22 Dec 2019 09:55:36 AM UTC
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : None
┐ (root@aur) [10:16:02|Sun Dec 22]  [/] 
└───> archlinux-nix bootstrap
copying path '/nix/store/95j91i5mkhfwqrscmiz49qab3l343jc7-stdenv-linux' from 'https://cache.nixos.org'...
error: the group 'nixbld' specified in 'build-users-group' does not exist
┐ (root@aur) [10:29:14|Sun Dec 22]  [/] 
└───> ls
bin  boot  dev  etc  home  lib  lib64  mnt  nix  opt  proc  root  run  sbin  srv  sys  tmp  usr  var

@thedavidmeister
Copy link
Contributor

@jamesray1 could you post your WIP dockerfile as a PR against the holonix repo so that we can see it on CI?

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 22, 2019

These warnings are misleading as suggested here on the Discourse forum and can be ignored.

warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

They are the warnings that appear after uninstalling and reinstalling and entering the nix-shell (including by running nh):

$ sudo rm -rf /nix /etc/nix /root/.nix-* /home/*/.nix-*
zsh: no matches found: /root/.nix-*

 23:32:53  ✘  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆ 
$ sudo rm -rf /nix /etc/nix /home/*/.nix-*             
[sudo] password for jr: 

$ alias cn
cn='curl https://nixos.org/nix/install | sh'

 23:33:11  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆  6s 
$ cn

$ . /home/jr/.nix-profile/etc/profile.d/nix.sh

$ alias nh
nh='nix-shell https://holochain.love'

$ nh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

[nix-shell:~/hcr]$ 

So it seems unnecessary with trying to fix the warnings by doing things like those listed in https://forum.holochain.org/t/ubuntu-and-debian-troubleshooting-brain-dump/1007. If they cause CI issues down the track that would be problematic, but that could be handled if the issue arises.

Disregard all of the below. I really should be more careful with waiting for direction from experts before plunging headlong into things, in order to save a great deal of hassle! I don't know why I bothered to spend so long trying to fix them—they're only warnings! How silly of me.

I don't have a dockerfile as of yet, just the above commands. Was just writing this up as you commented:

To clarify, trying to fix these warnings is more of a hassle at the moment than just ignoring them, so I'll just do the latter but I may make a dockerfile as suggested. That said, this is what I've done:

$ sudo rm -rf /nix /etc/nix /root/.nix-* /home/*/.nix-*
zsh: no matches found: /root/.nix-*

 23:17:31  ✘  jr@fm  ~  ⬡ v8.16.0 
$ sudo rm -rf /nix /etc/nix /home/*/.nix-* 

 23:17:37  jr@fm  ~  ⬡ v8.16.0 
$ sudo rm -rf  /root/.nix-*            
$ alias cn
cn='curl https://nixos.org/nix/install | sh'
$ cn
$ . /home/jr/.nix-profile/etc/profile.d/nix.sh
$ nix-channel --add 'https://nixos.org/channels/nixos19.09' nixos

$ nix-channel --add 'https://nixos.org/channels/nixos19.03' 

$ nix-channel --add 'https://nixos.org/channels/nixos19.03' nixpkgs

$ nix-channel --list
nixos https://nixos.org/channels/nixos19.09
nixos19.03 https://nixos.org/channels/nixos19.03
nixpkgs https://nixos.org/channels/nixos19.03

$ export NIX_PATH=nixpkgs=nixpkgs=channel:nixos-19.03

$ nix-channel --update
error: unable to download 'https://nixos.org/channels/nixos19.03': HTTP error 404 

The above error seems likely to be due to an outage with the nix database:

we also had an outage with the nix database.
https://discourse.nixos.org/t/error-while-loading-shared-libraries-libboost-context-so-1-69-0-cannot-open-shared-object-file-no-such-file-or-directory/5153/13?u=jamesray1

However, I can't see an official announcement for that from DDG search or from https://discourse.nixos.org/c/announcements/8

$ mkdir -p /etc/nix && echo 'sandbox = false' > /etc/nix/nix.conf
$ sudo groupadd -r nixbld
$ sudo usermod -G nixbld $(id -u -n) # $USER would also be fine on my system

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 22, 2019

I can still get a dockerfile if needed to see if it will trip up the CI, but not now, it's midnight on a Sunday!

@jamesray1 jamesray1 changed the title [upstream issue] Warnings with nix on Manjaro Archlinux e.g. "file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:9; will use bash from your environment" [upstream issue] Warnings with nix on Manjaro Archlinux warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring Dec 22, 2019
@jamesray1
Copy link
Contributor Author

 08:22:49  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆ 
$ nh
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixpkgs' does not exist, ignoring

[nix-shell:~/hcr]$ exit

 08:22:58  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆  8s 
$ echo $NIX_PATH
nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs:/nix/var/nix/profiles/per-user/root/channels:/home/jr/.nix-defexpr/channels

 08:23:02  jr@fm  ~/hcr  ⬡ v8.16.0  🦀 1.33.0-nightly   946-feature-chain-pair ✔ ⬆ 
$ 

It looks like I should just remove /nix/var/nix/profiles/per-user/root/channels and /nix/var/nix/profiles/per-user/root/channels/nixpkgs from the NIX_PATH.

@jamesray1
Copy link
Contributor Author

jamesray1 commented Dec 22, 2019

https://discourse.nixos.org/t/how-to-change-nix-path/4864

A possible change for where the NIX_PATH can be configured is

@jamesray1
Copy link
Contributor Author

I made a draft at holochain/holonix#124.

@thedavidmeister
Copy link
Contributor

@jamesray1 great, i'll close this here and we can chase up over there as it's much easier to debug this kind of thing from a clean, repeatable baseline (e.g. docker)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants