unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Failed to set up the build environment for…
@ 2014-03-19 11:05 Alex Sassmannshausen
  2014-03-19 15:46 ` Ludovic Courtès
  0 siblings, 1 reply; 16+ messages in thread
From: Alex Sassmannshausen @ 2014-03-19 11:05 UTC (permalink / raw)
  To: guix-devel

Hello,

I've just run a clean install of Guix from Git, thus using the new store
location (/gnu/) and the updated nix daemon. I configured the system as
required (change permissions on store, create per-user dir, add
build-users, etc). I then ran:
$ guix package -i hello

All works as expected (substituting the required binaries etc.) until
the 'module-import' build stage, where I get the following error:
-----
@ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2
guix package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv'
-----

In the log refreference, you can see '/gnu/store/byc1s5…' and
'…/drvs/by//c1s5….'.  In the error message you can then see
`/gnu/store/byc1s5m…'.

It looks as though some path truncation takes place here. Any ideas as
to what might be happening here or further tests I could do that might
shed some light?

Cheers,
Alex

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-19 11:05 Failed to set up the build environment for… Alex Sassmannshausen
@ 2014-03-19 15:46 ` Ludovic Courtès
  2014-03-20 14:38   ` Andreas Enge
  0 siblings, 1 reply; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-19 15:46 UTC (permalink / raw)
  To: Alex Sassmannshausen; +Cc: guix-devel

Alex Sassmannshausen <alex.sassmannshausen@gmail.com> skribis:

> All works as expected (substituting the required binaries etc.) until
> the 'module-import' build stage, where I get the following error:
> -----
> @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2
> guix package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv'
> -----

Never seen that.  My reading of the code is that this can happen if
initChild (in build.cc) fails (see the occurrences of SysError there.)
Do you see one of these error messages before?  Could it be that the
daemon is not running as root, and so chroot(2) fails?

> In the log refreference, you can see '/gnu/store/byc1s5…' and
> '…/drvs/by//c1s5….'.  In the error message you can then see
> `/gnu/store/byc1s5m…'.
>
> It looks as though some path truncation takes place here.

No, that’s expected: the log file for byc1s… is called by/c1s….

HTH,
Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-19 15:46 ` Ludovic Courtès
@ 2014-03-20 14:38   ` Andreas Enge
  2014-03-20 18:07     ` Ludovic Courtès
  0 siblings, 1 reply; 16+ messages in thread
From: Andreas Enge @ 2014-03-20 14:38 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Alex Sassmannshausen <alex.sassmannshausen@gmail.com> skribis:
> @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2
> guix package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv'

Now I get the same problem with
   guix build --no-substitutes pari-gp

The complete output is:

The following derivation will be built:
   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv
@ build-started /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv - x86_64-linux /usr/local/guix-git/var/log/guix/drvs/l5//ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.bz2
guix build: error: build failed: failed to set up the build environment for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv'

Andreas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 14:38   ` Andreas Enge
@ 2014-03-20 18:07     ` Ludovic Courtès
  2014-03-20 21:15       ` Andreas Enge
  0 siblings, 1 reply; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-20 18:07 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> Alex Sassmannshausen <alex.sassmannshausen@gmail.com> skribis:
>> @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2
>> guix package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv'
>
> Now I get the same problem with
>    guix build --no-substitutes pari-gp
>
> The complete output is:
>
> The following derivation will be built:
>    /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv
> @ build-started /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv - x86_64-linux /usr/local/guix-git/var/log/guix/drvs/l5//ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.bz2
> guix build: error: build failed: failed to set up the build environment for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv'

Anything on guix-daemon’s stderr/stdout?  Does ‘guix build
--verbosity=20’ provide useful info?  What about ‘guix-daemon --debug’?

TIA,
Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 18:07     ` Ludovic Courtès
@ 2014-03-20 21:15       ` Andreas Enge
  2014-03-20 21:40         ` Ludovic Courtès
  0 siblings, 1 reply; 16+ messages in thread
From: Andreas Enge @ 2014-03-20 21:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Thu, Mar 20, 2014 at 07:07:07PM +0100, Ludovic Courtès wrote:
> Anything on guix-daemon’s stderr/stdout?  Does ‘guix build
> --verbosity=20’ provide useful info?

Well, here everything looks as if things were fine. There are tons of output,
and the last lines are:

|   |   building path `/gnu/store/3221icdscqn41sggcf309crmbw9r8i4k-pari-gp-2.5.5'
|   |   added input paths `/gnu/store/0aqp1lhhhy86jpq3hh8ng1vllpl2bqa8-libffi-3.0.13', `/gnu/store/0zzyaz1833ydaxc2dcb2h6hazjxcmmfw-binutils-2.23.2-lib', `/gnu/store/14jddqclhilby3s1db2vmr6i46i3549j-ncurses-5.9', `/gnu/store/1qdk13ly4c5iqqz7nay0x4fn6ls5r1b9-patch-2.7.1', `/gnu/store/1zs7xnaby6vl49195sid1klx3gk03mwd-xz-5.0.4', `/gnu/store/23qpvnw9rsw035c4zcf4s8r9mpq922fk-gmp-5.1.3', `/gnu/store/281n6ma5jxy9sb3nwc09mzpqx43vczr6-bash-4.2', `/gnu/store/2amx5dpidw8p09zzfkf7m353njf628ql-module-import', `/gnu/store/2ly72pfnmg28ps7jdj83516gvbn6371j-diffutils-3.3', `/gnu/store/387r23khhz2hv05r7i3gkn7g6bbm7a8m-readline-6.2', `/gnu/store/3j4pxqg9rskk9365m6jqi59pvcyq1d82-gawk-4.1.0', `/gnu/store/4nla09brz7k0rz3gq0rnhi4zglb7bnfb-ncurses-5.9', `/gnu/store/506ih29z9a6idj00jqrkk7wvbwfml3d0-readline-6.2', `/gnu/store/5v11czsqd9x9xqvsww9dk7h5i47laym0-glibc-2.18', `/gnu/store/7267cq3clzcbgd1k7s5rg0i0vp2yklpl-gzip-1.6', `/gnu/store/7zc1mm02r2jdrbdjdxr8lp84c7c07q9b-libgc-7.2d', `/gnu/store/85jcd0y3bcd6468jyvgk8fz5lcywq8ll-bootstrap-binaries-0', `/gnu/store/9x9m8z4v3czvp8l04pi9fghlwhch7hwb-libtool-2.4.2', `/gnu/store/a1ir9y0bgaazp6n58y3qbhmfymjq3yxq-bzip2-1.0.6', `/gnu/store/bkyicnfkd1djmycj0bdhyc5h91mlfh1q-gmp-5.1.3', `/gnu/store/f4v605p9fva9kjragznh3l28nfpzmcqp-tar-1.27.1', `/gnu/store/gjl05yl9lvgjhznz5v985mys861svp34-coreutils-8.21', `/gnu/store/i8n5w17jlxcgd25yaf410i4p4gchs4m8-gnu-build-system.scm', `/gnu/store/l1zaxyf22pkahwhjdssny1qm45w8gq6n-ncurses-5.9', `/gnu/store/m2w9byxsalln1i2nx4naw231i05pvi31-pkg-config-0.27.1', `/gnu/store/pcgsvbfwjggm607a756f4z6whb42mpjb-module-import-compiled', `/gnu/store/pf8k4fj6vv57kbxxl1ar9f7pkqnar2vv-utils.scm', `/gnu/store/pwj08y2lp9f128l4w2qr45yi1qd9w654-linux-libre-headers-3.3.8', `/gnu/store/pwm61di9kpfks4acn0k6kp2rwa0wjl5j-make-4.0', `/gnu/store/pyfz2i9svhli1rwrzvid2a9zb5jg0xy3-pari-2.5.5.tar.gz', `/gnu/store/q7lady4f0wdfqa4d6l8gbn0xhld29wlk-glibc-2.18-locales', `/gnu/store/qdd0hz0sclms1rz3ss01f75r3ys8r58z-perl-5.16.1', `/gnu/store/qxd19r7hjx1drbcvdcby72grdzailr1f-gmp-5.1.3', `/gnu/store/r534qbhj6jni2x30q4rgl8ry8rilarak-findutils-4.4.2', `/gnu/store/r7lpkp8d2df74rw24ndcivxvjzdgxn8d-ld-wrapper-0', `/gnu/store/sj5ivydxwm1943y2g06vhwfwpn9hc1a1-sed-4.2.2', `/gnu/store/spzb7kslwxs11xvzqmmbalzz64jng35s-pari-gp-2.5.5-guile-builder', `/gnu/store/v2q2595q6n4gs32j15ga65bgy0yqg76g-grep-2.15', `/gnu/store/v61rn7xhhkiqq79d453mkp8ymmj0rs0w-libunistring-0.9.3', `/gnu/store/wv98s1vgp69b52v3als36jy4xcfv27vh-guile-2.0.9', `/gnu/store/xbryfykc21adgrq3z56g4c6xvv2lb645-binutils-2.23.2', `/gnu/store/xvkzgvc6bnsfayrk6svaiaf2av6nk1ag-readline-6.2', `/gnu/store/z8qifq9172ad17a7mxg9w8jq51axwwqr-gcc-4.8.2'
|   |   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': woken up
|   |   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': trying to build
|   |   locking path `/gnu/store/3221icdscqn41sggcf309crmbw9r8i4k-pari-gp-2.5.5'
|   |   lock acquired on `/gnu/store/3221icdscqn41sggcf309crmbw9r8i4k-pari-gp-2.5.5.lock'
|   |   building path(s) `/gnu/store/3221icdscqn41sggcf309crmbw9r8i4k-pari-gp-2.5.5'
|   |   |   found build user `guix-builder1'
|   |   |   found build user `guix-builder2'
|   |   |   found build user `guix-builder3'
|   |   |   found build user `guix-builder4'
|   |   |   found build user `guix-builder5'
|   |   |   found build user `guix-builder6'
|   |   |   found build user `guix-builder7'
|   |   |   found build user `guix-builder8'
|   |   |   found build user `guix-builder9'
|   |   |   found build user `guix-builder10'
|   |   |   trying user `guix-builder1'
|   |   |   killing all processes running under uid `1003'
|   |   |   setting up chroot environment in `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot'
|   |   |   executing builder `/gnu/store/wv98s1vgp69b52v3als36jy4xcfv27vh-guile-2.0.9/bin/guile'
|   |   |   @ build-started /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv - x86_64-linux /usr/local/guix-git/var/log/guix/drvs/l5//ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.bz2
|   |   waiting for children
|   |   sleeping 3600 seconds
|   |   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': got EOF
|   |   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': woken up
|   |   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': build done
|   |   builder process for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv' finished
|   |   killing all processes running under uid `1003'
|   |   recursively deleting path `/tmp/nix-build-pari-gp-2.5.5.drv-0'
|   |   |   /tmp/nix-build-pari-gp-2.5.5.drv-0
|   recursively deleting path `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot'
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/etc
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/etc/group
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/etc/passwd
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/etc/hosts
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/stdout
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/full
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/shm
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/fd
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/pts
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/stdin
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/dev/stderr
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu/store
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu/store/pyfz2i9svhli1rwrzvid2a9zb5jg0xy3-pari-2.5.5.tar.gz
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu/store/spzb7kslwxs11xvzqmmbalzz64jng35s-pari-gp-2.5.5-guile-builder
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu/store/pf8k4fj6vv57kbxxl1ar9f7pkqnar2vv-utils.scm
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/gnu/store/i8n5w17jlxcgd25yaf410i4p4gchs4m8-gnu-build-system.scm
|   |   /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv.chroot/tmp
|   lock released on `/gnu/store/3221icdscqn41sggcf309crmbw9r8i4k-pari-gp-2.5.5.lock'
|   building of `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv': goal destroyed
guix build: error: build failed: failed to set up the build environment for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv'

The file
  /gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv
exists, but nothing is actually built.

Andreas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 21:15       ` Andreas Enge
@ 2014-03-20 21:40         ` Ludovic Courtès
  2014-03-20 23:04           ` Alex Sassmannshausen
                             ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-20 21:40 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> On Thu, Mar 20, 2014 at 07:07:07PM +0100, Ludovic Courtès wrote:
>> Anything on guix-daemon’s stderr/stdout?  Does ‘guix build
>> --verbosity=20’ provide useful info?
>
> Well, here everything looks as if things were fine. There are tons of output,
> and the last lines are:

[...]

> guix build: error: build failed: failed to set up the build environment for `/gnu/store/l5ca4b8s85zh98liykbbn5ffh5s6kzmm-pari-gp-2.5.5.drv'

Could you trace guix-daemon with:

  strace -f -o log -p XYZ

where XYZ is the PID of the parent guix-daemon process (if there are
several guix-daemon processes, use ‘pstree’ or similar to determine
which one is the parent); and then run ‘guix build’ again.

Another idea: does your machine have /dev/kvm?

TIA,
Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 21:40         ` Ludovic Courtès
@ 2014-03-20 23:04           ` Alex Sassmannshausen
  2014-03-21  4:04           ` Mark H Weaver
  2014-03-21 12:31           ` Andreas Enge
  2 siblings, 0 replies; 16+ messages in thread
From: Alex Sassmannshausen @ 2014-03-20 23:04 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Hello,

Just a quick note:

Ludovic Courtès writes:

> Another idea: does your machine have /dev/kvm?

Mine, as a result of a strange bit of output thrown by guix daemon at
some point somewhere causing me to investigate, does not have /dev/kvm.

I'll be able to help investigate in a more involved manner over the
weekend, but hopefully this helps already.

Best wishes,

Alex

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 21:40         ` Ludovic Courtès
  2014-03-20 23:04           ` Alex Sassmannshausen
@ 2014-03-21  4:04           ` Mark H Weaver
  2014-03-21 12:50             ` Ludovic Courtès
  2014-03-21 12:31           ` Andreas Enge
  2 siblings, 1 reply; 16+ messages in thread
From: Mark H Weaver @ 2014-03-21  4:04 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> Another idea: does your machine have /dev/kvm?

Is /dev/kvm now required by the daemon?
If so, I'm concerned about portability.

     Mark

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-20 21:40         ` Ludovic Courtès
  2014-03-20 23:04           ` Alex Sassmannshausen
  2014-03-21  4:04           ` Mark H Weaver
@ 2014-03-21 12:31           ` Andreas Enge
  2014-03-21 12:49             ` Ludovic Courtès
  2 siblings, 1 reply; 16+ messages in thread
From: Andreas Enge @ 2014-03-21 12:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

Here is the output of "guix package -i libxslt" (where apparently only the
profile needs to be built, as the package itself has been downloaded from
hydra, I think):

The following package will be installed:
   libxslt-1.1.28       out     /gnu/store/chrlyizhxf9djqhmd4cdy425plijah10-libxslt-1.1.28

The following derivation will be built:
   /gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv
@ build-started /gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv - x86_64-linux /usr/local/guix-git/var/log/guix/drvs/hd//hppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.bz2
guix package: error: build failed: failed to set up the build environment for `/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv'

On Thu, Mar 20, 2014 at 10:40:20PM +0100, Ludovic Courtès wrote:
>   strace -f -o log -p XYZ

I am attaching the file.

> Another idea: does your machine have /dev/kvm?

No.

Andreas


[-- Attachment #2: log --]
[-- Type: text/plain, Size: 1125083 bytes --]

17236 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4
17236 fcntl(4, F_GETFD)                 = 0
17236 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
17236 getsockopt(4, SOL_SOCKET, SO_PEERCRED, "_P\0\0\350\3\0\0\350\3\0\0", [12]) = 0
17236 write(2, "accepted connection from pid 205"..., 45) = 45
17236 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f01d01f59f0) = 20577
17236 close(4)                          = 0
17236 accept(3,  <unfinished ...>
20577 setsid()                          = 20577
20577 rt_sigaction(SIGCHLD, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409320, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_DFL, [], 0}, 8) = 0
20577 fcntl(4, F_SETOWN, 20577)         = 0
20577 fcntl(4, F_GETFL)                 = 0x2 (flags O_RDWR)
20577 fcntl(4, F_SETFL, O_RDWR|O_ASYNC) = 0
20577 read(4, "cxin\0\0\0\0", 32768)    = 8
20577 write(4, "oixd\0\0\0\0\16\1\0\0\0\0\0\0", 16) = 16
20577 read(4, "\f\1\0\0\0\0\0\0\1\0\0\0\0\0\0\0", 32768) = 16
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 lstat("/gnu/store", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=172032, ...}) = 0
20577 lstat("/gnu/store/.links", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 lstat("/usr/local/guix-git/var/guix/profiles", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 lstat("/usr/local/guix-git/var/guix/temproots", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 lstat("/usr/local/guix-git/var/guix/db", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 lstat("/usr/local/guix-git/var/guix/gcroots", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 lstat("/gnu/store", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=172032, ...}) = 0
20577 lstat("/gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 stat("/usr/local/guix-git/var/guix/db/reserved", {st_mode=S_IFREG|0644, st_size=1048576, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/db/big-lock", O_RDWR|O_CREAT, 0600) = 5
20577 fcntl(5, F_GETFD)                 = 0
20577 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
20577 fcntl(5, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 lstat("/usr/local/guix-git/var/guix/db/schema", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/db/schema", O_RDONLY) = 6
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
20577 read(6, "7", 1)                   = 1
20577 close(6)                          = 0
20577 access("/usr/local/guix-git/var/guix/db", R_OK|W_OK) = 0
20577 stat("/usr/local/guix-git/var/guix/db/db.sqlite", {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/db/db.sqlite", O_RDWR|O_CLOEXEC) = 6
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 0, SEEK_SET)             = 0
20577 read(6, "SQLite format 3\0\4\0\2\2\0@  \0\0\0c\0\0\4I"..., 100) = 100
20577 brk(0x1684000)                    = 0x1684000
20577 fcntl(6, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
20577 fcntl(6, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741826, len=510}) = 0
20577 fcntl(6, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
20577 access("/usr/local/guix-git/var/guix/db/db.sqlite-journal", F_OK) = -1 ENOENT (No such file or directory)
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 access("/usr/local/guix-git/var/guix/db/db.sqlite-wal", F_OK) = -1 ENOENT (No such file or directory)
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 0, SEEK_SET)             = 0
20577 read(6, "SQLite format 3\0\4\0\2\2\0@  \0\0\0c\0\0\4I"..., 1024) = 1024
20577 stat("/usr/local/guix-git/var/guix/db/db.sqlite", {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/db/db.sqlite-wal", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 7
20577 fstat(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 geteuid()                         = 0
20577 fchown(7, 0, 1000)                = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/db/db.sqlite-shm", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 8
20577 fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 geteuid()                         = 0
20577 fchown(8, 0, 1000)                = 0
20577 fcntl(8, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=128, len=1}) = 0
20577 ftruncate(8, 0)                   = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=128, len=1}) = 0
20577 fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=120, len=1}) = 0
20577 fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 ftruncate(8, 32768)               = 0
20577 mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0) = 0x7f01d020d000
20577 fcntl(8, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=121, len=7}) = 0
20577 fstat(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=121, len=7}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=120, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 0, SEEK_SET)             = 0
20577 read(6, "SQLite format 3\0\4\0\2\2\0@  \0\0\0c\0\0\4I"..., 1024) = 1024
20577 lseek(6, 8192, SEEK_SET)          = 8192
20577 read(6, "\r\0\0\0\7\0d\0\0d\1\222\1\307\2\31\3>\3g\3\262\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 9216, SEEK_SET)          = 9216
20577 read(6, "\r\0\0\0\6\0\275\0\0\275\1r\2\223\2\326\3J\3\311\0\255\0v\0v\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0", 8)       = 8
20577 read(4, "\23\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 32768) = 24
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\20\16\0\0\0\0\0\0"..., 32768) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0", 8)       = 8
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\3\0\0\0\0\0\0\0tar\0\0\0\0\0\1\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 32768) = 144
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0contents@\304\22\0\0\0\0\0", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\2\0>\0\1\0\0\0\3504@\0\0\0\0\0"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\377H\211\346H\211\307\350D\360\1\0001\377H\211\303\272\5\0\0\0\276QbN\0\350\20q\3\0"..., 32768) = 32768
20577 brk(0x16b3000)                    = 0x16b3000
20577 read(4, "\1t\3551\322H\211\337\350\263\335\7\0\205\300u\337H\211\337\350\267\340\1\0\272\5\0\0\0H\211"..., 32768) = 32768
20577 mmap(NULL, 147456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01d01d0000
20577 brk(0x1698000)                    = 0x1698000
20577 read(4, "UH\211\365SH\211\373H\203\354\10H\2135]A1\0H\205\366t\v\350#\204\376\3771\322\205"..., 32768) = 32768
20577 read(4, "\272\5\0\0\0\2760[N\0001\377\350\37\361\1\0001\366H\211\3021\3771\300\350\21\375\7\0\272"..., 32768) = 32768
20577 mmap(NULL, 294912, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01d0188000
20577 munmap(0x7f01d01d0000, 147456)    = 0
20577 read(4, "\211}\0H)\321\203\376\1E\31\311H\211\214$\260\0\0\0A\367\321A\201\301\23\1\0\0\351\272"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "/\0\1\0\0\0H\201\304\300\0\0\0\211\330[]A\\\303\17\37@\0H\213D$xH\211\2"..., 32768) = 32768
20577 read(4, "H\211\320L\213D$0\17\206\321\0\0\0\17\2668I\213p H\211\301H\203\300\1H)\321H"..., 32768) = 32768
20577 read(4, "A]A^A_]\303\273\0\0\0\0H\205\333t\16\277\340\324r\0\377\323\277`\326r\0\377\323"..., 32768) = 32768
20577 mmap(NULL, 589824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01d00f8000
20577 munmap(0x7f01d0188000, 294912)    = 0
20577 read(4, "G\10H\203\300\17H\203\340\360H\215P\20I\211W\10\333(\333\275p\373\377\377H\215\205p\373\377"..., 32768) = 32768
20577 read(4, "H\213D$\10H\203\350\1H\211C H\211C\30\351\v\375\377\377f.\17\37\204\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\342\17\37\200\0\0\0\0H\211\367H\211t$\10\350\v\360\377\377H\213t$\10\213\6\353\265f\220"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "0\211\361I\215t5\20\367\321Hc\311H!\361H9K\20tjH\211k\20\203\342\375L\1\345"..., 32768) = 32768
20577 read(4, "f\17s\372\2fD\17o\301fD\17o\316fD\17o\322fD\17o\336fD\17d\305fD"..., 32768) = 32768
20577 read(4, "M\215\211\371\377\377\377H\215R\300A\377\341\17\v\17\30\206\300\1\0\0H\203\352@\17(V\n\17"..., 32768) = 32768
20577 read(4, "\215R\20f\17\327\300H\215I\20H\205\300\17\205\226\0\0\0f\17:\17\323\n\17)\22H\215I"..., 32768) = 32768
20577 read(4, "\377\377f\17:\17\332\6H\215I@f\17:\17\321\6\17(\317\17)j0\17)b \17)Z"..., 32768) = 32768
20577 read(4, "H\213L$\10\17\211j\377\377\3771\322\353\276\220\277( \0\0\273\0 \0\0\350\241O\375\377H"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 mmap(NULL, 1179648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01ce652000
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 munmap(0x7f01d00f8000, 589824)    = 0
20577 read(4, " \1\0\0D\213C(D\213{0H\215C A\203\316\377H\211D$\30E\1\307\353JD\213"..., 32768) = 32768
20577 read(4, "\0\203\306\1Hc\366\350\4Z\374\377H\205\300H\211\306I\211E\10\17\205>\377\377\377\270\f\0\0"..., 32768) = 32768
20577 read(4, "\17\204\363\376\377\377H\211\336\3502\4\366\377\205\300t\233\351\342\376\377\377f\17\37\204\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "L\211\342L\211\366H\211\357\350\342\25\3\0H\203\303\1J\211D-\0H\203\305\10L9\343t("..., 32768) = 32768
20577 read(4, "\375\377\377\1A\271\2\0\0\0\306\205(\375\377\377p\351\35\357\377\377f.\17\37\204\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\205\300x4\213D$\30%\0\360\0\0=\0 \0\0\17\204\210\0\0\0H\213l$8H\205\355"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17d\325fD\17d\332fE\17\333\301fE\17\333\323fD\17\333\307fD\17\333\327fA\17\353"..., 32768) = 32768
20577 read(4, "\376\377\377H\203\3048[]A\\A]A^A_\303f\17\37D\0\0H\213D$\30H\213\224"..., 32768) = 32768
20577 read(4, "H\205\300I\211\302H\211\5c\357%\0H\213\2150\375\377\377L\213\2358\375\377\377\17\204\303\2\0"..., 32768) = 32768
20577 read(4, "M\211\317\353/I\213n\10I\213\6L\211\377H\203\355\1H\2154\305H\207P\0H\215\24\355\0"..., 32768) = 32768
20577 read(4, "\320H\213\234$\230\1\0\0H\213\254$\240\1\0\0L\213\244$\250\1\0\0L\213\254$\260\1\0"..., 32768) = 32768
20577 read(4, "\10WA\0\0\0\0\0\10WA\0\0\0\0\0\10WA\0\0\0\0\0\10WA\0\0\0\0\0"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "-10646/UCS4/\0=INTERNAL->ucs4\0=uc"..., 32768) = 32768
20577 read(4, "dst]) + 1) - (size_t)(const void"..., 32768) = 32768
20577 read(4, "\33\325\1\0\0\0\0\0\34\325\1\0\0\0\0\0\36\325\1\0\0\0\0\0\37\325\1\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\322\332N\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\n\16\30A\16\20A\16\10I\v\0\0\0\0\0\34\0\0\0$\20\0\0\250\267\357\377\311\0\0\0"..., 32768) = 32768
20577 read(4, "\0\26\20\2\200\23G\26\20\2\200\fG\16\0\26\20\2\200\5D\16\200\1\26\20\16\200\6\r+\315"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 mmap(NULL, 2359296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01ce412000
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 munmap(0x7f01ce652000, 1179648)   = 0
20577 read(4, "B\16(\214\5A\0160\206\6A\0168\203\7D\16\260\1\3\215\1\n\0168A\0160A\16(B"..., 32768) = 32768
20577 read(4, "\340\250r\0\0\0\0\0\0\251r\0\0\0\0\0\350\250r\0\0\0\0\0\340\250r\0\0\0\0\0"..., 32768) = 17488
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 lstat("/usr/local/guix-git/var/guix/temproots", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/gc.lock", O_RDWR|O_CREAT, 0600) = 9
20577 fcntl(9, F_GETFD)                 = 0
20577 fcntl(9, F_SETFD, FD_CLOEXEC)     = 0
20577 fcntl(9, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 lstat("/usr/local/guix-git/var/guix/temproots/20577", 0x7fff2745fd10) = -1 ENOENT (No such file or directory)
20577 open("/usr/local/guix-git/var/guix/temproots/20577", O_RDWR|O_CREAT, 0600) = 10
20577 fcntl(10, F_GETFD)                = 0
20577 fcntl(10, F_SETFD, FD_CLOEXEC)    = 0
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fstat(10, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nzn085plv54xgja2zqdh5"..., 48) = 48
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 2048, SEEK_SET)          = 2048
20577 read(6, "\2\3\253\0\v\0\215\6\0\0\3d\0\322\1u\3\302\3]\3\21\2\313\2{\2%\1\313\0\215"..., 1024) = 1024
20577 lseek(6, 629760, SEEK_SET)        = 629760
20577 read(6, "\2\0\0\0\f\0e\0\0\0\3\263\0e\0\260\0\367\0018\1o\1\315\2\27\2s\2\261\3\t"..., 1024) = 1024
20577 lseek(6, 899072, SEEK_SET)        = 899072
20577 read(6, "\n\0\0\0\f\0\215\0\0\326\1\36\1u\1\272\1\376\0\215\2I\2\240\2\347\0030\3q\3\256"..., 1024) = 1024
20577 lseek(6, 1024, SEEK_SET)          = 1024
20577 read(6, "\5\0\0\0\2\3\364\0\0\0\3J\3\372\3\364\3\361\3\354\3\347\3\342\3\335\3\330\3\323\3\316"..., 1024) = 1024
20577 lseek(6, 448512, SEEK_SET)        = 448512
20577 read(6, "\5\0\0\0r\1i\0\0\0\1w\1i\1n\1s\1x\1}\1\202\1\207\1\214\1\221\1\226"..., 1024) = 1024
20577 lseek(6, 15360, SEEK_SET)         = 15360
20577 read(6, "\r\0\0\0\6\0\251\0\3x\2\361\2g\1\336\1F\0\251\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 munmap(0x7f01ce412000, 2359296)   = 0
20577 write(4, "stla\0\0\0\0/\0\0\0\0\0\0\0/gnu/store/nzn08"..., 64) = 64
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0xz\0\0\0\0\0\0\1\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\207#\1\0\0I9\350\17\202\32\1\0\0L\211\301H\203\304\20H\211\310[]A\\\303\17\37\0"..., 32768) = 32768
20577 read(4, "\213v`H\211T$\20H\211L$\30\205\300\17\204\373\1\0\0\213\207\204\v\0\0\213\257\210\v\0"..., 32768) = 32768
20577 brk(0x16d8000)                    = 0x16d8000
20577 read(4, "\340L\211t$\360H\211\373L\211|$\370L\211l$\350H\203\354hL\2131H+GXI\211"..., 32768) = 32768
20577 read(4, "\0\0\0\353\223\220\220\220UdH\213\24%\20\0\0\0H\211\345H\211]\330L\211e\340H\211\373"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 brk(0x1720000)                    = 0x1720000
20577 read(4, "\377H\307\205\250\372\377\377\0\0\0\0\351\323\337\377\377H\215\275P\373\377\377\350\257\204\375\377\211\205\200"..., 32768) = 32768
20577 read(4, "\301\352\2)\320\303\270\377\377\377\377\303fff.\17\37\204\0\0\0\0\0H\213V\10\270\377\377\377"..., 32768) = 32768
20577 read(4, " H\203\304(\303f\220\270\20\0\0\0L)\340I\211\304\351p\377\377\3771\300\353\321H\307\300\320"..., 32768) = 32768
20577 read(4, "\t\301I\377\301uQH\211\2H\203\302\10H\213\6H\203\306\10I\211\301M\1\301s;I1\301"..., 32768) = 32768
20577 brk(0x17b0000)                    = 0x17b0000
20577 read(4, "\20\0\0H\211\312f\220I\203\302\20\17\217\246\0\0\0\305\371o\4\27\304\343y\17D\27\360\t\305"..., 32768) = 32768
20577 read(4, "\302\200\0\0\0H)\327H)\326L\215\35\206s\6\0Ic\24\223I\215\24\23\377\342\17\vf."..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\364\0\0\0g\215@\v\303ffffff.\17\37\204\0\0\0\0\0\366\306\20\17\205\247\0\0"..., 32768) = 32768
20577 read(4, "\211\20H\211\320d\203<%\30\0\0\0\0t\1\360L\17\261\5\17\312(\0H9\302u\332\203="..., 32768) = 32768
20577 read(4, "\213t$0\203F\24\1\366F\20\1\17\205V\4\0\0I9\335smH\213t$0H\213|$"..., 32768) = 32768
20577 read(4, "V\25\0\0HcF0H\215\225\200\357\377\377H\211\337H\301\340\4H\3\205(\357\377\377H\211\205"..., 32768) = 32768
20577 read(4, "\377u\345L\1\305M\1\375H\211\330H\203\303\1\17\266@\1\204\300\17\205q\376\377\377L\213T$"..., 32768) = 32768
20577 read(4, "H\213\220 \4\0\0H\213\230(\4\0\0H\213\260\30\4\0\0H)\323\350\353.\374\377H\211\332"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\273\4\0\0\0d\307\0T\0\0\0\351\377\302\377\377\335\330\273\2\0\0\0\351\363\302\377\377H\213\225"..., 32768) = 32768
20577 brk(0x18d0000)                    = 0x18d0000
20577 read(4, "\304H\211B(\351Y\371\377\3771\366L\211\377\350T\367\377\377\351>\372\377\377L\211\357\350W1\377"..., 32768) = 32768
20577 read(4, "\323\352A\323\351D)\312\17\205\237\33\0\0f\17o\37N\215L\31\360M9\313\17\202\311\33\0\0"..., 32768) = 32768
20577 read(4, "\377\377H\211\275X\377\377\377\17\206\226\375\377\377H\203\300\17H\203\340\360H\215P\36\201\342\360\377\37"..., 32768) = 32768
20577 read(4, "\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\200\0\0\0\0VzJ\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\243\30\344'\356\274\237p\227\347\3\214\7\30657\370\270\244\217\271\212\33\204\343\210D<_|\332\255"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\251\246E\0\0\0\0\0\242\246E\0\0\0\0\0\276\246E\0\0\0\0\0\353\246E\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\356\327\1\0\0\0\0\0\357\327\1\0\0\0\0\0\360\327\1\0\0\0\0\0\361\327\1\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\30\216\363\377\222\0\0\0\0\2`\16\20\203\2[\303\16\10\0\0\0\0\0\34\0\0\0\204\23\0\0"..., 32768) = 32768
20577 read(4, "\366\377\34\rgC\366\377\"H\23\20\26\20\v\200\371\377\377\377\377\377\377\377\377\1\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\0b\16\20\216\2E\16\30\215\3E\16 \214\4D\16(\206\5A\0160\203\6D\16\200\1\3~"..., 32768) = 8696
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/4ixvq72933g0sxpsjp53m"..., 47) = 47
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 96256, SEEK_SET)         = 96256
20577 read(6, "\2\0\0\0\f\0n\0\0\0\3\366\3\276\3}\0n\3'\2\326\2p\2\31\1\326\1{\0015"..., 1024) = 1024
20577 lseek(6, 460800, SEEK_SET)        = 460800
20577 read(6, "\n\0\0\0\v\0\343\0\0\343\0013\1f\1\260\1\375\2C\2\213\2\310\3\v\3i\3\256\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0.\0\0\0\0\0\0\0/gnu/store/4ixvq"..., 64) = 64
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\5\0\0\0\0\0\0\0mkdir\0\0\0\1\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\276\200\0\0\0\17\5d\213\4%\10\3\0\0\353\316\220\220\220\220\220\220\220H\203\354\10\272\36\0\0"..., 32768) = 32768
20577 read(4, "]A\\A]A^A_\303L\213t$\10M\17\276n\1I\215F\1E\204\355\17\205\355\0\0"..., 32768) = 32768
20577 read(4, "H\205\300t\267I)\305t\262H\213E\0L)\353M),$H\203\313\1H\211X\10\270\1\0"..., 32768) = 32768
20577 read(4, "\0\0\0A\271\t\0\0\0L\215W\tI\201\342\377\17\0\0I\201\352\0\20\0\0H\211\312f."..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\353\311\305\251\353\322\305\351t\321\305\351\370\320\305y\327\312\323\352A\323\351D)\312\17\2050\r\0\0"..., 32768) = 32768
20577 read(4, "D\17(NwH\215\266\200\0\0\0fE\17:\17\310\tD\17)OpfD\17:\17\307\tD"..., 32768) = 32768
20577 read(4, "\0\0\200\177\5\0\17\204\274\6\0\0\200\177\6\0\17\204\302\6\0\0\200\177\7\0\17\204\310\6\0\0"..., 32768) = 32768
20577 read(4, "\363\303f\17\37D\0\0H\307\300\350\377\377\377Hc\377dH\213\0\17\267\4x\203\340\10\17\267\300"..., 32768) = 32768
20577 read(4, "I\211\316AUI\211\325H\211\362H\203\3028ATUSH\201\354\210\0\0\0H\211D$H\213"..., 32768) = 32768
20577 read(4, "\10\372\377\377\350\317\217\1\0H\203\370\377I\211\300\17\204@\313\377\377\203\275@\373\377\377\0\17\205\332"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "P\356\377\377H\307\205P\357\377\377\0\0\0\0\350\244\17\1\0H\203\370\377I\211\301L\213\205P\356"..., 32768) = 32768
20577 read(4, "\r\203\372/w;\203\302\10\203\356\1u\363\203\372/\211\225H\376\377\377H\211\205P\376\377\377\17\207"..., 32768) = 32768
20577 read(4, "\20\17\216\4\3\0\0L\211\330%\377\17\0\0=\360\17\0\0\17\217\346\3\0\0\363A\17o\vf"..., 32768) = 32768
20577 read(4, "\0\0H\205\300t\nH\3\3H\211\203\30\4\0\0\213\275\34\377\377\377\350|{\371\377\205\300\17\205"..., 32768) = 32768
20577 read(4, "\354\320\0\0\0H\211\341H\211\1H\211Q\10\17)A\20\17)I \333y0\333y@H\213S"..., 32768) = 32768
20577 read(4, "%\20\0\0\0L;B\10t.\276\1\0\0\0\203=5\222$\0\0t\f\360\17\2612\17\205\376"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "t\301f\17t\312f\17\370\310f\17\327\321\201\352\377\377\0\0\17\205>\16\0\0I\203\353\20\17\206"..., 32768) = 32768
20577 read(4, "\0\0IcD$\4I)\306I\215^\tH\211\337\350\302\7\371\377A\200~\teI\215T\6\1"..., 32768) = 32768
20577 read(4, "s: %s: 0x%s ***\n\0\0\0\0\0\0\0\0p->fd_ne"..., 32768) = 32768
20577 read(4, "\224\5\0\0\226\5\0\0\230\5\0\0\232\5\0\0\234\5\0\0\236\5\0\0\240\5\0\0\242\5\0\0"..., 32768) = 32768
20577 read(4, "\0\0\0\0\0\0\0\0O\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\205\214B\201\226k\374\241{|\221\327\31<\360{A\3533[\221\367\25W_\256l\217\375\10\7\333"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\20\16\200\6\r\252Z\366\377\34\r F\366\377\"H\23\20\26\20\v\200\371\377\377\377\377\377\377\377"..., 32768) = 32768
20577 read(4, "\230\236\374\377\7\0\0\0\0\0\0\0\0\0\0\0$\0\0\0\214\324\0\0\220\236\374\377\272\1\0\0"..., 32768) = 13080
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dfadck0vza29b29iylmpc"..., 50) = 50
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 348160, SEEK_SET)        = 348160
20577 read(6, "\2\0\0\0\v\0\276\3\0\0\0\332\1\f\0\276\1\261\1X\2K\1\367\2\214\2\313\3\30\3k"..., 1024) = 1024
20577 lseek(6, 552960, SEEK_SET)        = 552960
20577 read(6, "\n\0\0\0\r\0#\0\0#\0j\0\272\0\370\1E\1\233\1\364\2<\2r\2\300\3\27\3Y"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0001\0\0\0\0\0\0\0/gnu/store/dfadc"..., 72) = 72
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0bash\0\0\0\0\1\0\0\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\1\3109\303\177!)\330H\211\357D\211L$\10\203\340\300\215\\\3@Hc\363\350\351\275\3\0D"..., 32768) = 32768
20577 read(4, "\272\376\17\0\0\277\301\246u\0\275\300\246u\0\350d\4\377\377\306\5]\2474\0~\306\5U\2674"..., 32768) = 32768
20577 read(4, "\376\1\17\207\327\365\377\377\205\355\17\205\221\5\0\0H\213x\10\203\5\35184\0\1H\205\377t\4"..., 32768) = 32768
20577 read(4, "$\10\211\3\350o\375\377\377H\211C\10A\213D$\4\211C\4H\211]\30H\211\353\351g\377\377"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\200\177\1\0u\"\205\366u\36H\205\355t\7\307E\0\1\0\0\0\270\1\0\0\0\353\31\17\37\0"..., 32768) = 32768
20577 read(4, "\0M\205\366t\10L\211\367\350j_\5\0H\213|$0\350`_\5\0H\213|$H\350V_"..., 32768) = 32768
20577 read(4, "\264N2\0H\203\304\10[]\303\213=oO2\0\350\362\30\0\0H\211\357\350\332A\4\0\272\200"..., 32768) = 32768
20577 read(4, "\0\0\303\17\37D\0\0H\211\342H\211\336\277\1\0\0\0\350P\307\10\0\203\370\377t+\213=5"..., 32768) = 32768
20577 read(4, "\350\303\n\377\377A\203\344\3\17\205\301\0\0\0\213\r\227Q1\0\205\311uW1\3661\300\277\300~"..., 32768) = 32768
20577 read(4, "\307H\203\304\30[]A\\A]\351\330V\377\377\17\37\204\0\0\0\0\0H\203\304\0301\300[]"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\366H\211\337\350\17\361\377\377\205\300u\333L9\363r\206H\213L$\20H\213T$\10A\211\350L"..., 32768) = 32768
20577 read(4, "\0\0\350\201=\376\377H\211D$8Hc\303\211\\$hE\17\266|\5\1E\204\377\17\2048\2"..., 32768) = 32768
20577 read(4, "\0\0\201\342\252\252\377\377\201\341UU\0\0\321\372\1\321\211\312\201\34133\0\0\201\342\314\314\377\377"..., 32768) = 32768
20577 read(4, "Hc\321\276 \0\0\0H\211\337D\211\215\360\371\377\377D\211\225\350\371\377\377\350\352\220\0\0\201\275"..., 32768) = 32768
20577 read(4, "\370d\17\204\257\3\0\0\17\217A\4\0\0\203\370G\17\217\30\4\0\0\203\370E\17\215m\3\0\0"..., 32768) = 32768
20577 read(4, ".\0\0t\6\360\17\2612\353\3\17\2612\205\300unH\213\203\210\0\0\0H\211h\10\307@\4"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\200\0\0\0\351s\231\377\377I\215<$H\201\354\200\0\0\0\350\377\230\4\0H\201\304\200\0\0\0"..., 32768) = 32768
20577 read(4, "\0\0\0L\215W\rI\201\342\377\17\0\0I\201\352\0\20\0\0\17\37\0I\203\302\20\17\217&\1"..., 32768) = 32768
20577 read(4, "\272\377\377\0\0E1\300\203\341\17\203\340\17\305\371\357\3009\301t2w\7A\211\320\221H\207\367\305"..., 32768) = 32768
20577 read(4, "\17\37\204\0\0\0\0\0\363\17oF\275\363\17oN\305L\213F\325L\213N\335L\213V\345L\213"..., 32768) = 32768
20577 read(4, "W\225H\211W\235H\211W\245H\211W\255H\211W\265H\211W\275H\211W\305H\211W\315H\211"..., 32768) = 32768
20577 read(4, "\0\0\0H\203\356\10\17\202+\1\0\0g\215@\7\303f\17\37D\0\0\210\365\200\345\17t9\366"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\350#\6\374\377H\213=\244\221*\0\350g\337\374\377H\307\5\224\221*\0\0\0\0\0H\215e\330"..., 32768) = 32768
20577 read(4, "\0070\300\203\371\nt\10\211CL\351<\377\377\377\200{e\1\31\300\367\320\203\340\2\353\353D\211\367"..., 32768) = 32768
20577 read(4, "T$0\350 \237\377\377L\213T$0I\211\2H\213\274$\270\0\0\0\350[\337\373\377I\213\224"..., 32768) = 32768
20577 read(4, "H\213P\20H\211p\20H\211V\10\303ff.\17\37\204\0\0\0\0\0AWAVAUAT"..., 32768) = 32768
20577 read(4, "\205\344L\211%\367y(\0L\211%\340y(\0\17\205\301\375\377\377\271\20GR\0\272\353\0\0\0"..., 32768) = 32768
20577 read(4, "L$\10\17\205\243\0\0\0H\211\352M\211\351M\211\340L\211\376H\211\337\350k\363\377\377\211\302\203"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "A]A^A_\303H\203\356\1H\17\257\362H\1\376H\211t$(H\213\\$8H\3\\$"..., 32768) = 32768
20577 read(4, "\0\5\0\0\0H\211\320[\303f\17\37D\0\0H\307F\10\0\0\0\0\203=\331\16'\0\0t"..., 32768) = 32768
20577 read(4, "\361\351e\374\377\377\203\215\240\375\377\377\3\17\266V\1\351B\374\377\377A\366Gt\20u\332\201\215\240"..., 32768) = 32768
20577 read(4, "\204\321\5\0\0\213\235\310\375\377\377H\213\275\260\375\377\377\205\333D\210w\3\17\204\256\5\0\0I\213"..., 32768) = 32768
20577 read(4, "=~%\0\10\306\0057~%\0\10\306\0051~%\0\10\306\5+~%\0\10\306\5%~%\0"..., 32768) = 32768
20577 read(4, "ad connector `%d'\0\0\0\0\0\0\0\30 A\0\0\0\0\0"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\310\272E\0\0\0\0\0\253\272E\0\0\0\0\0\253\272E\0\0\0\0\0\253\272E\0\0\0\0\0"..., 32768) = 32768
20577 brk(0x1b12000)                    = 0x1b12000
20577 read(4, "r~J\0\0\0\0\0\22\177J\0\0\0\0\0b\177J\0\0\0\0\0\302\177J\0\0\0\0\0"..., 32768) = 32768
20577 read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\2\0\2\0\2\0"..., 32768) = 32768
20577 read(4, "\0\0\0\0f\0\0\0\0\0\0\0\0\0\0\0g\0\0\0\0\0\0\0\0\0\0\0h\0\0\0"..., 32768) = 32768
20577 read(4, "\30\306\354\377\f\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0|\4\0\0\20\306\354\377V\0\0\0"..., 32768) = 32768
20577 read(4, "\0B\16\20\217\2B\16\30\216\3B\16 \215\4B\16(\214\5A\0160\206\6A\0168\203\7D"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\2\200\fG\16\0\26\20\2\200\5D\16\200\1\26\20\16\200\6\r\1C\363\377\34\r\256B\363\377"..., 32768) = 32768
20577 read(4, "\350\r\370\377\250\0\0\0\0y\16\20\203\2D\0160\2W\n\16\20A\303\16\10A\v\0\0\0\0"..., 32768) = 32768
20577 read(4, " \257D\0\0\0\0\0\5\0\0\0\0\0\0\0\310(Q\0\0\0\0\00085Q\0\0\0\0\0"..., 32768) = 11104
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lza41rjd6a5rl4pj5yghk"..., 49) = 49
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 483328, SEEK_SET)        = 483328
20577 read(6, "\2\1\36\0\v\0z\0\0\0\0E\0z\0\321\1s\0012\1\311\2\17\2l\2\245\2\372\3Y"..., 1024) = 1024
20577 lseek(6, 435200, SEEK_SET)        = 435200
20577 read(6, "\n\0\0\0\r\0C\0\0\231\0\337\1*\1z\1\303\2\10\2L\2\226\2\336\3\35\3k\0C"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 brk(0x169b000)                    = 0x169b000
20577 write(4, "stla\0\0\0\0000\0\0\0\0\0\0\0/gnu/store/lza41"..., 64) = 64
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\22\0\0\0\0\0\0\0guile-2.0.9.tar."..., 32768) = 32768
20577 read(4, "[\236i\206\343\376\355\360\264N\2B\213\253\216\340Kt\37o\306\212x\353\224\20$\34D\326\343\253"..., 32768) = 32768
20577 read(4, "\244\24\305\334\2477]80\273gm\367\210bw=\234\211}\234ze\313\202\236\6\222\376`em"..., 32768) = 32768
20577 brk(0x16d3000)                    = 0x16d3000
20577 read(4, "]~\323L\361\302\212\260t8\362Vi\246wN\250y\244\22>\205\326\210j\232\346\f\313\223\221\4"..., 32768) = 32768
20577 read(4, "\300\264\v\220\20\226;X\244\362\4Q\245\365\3214a\217L\245o';i!h\360\255\211&\1-"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 brk(0x1713000)                    = 0x1713000
20577 read(4, "Z\275'y \1778Q\274|\210SU\347*\237w(\6\344L\315V!V\33\263\2019\237\17V"..., 32768) = 32768
20577 read(4, "\203\203\224\370\0264\260\246H\177.\200\373?'\234\314df\301\0\24(\364\372\373\351\274\216\377Ix"..., 32768) = 32768
20577 read(4, "\365\244\222>\325\304n$z\244\372G\214\333fj*W\tuQ?\347\23)\250y(\243\370\31\233"..., 32768) = 32768
20577 read(4, "\7\214\221\"\352\276'#Y\216\310\264+\226\236q\263*\240S\344v1\31\202$\353\227\205y\2G"..., 32768) = 32768
20577 brk(0x1793000)                    = 0x1793000
20577 read(4, "\21\371S\347wQkh\320_\35\250\232DC4n\355)\34\343\7:\354\360\32\241g\fC\207\26"..., 32768) = 32768
20577 read(4, "\313\254'\210n\313\1\2\320\\\214\277 &\334\26\204i\275\7r\20\306\236\233\256\262\212\276\26\3101"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\217J\201\360\362\6\230\vI\211\306\311R\16\354\3133\315}\375\20U\226\4\320\340YtQwd\232"..., 32768) = 32768
20577 read(4, "\34i\241\10\276\3515_K\2f\232\2366C\2457\301\t\303mp\2201\321\10VQ,\231\24\16"..., 32768) = 32768
20577 read(4, "\362\367\343\357\36\277o@\253\363\243\37/s\370\344\26\7m\3614v~}\351%\357\271\2k)\24"..., 32768) = 32768
20577 read(4, "\216=\27\265L\373$=\0076\351\370\234\214\357C\6` )\276\327\314F\263\313m\17V\370\364\220"..., 32768) = 32768
20577 read(4, "\21\31:|\203\221\35=2\36\374\335/\330\17!7\216QF\226\354\336[l\23\227Y.\\\10T"..., 32768) = 32768
20577 read(4, "\7\256\367i\205\246\322\373:\244?\320x\231o\213!|\357\216|\223N@\337\2534\220-E\2451"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 brk(0x1893000)                    = 0x1893000
20577 read(4, "\351\3779\302\256\203\330\272\234}\10\327\376\342\223f\342\341\0041M\324)w\216\343\3\200oW\2565"..., 32768) = 32768
20577 read(4, "<M\321\n?:\373\311fN~\307d\261|!\216\371\304\236\30\333\271\275\343\225:\224\311\273\251\243"..., 32768) = 32768
20577 read(4, "D\2\333HEZ\275|\314\n\37\332E\372\3\325\335\35\256\17\16\33\35\363\277\330\327\317.\201\7\207"..., 32768) = 32768
20577 read(4, "0\370jY\305\352J\215_\311@\237J^\243#!W*\221\n5WZ\333$\345\307\263\1\375/"..., 32768) = 32768
20577 read(4, "}\36#p\23\235\333\24&D\335\302\314[q\37\362/ktc\231@\265\345l\256)\204#\305\17"..., 32768) = 32768
20577 read(4, "ttQ\226E\273S\2130\37\250;\203'7h+P{br\vZ\32\5W\356U\270\271U]"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\240I\r*\331[p\2024\237g-\v\201X/w|:\314>\tB\367\31+cg\240\0\3404"..., 32768) = 32768
20577 read(4, "\314\260\201\267R#\3)Gry\f\2266\321\200\203?+\217L\372\22\313\17\305w\275\271H\25."..., 32768) = 32768
20577 read(4, " TsB\344\243U\344\24\2301$\254\321\240\270\314 \321\30\246g!\275\"(k\353Ey\177v"..., 32768) = 32768
20577 read(4, "]\307:\326\270\32\335\30\206\264x0\1\356\253TL\255/\205N{m\n\276\177\f6\303cW\335"..., 32768) = 32768
20577 read(4, "`\6\375-j\232\177;\27\320\376\35\301!\327\303H\342\350O\277q\377)\324\2765\371\344o\4y"..., 32768) = 32768
20577 read(4, "t\220\265\210\341\221\335\273\347\367\373+Vf\347sW\247F\313@h\236\rK`\256\204\367\266\7\0"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "a\355\244)\27\233o\0355\273\330\212\354\363\246lo\nj@\257C\253\365\377\364\311\354\371\20k\22"..., 32768) = 32768
20577 read(4, "\275D\6X\337\2746\356]\334\317\367\35\37l\371\2=\226\0018Yo\305YUu\262B\300}\354"..., 32768) = 32768
20577 read(4, "\33\236\314\3474\230\337\4\244\377P\317-\254\240\206\36e\216Na\313\320]\r\216`.\342\17\204\37"..., 32768) = 32768
20577 read(4, "7\252\32\313\352\7D\234\335\265\36X\t\211\300\222B\27\362\334\330S7\315\362\222\376h\3672\37."..., 32768) = 32768
20577 brk(0x1a93000)                    = 0x1a93000
20577 read(4, "\234\36\326:\230'\n\261E(\312i\373\264<z]\340HFM\22\315\330Q[\35\246\341\313P2"..., 32768) = 32768
20577 read(4, "S:|\330\346\230<\264\254\363\36\347z\17\234@\240\23w\273\3456\237*\374[\203\264\364q\335>"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\321m\372\331p\372\336\227t\4~z\16s:r\1pp\247\206\303\276\375\242\3006\26\302\220\343\355"..., 32768) = 32768
20577 read(4, "t\312\\]\254\223zZ<\271,\0363\327\36\240W\321\267\215\7'[\354\262\353\373\1777\204\223|"..., 32768) = 32768
20577 read(4, "*\365\316\326\242O\316\311\205\353\251R\274\222mc\35\255\333\344\251T\206\214p\35b\263e\30\371\272"..., 32768) = 32768
20577 read(4, "\17\3727*\234\365K\2654o\273\t\27X\324,Di\377\302A\206v]\273\311jG@\334I\346"..., 32768) = 32768
20577 read(4, "\255\217\241f|\30\343\327\302O\206'\201\364\1\2232\21\256\213\341\2\25\217Gp9*X~N\217"..., 32768) = 32768
20577 read(4, "\306\305f\236\5\352\3009\265o\25i#oZ\225[\213\261\255\f\305D\2771 \223FY\257\177\26"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C<\206\360y\262\303#\262BdRz\265[\226U\220}E\357\32\211\320\325\345Rs\352\214\2Q"..., 32768) = 32768
20577 read(4, "Si<\224\204\237\241\6\244,@\235}\317J\23\270\215\255\t9j\1E\3460jxZv\354B"..., 32768) = 32768
20577 read(4, "\241n.\306\305z\350C\321\317~\3002\261\351\376\4\1\27\215Wt\v\372$\30\264\227x:\243\37"..., 32768) = 32768
20577 read(4, "io\\!\221\201\270m\350\240\ns\207\5\20\177\27/bQ\367Bn\32\r\21\251\304\t\225\370("..., 32768) = 32768
20577 read(4, "AyT\262=\202L\250\320\21\257\216A\252\251\220\t\204\217\"qG\325\v\360\340\35>y\244\245\31"..., 32768) = 32768
20577 read(4, "\323\366\236\351?U\3318G\212\316\210\337\246$Q-\302\206@\347Q$\20\nl<\234\350\306\367\6"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\260\257\205\301\255\332\33\"\303\340\257%\333\267|\215.\211\371\2540\17D\361\35pB\321\236&\375\31"..., 32768) = 32768
20577 read(4, "VKN\251\202\257\240\337\7\334\24\334n\223\fp\27}\"\275>|\244\234qJ\317\351\335g\344\202"..., 32768) = 32768
20577 read(4, "*j/\231\256t\7\36\374\332k~\344D]\26\16\270\271\315\26\21[AV\3463\352\212\207wm"..., 32768) = 32768
20577 read(4, "\301U\3172,\346\372C\313\31i<IxX\231\274'p\274\231\214 \212\30\376\266\346\21\222n\306"..., 32768) = 32768
20577 read(4, "\231\333\216f]\2059\262l\200\373[\17\0246(|R#a\373\210\331U\202\206\267<\236Ty3"..., 32768) = 32768
20577 read(4, ")S\240\342\2270\365\227]\360E\200O3\20\321hp\233Q'\370|Z\310\246\245\367F\253\217^"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\235\372\376\330\3253\243\231\224\2\235\2029)[?\337\216\326(\24\177\242\335\207\33F\274\200\351,\351"..., 32768) = 32768
20577 read(4, "\264\214\253=X\215_:C\30\310>\223-\210\1\201\307\217\361_\332\272\355\320\343?\271\252\310\32\223"..., 32768) = 32768
20577 read(4, "\n\375\2\372\25kh\235\25\27\260\300\261\320\374\361_\300\207\27\220+\377\3H9\341,]\20!W"..., 32768) = 32768
20577 read(4, "D\10\302B[\317m\325\273Z(\326\206\370^\323W\231Y%`z*hy\1k\332^\254\254\177"..., 32768) = 32768
20577 read(4, "\302\355\311\273X\350P\323\267\0034e\31\304P'c\231\34=U\245\20\253\206l\207\377\31\263\335d"..., 32768) = 32768
20577 read(4, "G\362N\357\346=J\373A\260\34\33\377\341\227\335\336\262\2620\213Is\307\16\227\344L\363+\214\302"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "*\200Q\2275\37\370\316_8\243\222\264\373l\20\321\303\342\1\245X(n\222\216b\325N<\301\212"..., 32768) = 32768
20577 read(4, "W\177\253\303N:d\251\344C\313\274\32\374M\222\0323\302\263\244%tw \373\271\334\216\23?\331"..., 32768) = 32768
20577 read(4, "\16\316\f\230\310\207\316\340<\310% \332\247@O\f\220\n\255p\345\\\307\31\24\346}\307\345\237\206"..., 32768) = 32768
20577 read(4, "vc\216p\202\270G\0319i.\\\32V\364\225|7\263\6\356B\271\336G\24\" \223W%V"..., 32768) = 32768
20577 read(4, "\f\33\332\204jh\263\310D\36>CB\250\272]\233\276<M\316&\347\277\356\370\236%\361\37jN"..., 32768) = 32768
20577 read(4, "\r\305O\5\202t\352\f\33\340E\21{|{\f\210K\375\277\253\252\206*;\3350\323;Vn\354"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 mmap(NULL, 4194304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01ce372000
20577 read(4, "\237\2159\267\302l'-\243\244Cu@\262\24\211\345D\236\224\335\30\212c\1\323\2\10\3407\"T"..., 32768) = 32768
20577 read(4, "\315L\212l\343\310\247\341gn\253\300DL|w\177I\301\310\336\22z\1,\216\214\210\26ZR\231"..., 32768) = 32768
20577 read(4, "\36\224\37\204z\32 \211M\325k\330QK\335d\t\t\265\373\323\263\343\n\n\364\352\217Yv6\314"..., 32768) = 32768
20577 read(4, "/e\247\370\300\226\237\\\332\372\263\26)H\315u\227\257O?\334\250K\377F\2223L.\204\240\372"..., 32768) = 32768
20577 read(4, "`\327)9\230x\316\23\274\260\32\302\245\253\333\27B\240\4;\307\214[\20M\304\205\230\312F\34\300"..., 32768) = 32768
20577 read(4, "k\3547\6~\223\21\357\255@\2542\356\271\1G\370\303$\324\341\302\256\221\273\2\311e,\241}\246"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\353:\313\317\335\323\f2s\250\373b\32\375-\36c@\227\334\360\310\2Q0\334\335@\21\365\302\354"..., 32768) = 32768
20577 read(4, "\377d \241.WrL8I\346\361{BR8\3401\350\302\335\331\306\337 \362\310\362E:\337\225"..., 32768) = 32768
20577 read(4, "\343t_\234\30\200a\rh\361\f\22i\27N\307\307\356\264\rS\331\244J\244PUBM\354\301}"..., 32768) = 32768
20577 read(4, "\251\273oh\361\340\30\r\252\356\tYJ\267\267\327PI\25\331\331\326\364\nZ\36\7\251\7\250\22\375"..., 32768) = 32768
20577 read(4, "\v\205\241\236\341\22\250@\256}\266\252Z\251\354[\210?\315\222\371:\246o}\240\201\276?\357\300\222"..., 32768) = 32768
20577 read(4, "+\353\365d\320\264\307z\232\376<\233t\355\224G!\252m>\321\316b\\:\212\27w\362\323Hw"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\22\25\10\376i\326\235ux\210\340\350#\303/Ux\312t\220a\240\370\202pD#\220\0T\242"..., 32768) = 32768
20577 read(4, "\307\356\202\37\236\247[\3417\262\267<\202\202\264\203j\217\7\216\320\236\f.[\205 \301\305\204\302\353"..., 32768) = 32768
20577 read(4, "B\27\223S\365\256\333\236\250'\340\347I{\227 \5\27\262\334\307\322 H\301\222\302\264\313\375\343W"..., 32768) = 32768
20577 read(4, "\nI\35.n>@kh\374H\5\206\226\356\226\4\351\266z\263\37_z\337\245 3\312\354\357^"..., 32768) = 32768
20577 read(4, "\251\326Z\216\373\204N:\372`\34\25\247\263k;\245RBqrE\312I\357\356v\207\204\307\223F"..., 32768) = 32768
20577 read(4, "\370\\\363\246\10'\266d6\3567I?\233\n\356\320\345\223R\243d\277\202\336r]\337(\334u\206"..., 32768) = 32768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\244\252\201\227\3537\300\261\307~\307\226c\322\270W\374,Q\331\277\216\252\336\350\300\265\246\7\247s\210"..., 32768) = 32768
20577 read(4, "\333n\217\375\350\200\27\374n\20\"5O\330W0\3009\227{d~\0/X\231\n>\201\rYw"..., 32768) = 32768
20577 read(4, "Y\24\210\312\213\364\r\315c>h\371\243\316\2603w\307pv:o\343\227x\32\276\234_J\25\342"..., 32768) = 32768
20577 read(4, "(\3\267\377\5\r@\207%f\ti\272\342\231\267;\375I\324\rb-\353\240\21r\332\244\315s\307"..., 32768) = 32768
20577 read(4, "\3738q\377K\250\326g\0109vr\t\354r\35fE\230\3277\v\252U\355\37\355\301f\1t\6"..., 32768) = 32768
20577 read(4, "]\322\377\373=9\30%\341\260\234\231\273Y\322~u\206\320\311\213q\275\217\254\333\240\1\216}\334."..., 32768) = 2600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/98xcn26354r70nyamkgyw"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1053696, SEEK_SET)       = 1053696
20577 read(6, "\2\0\0\0\5\2[\0\0\0\3\213\2[\2\271\3\20\3X\3\260\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 592896, SEEK_SET)        = 592896
20577 read(6, "\n\0\0\0\r\0\\\0\0\\\0\251\0\352\1.\1r\1\264\2\1\2T\2\250\2\356\0030\3m"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 munmap(0x7f01ce372000, 4194304)   = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/98xcn"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0build-bootstrap-guile.sh"..., 32768) = 624
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qyhjb8m76nznwklh9rj08"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 788480, SEEK_SET)        = 788480
20577 read(6, "\2\0\0\0\v\0l\0\0\0\4\10\0l\0\276\1\f\1h\1\267\2\6\2Q\2\247\3\4\3S"..., 1024) = 1024
20577 lseek(6, 744448, SEEK_SET)        = 744448
20577 read(6, "\n\0\0\0\r\0V\0\0\341\0011\1\200\1\313\2\21\2g\2\260\2\353\0035\0V\3~\0\231"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/qyhjb"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0guile-bootstrap-"..., 32768) = 624
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vbcm1mibrsc2j4fnyhskd"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 933888, SEEK_SET)        = 933888
20577 read(6, "\2\0\0\0\n\0\344\0\0\0\3\262\0\344\0019\1\200\1\277\2\r\2h\2\270\3\10\3_\3\267"..., 1024) = 1024
20577 lseek(6, 488448, SEEK_SET)        = 488448
20577 read(6, "\n\0\0\0\f\0\232\0\0\232\0\360\1F\1\217\1\326\2'\2j\2\260\2\361\0037\3~\3\307"..., 1024) = 1024
20577 lseek(6, 16384, SEEK_SET)         = 16384
20577 read(6, "\r\0\0\0\6\0q\0\3d\2\301\0021\1\244\1\21\0q\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/vbcm1"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\36\0\0\0\0\0\0\0gmp-5.1.3.tar.xz-guile-b"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zbsz5yc6xr8n1z2fnmy16"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 887808, SEEK_SET)        = 887808
20577 read(6, "\2\2\232\0\n\0\345\0\0\0\2\23\1}\1\273\2\24\2Y\3\33\2\300\0\345\3i\1$\3\270"..., 1024) = 1024
20577 lseek(6, 669696, SEEK_SET)        = 669696
20577 read(6, "\n\0\0\0\f\0\245\0\0\245\0\365\0018\1z\1\311\2\22\2U\2\247\2\353\0033\3y\3\275"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/zbsz5"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\f\0\0\0\0\0\0\0download.scm\0\0\0\0"..., 32768) = 12352
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i2g3ghyxd2km92lqr5rhn"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 416768, SEEK_SET)        = 416768
20577 read(6, "\2\0\0\0\f\0B\0\0\0\1\272\0\234\0B\0\351\1:\1\210\1\316\2\32\2j\2\307\3\30"..., 1024) = 1024
20577 lseek(6, 961536, SEEK_SET)        = 961536
20577 read(6, "\n\0\0\0\n\1:\0\1:\1\215\1\324\2\34\2i\2\257\2\356\0033\3p\3\270\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/i2g3g"..., 72) = 72
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0utils.scm\0\0\0\0\0\0\0"..., 32768) = 28896
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pf8k4fj6vv57kbxxl1ar9"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 424960, SEEK_SET)        = 424960
20577 read(6, "\n\0\0\0\v\0\361\0\0019\1u\1\257\1\365\0\361\0024\2\207\2\317\3\37\3f\3\272\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0005\0\0\0\0\0\0\0/gnu/store/pf8k4"..., 72) = 72
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\16\0\0\0\0\0\0\0ftp-client.scm\0\0"..., 32768) = 9928
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nk5x2za5a74p6k3mxywc3"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 337920, SEEK_SET)        = 337920
20577 read(6, "\n\0\0\0\r\0W\0\0W\0\245\0\372\1?\1\212\1\330\2\30\2\\\2\256\2\355\0036\3s"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/nk5x2"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0module-import-gu"..., 32768) = 1248
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/slxcd3rg912qh57nzj0jd"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 140288, SEEK_SET)        = 140288
20577 read(6, "\n\0\0\0\r\0Z\0\0Z\0\260\0\352\0014\1w\1\275\2\4\2Q\2\214\2\320\3\32\3h"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/slxcd"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0module-import.dr"..., 32768) = 1096
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cnq68q0xmhqis7frnid19"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 287744, SEEK_SET)        = 287744
20577 read(6, "\2\2a\0\f\0Y\0\0\0\3^\3\270\0Y\3f\3\16\2\277\2o\2\16\1\303\1y\1$"..., 1024) = 1024
20577 lseek(6, 149504, SEEK_SET)        = 149504
20577 read(6, "\n\0\0\0\r\0y\0\0\316\1\31\1R\1\215\1\321\2\20\2S\2\242\2\345\0y\0032\3z"..., 1024) = 1024
20577 lseek(6, 17408, SEEK_SET)         = 17408
20577 read(6, "\r\0\0\0\6\0K\0\3j\2\301\2\"\1\211\0\345\0K\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/cnq68"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "$\0\0\0\0\0\0\0module-import-compiled-g"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8vvchgfsdgw1w0x9ggwj2"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 44032, SEEK_SET)         = 44032
20577 read(6, "\n\0\0\0\r\0$\0\0n\0\267\0\375\1N\1\255\1\363\0$\0028\2\214\2\320\3\27\3m"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/8vvch"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0module-import-co"..., 32768) = 912
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ydgws2aw79ywzhaxyf2nw"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 336896, SEEK_SET)        = 336896
20577 read(6, "\n\0\0\0\f\0\215\0\0\337\1+\1q\1\301\2\v\2I\2\223\2\350\0031\3t\0\215\3\267"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/ydgws"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0gmp-5.1.3.tar.xz.drv\0\0\0\0"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/amwd8blsfr80qddgmbj2z"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 229376, SEEK_SET)        = 229376
20577 read(6, "\n\0\0\0\r\0\\\0\0\\\0\245\0\354\0011\1\205\1\326\2!\2_\2\250\2\345\3+\3j"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/amwd8"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0mpfr-3.1.2.tar.xz-guile-"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3n8wng6w78dp3gb13gl20"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 953344, SEEK_SET)        = 953344
20577 read(6, "\n\0\0\0\r\0g\0\0g\0\270\1\3\1<\1\202\1\317\2\20\2a\2\262\2\363\0034\3\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/3n8wn"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0mpfr-3.1.2.tar.x"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\241\3\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y16cc50253y7pc9v16s3k"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 220160, SEEK_SET)        = 220160
20577 read(6, "\n\0\0\0\r\0A\0\0\203\0\313\1\n\1_\1\247\1\375\2I\2\206\2\315\0A\3#\3s"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/y16cc"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0mpc-1.0.1.tar.gz"..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/fi4ghmd2267kykn671alz"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 601088, SEEK_SET)        = 601088
20577 read(6, "\n\0\0\0\f\0t\0\0t\0\267\1\r\1`\1\252\1\347\2/\2w\2\265\3\5\3Q\3\254"..., 1024) = 1024
20577 lseek(6, 20480, SEEK_SET)         = 20480
20577 read(6, "\r\0\0\0\6\0B\0\3]\2\304\2 \1\206\0\342\0B\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/fi4gh"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0mpc-1.0.1.tar.gz"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\235\3\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1264
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/f22iakg1jdf24cmn56kdw"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 775168, SEEK_SET)        = 775168
20577 read(6, "\n\0\0\0\16\0&\0\0&\0z\0\300\1\22\1W\1\235\1\350\2/\2s\2\257\2\350\3)"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/f22ia"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0glibc-2.18.tar.xz-guile-"..., 32768) = 4768
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9p7nnyjcwyx1glimgzyik"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 54272, SEEK_SET)         = 54272
20577 read(6, "\n\0\0\0\f\0\177\0\0\310\1\33\0\177\1o\1\277\2\5\2J\2\215\2\336\3-\3j\3\264"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/9p7nn"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0glibc-2.18.tar.xz.drv\0\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vf8j118ldzqywh64dvyqc"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/vf8j1"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0glibc-bootstrap-0-guile-"..., 32768) = 1104
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qmhzqv4g5lg7kxmx1gjla"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 747520, SEEK_SET)        = 747520
20577 read(6, "\n\0\0\0\t\1i\0\1i\1\272\1\371\2@\2\220\2\341\0030\3m\3\265\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/qmhzq"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0module-import-gu"..., 32768) = 616
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/73brv24lnl1gqrpdvdmm7"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 180224, SEEK_SET)        = 180224
20577 read(6, "\2\1.\0\v\0\214\0\0\0\3\210\1a\0\214\0\350\1\263\1\375\2P\2\237\2\353\3.\3p"..., 1024) = 1024
20577 lseek(6, 347136, SEEK_SET)        = 347136
20577 read(6, "\n\0\0\0\f\0\266\0\0\266\1\n\1I\1\223\1\336\2.\2i\2\250\2\365\0034\3n\3\263"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/73brv"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0module-import.dr"..., 32768) = 840
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9m5kby15fwqjkmj18m6gq"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 21504, SEEK_SET)         = 21504
20577 read(6, "\r\0\0\0\6\0L\0\3j\2\301\2\"\1\210\0\345\0L\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/9m5kb"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0module-import-co"..., 32768) = 808
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/c0iswk1jl9lbkg81qkmvp"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1058816, SEEK_SET)       = 1058816
20577 read(6, "\n\0\0\0\7\1\356\0\2+\1\356\2\201\2\310\3\33\3r\3\265\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/c0isw"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0module-import-compiled.d"..., 32768) = 904
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/fi96hjq85g5z65p7hxbd4"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/fi96h"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0glibc-bootstrap-0.drv\0\0\0"..., 32768) = 1576
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/shl253dw7sk1bp60gfq7w"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 128000, SEEK_SET)        = 128000
20577 read(6, "\n\0\0\0\r\0U\0\0U\0\223\0\352\1'\1n\1\277\2\t\2Y\2\256\2\364\3;\3\203"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/shl25"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0gcc-4.8.2.tar.xz"..., 32768) = 4776
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cgprarb52lahmrnfzk9p4"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 146432, SEEK_SET)        = 146432
20577 read(6, "\n\0\0\0\f\0}\0\0}\0\311\1\20\1Y\1\246\1\357\2:\2\224\2\332\3*\3u\3\277"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/cgpra"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0gcc-4.8.2.tar.xz.drv\0\0\0\0"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lfn5q04vrdy6gwvmhd3m1"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 878592, SEEK_SET)        = 878592
20577 read(6, "\n\0\0\0\16\0%\0\0%\0v\0\304\1\n\1G\1\204\1\312\2\21\2N\2\231\2\322\3\30"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/lfn5q"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0gcc-bootstrap-0-"..., 32768) = 1640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cvnpgpdzd7l5zbc5xr8dr"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 881664, SEEK_SET)        = 881664
20577 read(6, "\n\0\0\0\t\1b\0\1b\1\260\2\3\2A\2\220\2\325\3\34\3c\3\254\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 23552, SEEK_SET)         = 23552
20577 read(6, "\r\0\0\0\6\0:\0\3^\2\306\2\35\1~\0\327\0:\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/cvnpg"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0gcc-bootstrap-0."..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "k\4\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1792
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7i33hpksn02cyw0n92pkd"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 444416, SEEK_SET)        = 444416
20577 read(6, "\n\0\0\0\f\0y\0\0\310\1\24\1n\0y\1\272\2\1\2F\2\221\2\324\3)\3l\3\273"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/7i33h"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "$\0\0\0\0\0\0\0binutils-2.23.2.tar.xz-g"..., 32768) = 48
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "r\22\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4744
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vyyy7zizy6qd47krkxnik"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 171008, SEEK_SET)        = 171008
20577 read(6, "\n\0\0\0\r\0009\0\0009\0{\0\303\1\r\1d\1\251\1\374\2R\2\240\2\355\3*\3t"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/vyyy7"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0binutils-2.23.2.tar.xz.d"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/l72a8lfpmmjwjdj281scm"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 523264, SEEK_SET)        = 523264
20577 read(6, "\n\0\0\0\16\0C\0\0C\0~\0\273\0\370\1:\1\205\1\335\2!\2^\2\242\2\344\0030"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/l72a8"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0binutils-bootstrap-0-gui"..., 32768) = 1072
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6njwmidb89mix23bamrx5"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 660480, SEEK_SET)        = 660480
20577 read(6, "\n\0\0\0\n\1\2\0\1\2\1F\1\234\1\364\0027\2\213\2\312\3\16\3W\3\253\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/6njwm"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0binutils-bootstr"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\4\4\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1560
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7zla806grvlxamnbn1ab6"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1063936, SEEK_SET)       = 1063936
20577 read(6, "\n\0\0\0\t\1\\\0\1\\\1\300\2\f\2T\2\222\2\347\0034\3z\3\266\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/7zla8"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0static-binaries."..., 32768) = 4800
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ixhag15ry6y6k9pk2w773"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 731136, SEEK_SET)        = 731136
20577 read(6, "\n\0\0\0\t\1b\0\1b\1\245\1\362\2K\2\212\2\316\3\20\3e\3\273\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 26624, SEEK_SET)         = 26624
20577 read(6, "\r\0\0\0\6\0008\0\3W\2\270\2\21\1t\0\321\0008\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/ixhag"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0static-binaries.tar.xz.d"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r8slyv93wyzli5j68vz5l"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 535552, SEEK_SET)        = 535552
20577 read(6, "\n\0\0\0\r\0)\0\1\31\1m\0)\1\253\0\312\0\202\1\367\2S\2\227\2\330\3\35\3n"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/r8sly"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0bootstrap-binari"..., 32768) = 1080
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xaa5hva0rfdlnnv5mbf5i"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 184320, SEEK_SET)        = 184320
20577 read(6, "\n\0\0\0\v\0\320\0\0\320\1\30\1m\1\263\1\365\2I\2\241\2\365\3=\3z\3\274\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/xaa5h"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0bootstrap-binari"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\4\4\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1560
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yc55zizayaag1w8ppjwmp"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 828416, SEEK_SET)        = 828416
20577 read(6, "\n\0\0\0\v\0\255\0\0\255\1;\1\203\1\317\2%\2{\2\312\3\27\3]\3\247\0\371\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/yc55z"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\36\0\0\0\0\0\0\0make-4.0.tar.bz2-guile-b"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2n8jkcz1gyyq1kjd2dlhi"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 94208, SEEK_SET)         = 94208
20577 read(6, "\n\0\0\0\f\0\244\0\0\244\0\350\0018\1\210\1\340\2'\2t\2\276\2\372\3B\3\200\3\274"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/2n8jk"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0make-4.0.tar.bz2.drv\0\0\0\0"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bh4kr21mrl4ppr7sz81j0"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 415744, SEEK_SET)        = 415744
20577 read(6, "\n\0\0\0\n\1\0\0\1\0\1K\1\214\1\344\0025\2v\2\304\3\20\3g\3\255\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/bh4kr"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0make-impure-dirs"..., 32768) = 1256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hyh7kwkqlxc0x9s8cs5mj"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 30720, SEEK_SET)         = 30720
20577 read(6, "\r\0\0\0\6\0Q\0\3e\2\303\2+\1\212\0\361\0Q\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/hyh7k"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0make-4.0.tar.xz-guile-bu"..., 32768) = 1720
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qml8hpmr0qc5hnvdax2v1"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/qml8h"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0make-4.0.tar.xz."..., 32768) = 1192
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7mdqdc7ilhkwfr50p8h9w"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 466944, SEEK_SET)        = 466944
20577 read(6, "\n\0\0\0\f\0{\0\0\324\1\34\1U\1\254\2\3\2M\2\224\0{\2\331\3-\3l\3\257"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/7mdqd"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0make-boot0-4.0-guile-bui"..., 32768) = 1984
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dyqsdb1cci3wj599aqq95"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 322560, SEEK_SET)        = 322560
20577 read(6, "\n\0\0\0\f\0Z\0\0Z\0\242\0\371\1J\1\244\1\355\2,\2w\2\313\3\31\3X\3\257"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/dyqsd"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0gnu-build-system"..., 32768) = 15528
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i8n5w17jlxcgd25yaf410"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 495616, SEEK_SET)        = 495616
20577 read(6, "\n\0\0\0\r\0[\0\0[\0\245\0\350\1'\1~\1\312\2\r\2T\2\251\2\344\0035\3{"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/i8n5w"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0module-import-gu"..., 32768) = 992
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ii52hsnq1alcip79sqpaw"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 650240, SEEK_SET)        = 650240
20577 read(6, "\n\0\0\0\16\0(\0\0(\0u\0\277\0\374\1F\1\223\1\331\0020\2n\2\260\2\363\0039"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/ii52h"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0module-import.drv\0\0\0\0\0\0\0"..., 32768) = 968
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nc3gp126mhc59x5acsqkh"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 743424, SEEK_SET)        = 743424
20577 read(6, "\n\0\0\0\16\0-\0\0-\0p\0\251\0\346\1(\1u\1\267\1\377\2A\2\210\2\332\3\34"..., 1024) = 1024
20577 lseek(6, 33792, SEEK_SET)         = 33792
20577 read(6, "\r\0\0\0\6\0G\0\3j\2\301\2\"\1\213\0\344\0G\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/nc3gp"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0module-import-co"..., 32768) = 1112
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/my1a9hjyb196i5frq9j4b"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 69632, SEEK_SET)         = 69632
20577 read(6, "\n\0\0\0\16\0:\0\0:\0\220\0\326\1!\1`\1\235\1\332\2\34\2f\2\255\2\361\0036"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/my1a9"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0module-import-co"..., 32768) = 912
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/h5z0h4m69d07h6a0csgw2"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 222208, SEEK_SET)        = 222208
20577 read(6, "\n\0\0\0\f\0\202\0\0\313\1\35\1p\1\267\2\2\2J\0\202\2\205\2\321\3\33\3h\3\264"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/h5z0h"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\22\0\0\0\0\0\0\0make-boot0-4.0.d"..., 32768) = 2128
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/n95fjs5wmy55wwchdqhcc"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 217088, SEEK_SET)        = 217088
20577 read(6, "\n\0\0\0\r\0<\0\0<\0~\0\313\1\4\1Q\1\235\1\361\2;\2\204\2\331\3\35\3m"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/n95fj"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0diffutils-3.3.tar.xz-gui"..., 32768) = 4648
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sqs8w9rr8awksj0z10x2n"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/sqs8w"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0diffutils-3.3.tar.xz.drv"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rrjrbpxbrv0pfh2aq0icd"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 161792, SEEK_SET)        = 161792
20577 read(6, "\n\0\0\0\f\0p\0\0p\0\270\1\t\1O\1\227\1\337\2$\2y\2\316\3\31\3c\3\266"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/rrjrb"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0diffutils-3.3-guile-buil"..., 32768) = 1456
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lm4la8azlawlkgghyl0y0"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 886784, SEEK_SET)        = 886784
20577 read(6, "\n\0\0\0\f\0\216\0\0\216\0\336\1\35\1\\\1\250\2\1\2F\2\231\2\344\0031\3s\3\270"..., 1024) = 1024
20577 lseek(6, 37888, SEEK_SET)         = 37888
20577 read(6, "\r\0\0\0\6\0006\0\3`\2\312\2!\1\202\0\337\0006\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/lm4la"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0diffutils-3.3.drv\0\0\0\0\0\0\0"..., 32768) = 2120
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zdprvm2rspk3gm7krd2v3"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/zdprv"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0findutils-4.4.2."..., 32768) = 56
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\347\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2ddhxg81nb5dz71i38frf"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 95232, SEEK_SET)         = 95232
20577 read(6, "\2\1\n\0\f\0)\0\0\0\0S\0k\0\275\1\214\0019\2\32\1\327\0)\2[\2\264\3\7"..., 1024) = 1024
20577 lseek(6, 1052672, SEEK_SET)       = 1052672
20577 read(6, "\n\0\0\0\7\1\340\0\2+\2\200\2\313\3\26\3l\1\340\3\255\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/2ddhx"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0findutils-4.4.2.tar.gz.d"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/w5pz8br32rlwjjicja511"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 334848, SEEK_SET)        = 334848
20577 read(6, "\n\0\0\0\r\0o\0\0o\0\261\0\373\1@\1\214\1\322\2!\2h\2\257\2\356\3+\3u"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/w5pz8"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0findutils-absolu"..., 32768) = 1392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hv15hq91vm3ajv23lkq0k"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 386048, SEEK_SET)        = 386048
20577 read(6, "\n\0\0\0\v\0\243\0\0\243\0\356\0015\1\202\1\324\2#\2k\2\262\3\2\3T\3\250\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/hv15h"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0findutils-4.4.2."..., 32768) = 1760
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v9mazjl5k6j60r2kbi691"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/v9maz"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0findutils-4.4.2."..., 32768) = 1256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/50mnhknzv6cfraf6rz58d"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 396288, SEEK_SET)        = 396288
20577 read(6, "\n\0\0\0\r\0:\0\0:\0~\0\342\1/\1u\1\261\1\376\2=\2\215\2\347\3%\3v"..., 1024) = 1024
20577 lseek(6, 43008, SEEK_SET)         = 43008
20577 read(6, "\r\0\0\0\6\0=\0\3a\2\277\2'\1}\0\335\0=\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/50mnh"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0findutils-4.4.2-"..., 32768) = 1544
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/92righzq1dnwy9z81piys"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 50176, SEEK_SET)         = 50176
20577 read(6, "\n\0\0\0\r\0,\0\0i\0\267\1\7\1T\1\252\0,\1\351\2-\2\201\2\327\3&\3u"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/92rig"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0findutils-4.4.2.drv\0\0\0\0\0"..., 32768) = 2280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8bvr97jf4vp78g96kc74h"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 614400, SEEK_SET)        = 614400
20577 read(6, "\n\0\0\0\n\1#\0\1i\1\262\1#\1\375\2L\2\235\2\353\0035\3}\3\302\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/8bvr9"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0%\0\0\0\0\0\0\0binutils-2.23.2."..., 32768) = 4648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\0\0\0\0\0\0\0\0", 32768) = 8
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/l0vqsd027hydzalwj2mck"..., 82) = 82
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 367616, SEEK_SET)        = 367616
20577 read(6, "\n\0\0\0\r\0004\0\0004\0\206\0\302\1\17\1R\1\232\1\345\0023\2u\2\273\3\24\3b"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0Q\0\0\0\0\0\0\0/gnu/store/l0vqs"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0binutils-2.23.2.tar.bz2."..., 32768) = 1344
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y4x9h4n380gnl7q7i8f6a"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 304128, SEEK_SET)        = 304128
20577 read(6, "\n\0\0\0\f\0\242\0\0\340\1$\1o\1\263\2\0\2Q\2\232\2\345\3,\3o\3\267\0\242"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/y4x9h"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0binutils-ld-new-"..., 32768) = 768
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zapppnb2vnq6hrq2r5b6b"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1084416, SEEK_SET)       = 1084416
20577 read(6, "\n\0\0\0\6\2\34\0\2\34\2c\2\260\2\376\3K\3\251\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/zappp"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0binutils-loongso"..., 32768) = 1472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r7imyzhcnqbyzrbxygg60"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 46080, SEEK_SET)         = 46080
20577 read(6, "\r\0\0\0\6\0\32\0\3Y\2\264\2\v\1l\0\276\0\32\0\0\0\0\0\0\201!H\t\0\201"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/r7imy"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0 \0\0\0\0\0\0\0binutils-loongso"..., 32768) = 3216
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0x3hvj4jh7cvyzf2v64is"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 29696, SEEK_SET)         = 29696
20577 read(6, "\n\0\0\0\r\0@\0\0@\0\222\0\334\1\36\1q\1\274\2\16\2M\2\237\2\346\3+\3g"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/0x3hv"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0binutils-2.23.2."..., 32768) = 2128
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sjqnqqxqqd0y5cv0i84cy"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/sjqnq"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0binutils-2.23.2."..., 32768) = 1584
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/m2rk84pxd689jmiglz399"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 653312, SEEK_SET)        = 653312
20577 read(6, "\n\0\0\0\v\0\251\0\0\251\0\372\1D\1\222\1\336\2\"\2u\2\313\3\27\3m\3\300\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/m2rk8"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0)\0\0\0\0\0\0\0binutils-cross-b"..., 32768) = 1768
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sz8pgfnbbk02iqbr8h0d8"..., 86) = 86
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 286720, SEEK_SET)        = 286720
20577 read(6, "\n\0\0\0\r\0I\0\0I\0\235\0\355\0015\1\200\1\301\2\4\2L\2\224\2\321\3\36\3l"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0U\0\0\0\0\0\0\0/gnu/store/sz8pg"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0binutils-cross-boot0-2.2"..., 32768) = 2672
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pkclygvwjb736r6xlngdw"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 86016, SEEK_SET)         = 86016
20577 read(6, "\n\0\0\0\f\0\207\0\0\207\0\321\1\27\1h\1\270\2\f\2U\2\224\2\343\3-\3j\3\264"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/pkcly"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0gcc-4.8.2.tar.bz2-guile-"..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y4xfxxk44yh1fl64bi6in"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 48128, SEEK_SET)         = 48128
20577 read(6, "\r\0\0\0\6\0<\0\3\\\2\302\2\32\1|\0\327\0<\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/y4xfx"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0gcc-4.8.2.tar.bz"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3kc8w9v8likw5y9a7qssw"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1105920, SEEK_SET)       = 1105920
20577 read(6, "\n\0\0\0\7\2\31\0\2\31\2d\2\240\2\337\3&\3t\3\304\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/3kc8w"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0#\0\0\0\0\0\0\0gcc-cross-boot0-"..., 32768) = 5216
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2k4y2yh6p0p4pn0xhlxcj"..., 80) = 80
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 83968, SEEK_SET)         = 83968
20577 read(6, "\n\0\0\0\v\0\342\0\0\342\1\37\1k\1\274\2\22\2U\2\231\2\356\3<\3u\3\264\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0O\0\0\0\0\0\0\0/gnu/store/2k4y2"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0gcc-cross-boot0-4.8.2.dr"..., 32768) = 3088
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/11y6flxjldkqqzr9js9rc"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 36864, SEEK_SET)         = 36864
20577 read(6, "\n\0\0\0\f\0\226\0\0\226\0\335\1(\1n\1\260\1\373\2O\2\241\2\364\3:\3\177\3\274"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/11y6f"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0perl-5.16.1.tar."..., 32768) = 48
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\350\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rzivzlnylyf69jfrq2div"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 177152, SEEK_SET)        = 177152
20577 read(6, "\n\0\0\0\16\0005\0\1=\0}\1\206\1\313\2\22\2d\2\246\0\266\2\344\1\4\3&\3q"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/rzivz"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0perl-5.16.1.tar.gz.drv\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7jhjagqix8f9lik3slyzc"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/7jhja"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0perl-no-sys-dirs"..., 32768) = 5640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/diicqwl7cqsviyvxil7ak"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 296960, SEEK_SET)        = 296960
20577 read(6, "\n\0\0\0\r\0<\0\0<\0\215\0\331\1!\1u\1\256\1\371\2>\2\204\2\317\3.\3\177"..., 1024) = 1024
20577 lseek(6, 51200, SEEK_SET)         = 51200
20577 read(6, "\r\0\0\0\6\0D\0\3e\2\300\2%\1\207\0\363\0D\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/diicq"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0perl-5.16.1.tar."..., 32768) = 1728
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/n4l8ihrjl8mdb80y06j97"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/n4l8i"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0perl-5.16.1.tar."..., 32768) = 1216
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sag92nnhsd4cqrp4rgpd9"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1040384, SEEK_SET)       = 1040384
20577 read(6, "\n\0\0\0\7\2\t\0\2J\2\210\2\303\2\t\3\16\3\\\3\244\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/sag92"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0perl-5.16.1-guil"..., 32768) = 2176
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/873q1psgxxb61vaix225p"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/873q1"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0perl-5.16.1.drv\0\226\5\0\0\0\0\0\0"..., 32768) = 2392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5bc140s7c14xkzf5nfhj5"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 485376, SEEK_SET)        = 485376
20577 read(6, "\n\0\0\0\f\0\230\0\0\230\0\344\1#\1r\1\266\1\377\2E\2\210\2\325\3\33\3\\\3\254"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/5bc14"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0*\0\0\0\0\0\0\0linux-libre-3.3."..., 32768) = 4848
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/radajy3jrqwv5q5pajzrl"..., 87) = 87
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0V\0\0\0\0\0\0\0/gnu/store/radaj"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0linux-libre-3.3.8-gnu.ta"..., 32768) = 1360
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/68j0iphsgnba53ns5nz8h"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 167936, SEEK_SET)        = 167936
20577 read(6, "\n\0\0\0\f\0\236\0\0\236\0\334\1(\1g\1\275\1\373\2E\2\211\2\340\3\31\3d\3\266"..., 1024) = 1024
20577 lseek(6, 53248, SEEK_SET)         = 53248
20577 read(6, "\r\0\0\0\6\0004\0\3[\2\257\2\r\1i\0\317\0004\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/68j0i"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0'\0\0\0\0\0\0\0linux-libre-head"..., 32768) = 2392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/irl6npn21w3qy441ldz7f"..., 84) = 84
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0S\0\0\0\0\0\0\0/gnu/store/irl6n"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0linux-libre-headers-3.3."..., 32768) = 2640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/550375p2cwbsxr8flvnb4"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/55037"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0glibc-2.18.tar.x"..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dhx6ll3wy8hr72k3am2da"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/dhx6l"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0glibc-2.18.tar.x"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jp2h2rq66w13fkr9a1127"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 429056, SEEK_SET)        = 429056
20577 read(6, "\n\0\0\0\r\0\200\0\0\310\1\1\1Y\1\241\1\342\2\33\2b\2\244\2\365\0038\0\200\3\200"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/jp2h2"..., 88) = 88
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0glibc-ldd-x86_64.patch\0\0"..., 32768) = 160
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "By default, 'RTDLLIST' in 'ldd' "..., 32768) = 704
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v1h2i4i5xmrs9d4c44w5w"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 603136, SEEK_SET)        = 603136
20577 read(6, "\n\0\0\0\n\1\31\0\1\31\1r\1\306\2\30\2a\2\251\2\346\3*\3e\3\302\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/v1h2i"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0glibc-make-4.0.p"..., 32768) = 792
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/c4gyvr7qdhbm1fmfkp63v"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 57344, SEEK_SET)         = 57344
20577 read(6, "\r\0\0\0\6\0/\0\3g\2\303\2)\1\177\0\337\0/\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/c4gyv"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0glibc-2.18.tar.xz-guile-"..., 32768) = 2272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vbs4lv4ql87i591hrc18d"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/vbs4l"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0glibc-2.18.tar.x"..., 32768) = 1824
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/slw6874w937zy52a8xjs7"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/slw68"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "%\0\0\0\0\0\0\0glibc-intermediate-2.18-"..., 32768) = 3648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i9wjx0nww981y4fx96q9l"..., 82) = 82
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 624640, SEEK_SET)        = 624640
20577 read(6, "\n\0\0\0\r\0\"\0\0g\0\256\1\5\1Z\1\245\1\350\2-\0\"\2\215\2\331\3#\3d"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0Q\0\0\0\0\0\0\0/gnu/store/i9wjx"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0glibc-intermediate-2.18."..., 32768) = 3352
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/p4jnklh96vjly4jjbz7pf"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 231424, SEEK_SET)        = 231424
20577 read(6, "\n\0\0\0\r\0L\0\0L\0\216\0\333\1\33\1f\1\260\2\5\2?\2\212\2\320\3\36\3j"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/p4jnk"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "+\0\0\0\0\0\0\0gcc-cross-boot0-wrapped-"..., 32768) = 1504
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/83pz02ciyg0mh7900k75x"..., 88) = 88
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 827392, SEEK_SET)        = 827392
20577 read(6, "\n\0\0\0\v\0\323\0\1f\1\257\0\323\1\355\0022\2}\2\307\3\24\3q\3\263\1\27\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0W\0\0\0\0\0\0\0/gnu/store/83pz0"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0!\0\0\0\0\0\0\0gcc-cross-boot0-"..., 32768) = 1368
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\t\0\0\0\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/vbcm1"..., 32768) = 752
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xda29vl38gka7wfjfx9ki"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 59392, SEEK_SET)         = 59392
20577 read(6, "\r\0\0\0\6\0K\0\3Z\2\270\2 \1\177\0\350\0K\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/xda29"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0bash-4.2.tar.gz-"..., 32768) = 48
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\333\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4592
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ad6zc5ppbic6m10hli1f4"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 179200, SEEK_SET)        = 179200
20577 read(6, "\n\0\0\0\r\0C\0\0C\0\216\0\312\1\10\1L\1\235\1\350\2+\2\204\2\317\3#\3r"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/ad6zc"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0bash-4.2.tar.gz."..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9savg3dqhkf83p7szg1mj"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 612352, SEEK_SET)        = 612352
20577 read(6, "\n\0\0\0\f\0\260\0\0\260\0\362\0017\1\200\1\302\2\1\2K\2\217\2\322\3\32\3h\3\262"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/9savg"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0bash-light-4.2-guile-bui"..., 32768) = 2256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/75asvlvq8ix7wriyw9wbz"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 787456, SEEK_SET)        = 787456
20577 read(6, "\n\0\0\0\t\1G\0\1G\1\220\1\345\2:\2\210\2\341\3$\3f\3\264\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/75asv"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\22\0\0\0\0\0\0\0bash-light-4.2.drv\0\0\0\0\0\0"..., 32768) = 2792
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wkgf17974icz3f80ph0n4"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 808960, SEEK_SET)        = 808960
20577 read(6, "\n\0\0\0\v\0\364\0\0\364\1/\1t\1\315\2\21\2]\2\246\2\350\3*\3o\3\270\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/wkgf1"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0glibc-2.18-guile"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\370\r\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 3592
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9yiqpd1r2rynpj2px32km"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/9yiqp"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\16\0\0\0\0\0\0\0glibc-2.18.drv\0\0", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\10\0\0\0\0\0\0Derive([(\"debug\",\"/gnu/s"..., 32768) = 3336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/m4d8pnsdjydg4dl7w36lm"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 63488, SEEK_SET)         = 63488
20577 read(6, "\r\0\0\0\6\0;\0\3m\2\275\2\27\1u\0\335\0;\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/m4d8p"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0+\0\0\0\0\0\0\0gcc-cross-boot0-"..., 32768) = 64
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\206\5\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 1432
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v2zj74kn42ffim0906b4p"..., 88) = 88
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0W\0\0\0\0\0\0\0/gnu/store/v2zj7"..., 104) = 104
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0!\0\0\0\0\0\0\0gcc-cross-boot0-"..., 32768) = 2104
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9gkz6rps9ccn911qqp8al"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/9gkz6"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0binutils-2.23.2-guile-bu"..., 32768) = 1896
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ga8v0y2hgdx6jxw0k8n1d"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 392192, SEEK_SET)        = 392192
20577 read(6, "\n\0\0\0\r\0]\0\0\343\0011\0]\1r\1\266\1\365\2?\2\210\2\320\3#\3l\0\245"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/ga8v0"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0binutils-2.23.2.drv\0\0\0\0\0"..., 32768) = 2952
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lmzw95h2ya3jzr2fwzch1"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/lmzw9"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0libstdc++-4.8.2-guile-bu"..., 32768) = 2064
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/arw390vjv1ch7qxf67j4v"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 372736, SEEK_SET)        = 372736
20577 read(6, "\n\0\0\0\r\0%\0\0%\0p\0\272\1\10\1L\1\226\1\340\2%\2t\2\307\3\30\3i"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/arw39"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0libstdc++-4.8.2.drv\0\0\0\0\0"..., 32768) = 2792
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/a58y0x07hdx0v0892bm8d"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 927744, SEEK_SET)        = 927744
20577 read(6, "\n\0\0\0\t\1\203\0\1\203\1\306\2\30\2_\2\241\2\336\3)\3y\3\273\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 66560, SEEK_SET)         = 66560
20577 read(6, "\r\0\0\0\6\0h\0\3h\2\314\2;\1\250\1\3\0h\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/a58y0"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0gcc-4.8.2-guile-"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\215\24\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 5280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/d51y9pirqmg4pzwj0fdw5"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 62464, SEEK_SET)         = 62464
20577 read(6, "\n\0\0\0\16\0*\0\0*\0q\0\303\1\v\1O\1\212\1\322\2\35\2f\2\242\2\351\0036"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/d51y9"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0gcc-4.8.2.drv\0\0\0"..., 32768) = 2040
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/vbcm1mibrsc2j"..., 32768) = 1472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/1j085d87cdxvrarqwsqii"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1086464, SEEK_SET)       = 1086464
20577 read(6, "\n\0\0\0\6\2`\0\2`\2\236\2\354\3)\3r\3\304\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/1j085"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\16\0\0\0\0\0\0\0ld-wrapper.scm\0\0"..., 32768) = 6392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/p0qfik5d2bhl6cci7s5yc"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/p0qfi"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0ld-wrapper-boot3"..., 32768) = 1352
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3n43ycg4bwkqga3sbqgrn"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/3n43y"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0ld-wrapper-boot3"..., 32768) = 1656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jsxj9djrrm0il9vghh5az"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/jsxj9"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0ncurses-5.9.tar.gz-guile"..., 32768) = 4640
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/kv7gmj1x93f7z9lhycg1i"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 71680, SEEK_SET)         = 71680
20577 read(6, "\r\0\0\0\6\0L\0\3[\2\300\2\"\1\216\0\350\0L\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/kv7gm"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0ncurses-5.9.tar."..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dp3rbmw9mv5nxd1lsshb5"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/dp3rb"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0ncurses-5.9-guile-builde"..., 32768) = 3512
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/f28cxmiis9vv15ayqj2rk"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/f28cx"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0ncurses-5.9.drv\0\206\6\0\0\0\0\0\0"..., 32768) = 2880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6qv00pmx2is1vq4hi5whp"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1100800, SEEK_SET)       = 1100800
20577 read(6, "\n\0\0\0\6\2:\0\2:\2\202\2\303\3\21\3h\3\263\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/6qv00"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0!\0\0\0\0\0\0\0readline-6.2.tar"..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/4hvs32sm5hbbb53i5sp9g"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 197632, SEEK_SET)        = 197632
20577 read(6, "\n\0\0\0\r\0b\0\0b\0\241\0\351\1,\1w\1\305\2\7\2C\2\211\2\322\3$\3p"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/4hvs3"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0readline-6.2.tar.gz.drv\0"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ay60f6v4xjdf6jw11x42y"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/ay60f"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0readline-link-nc"..., 32768) = 888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/darlyg3zyspyajxdz3m9s"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 73728, SEEK_SET)         = 73728
20577 read(6, "\r\0\0\0\6\0O\0\3`\2\272\2\36\1\177\0\352\0O\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/darly"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0readline-6.2.tar.xz-guil"..., 32768) = 1736
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rl019mr21hy7k1rjq5jmz"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 101376, SEEK_SET)        = 101376
20577 read(6, "\n\0\0\0\f\0\256\0\0\256\0\354\1/\1\201\1\305\2\16\2Y\2\245\2\347\3,\3\177\3\304"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/rl019"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0readline-6.2.tar"..., 32768) = 1224
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9vc2c065xwvm209lk3v2j"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/9vc2c"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0readline-6.2-gui"..., 32768) = 2488
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2iwcpbxpsaim1j7fr8awx"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/2iwcp"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\0\0\0\0\0\0\0readline-6.2.drv\323\6\0\0\0\0\0\0"..., 32768) = 3032
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/99lqbxn20zxxws1a60nd2"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/99lqb"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0bash-4.2-guile-b"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\v\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 2840
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/47bjbcxdpj8i017z62lq1"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/47bjb"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\f\0\0\0\0\0\0\0bash-4.2.drv\0\0\0\0\10\7\0\0\0\0\0\0"..., 32768) = 3144
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lgfdaaq91sy373w1ryjay"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 76800, SEEK_SET)         = 76800
20577 read(6, "\r\0\0\0\6\0:\0\3p\2\304\2\"\1}\0\342\0:\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/lgfda"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0&\0\0\0\0\0\0\0pkg-config-0.27."..., 32768) = 56
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\374\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4624
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/h683qff21r51v5h9rarg4"..., 83) = 83
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 107520, SEEK_SET)        = 107520
20577 read(6, "\n\0\0\0\r\0004\0\0004\0\215\0\342\1*\1~\1\304\2\0\2S\2\225\2\341\3)\3q"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0R\0\0\0\0\0\0\0/gnu/store/h683q"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0pkg-config-0.27.1.tar.gz"..., 32768) = 1344
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cndxifgg5qg4idrj75wjx"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/cndxi"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0pkg-config-0.27."..., 32768) = 1904
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3ag47m760knnkwviwvsmd"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 482304, SEEK_SET)        = 482304
20577 read(6, "\n\0\0\0\f\0\224\0\0\323\1!\1|\0\224\1\301\2\t\2S\2\220\2\316\3%\3w\3\301"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/3ag47"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0pkg-config-0.27."..., 32768) = 3072
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hs4hvgajxfrds4iqcri08"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/hs4hv"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0libffi-3.0.13.tar.gz-gui"..., 32768) = 4656
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/x36lfbz6b1sfs8c1rl4p7"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/x36lf"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libffi-3.0.13.tar.gz.drv"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y58phbdk9wqrr3kn409l4"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 79872, SEEK_SET)         = 79872
20577 read(6, "\r\0\0\0\6\0E\0\3b\2\303\2\33\1}\0\334\0E\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/y58ph"..., 88) = 88
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0libffi-mips-n32-fix.patc"..., 32768) = 168
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "Fix handling of uint32_t argumen"..., 32768) = 648
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2m6i9bd56vdhgf8z8w57h"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/2m6i9"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0libffi-3.0.13.tar.xz-gui"..., 32768) = 1736
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/74fn1bpq17zr6h13zcqnx"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/74fn1"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libffi-3.0.13.tar.xz.drv"..., 32768) = 1216
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bddl30yz8gakg1wq516iv"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/bddl3"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libffi-3.0.13-guile-buil"..., 32768) = 2336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/1jb2j5wg98fv9ihnk4b96"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/1jb2j"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0libffi-3.0.13.dr"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "s\7\0\0\0\0\0\0Derive([(\"debug\",\"/gnu/s"..., 32768) = 3160
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6j4ga4r3py7kwx2hb759l"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/6j4ga"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0ncurses-5.9-guile-builde"..., 32768) = 3344
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j6wyz4sn8nqk96pdx14sh"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 163840, SEEK_SET)        = 163840
20577 read(6, "\n\0\0\0\f\0\257\0\0\257\0\367\1C\1\202\1\301\2\n\2W\2\231\2\351\3,\3g\3\264"..., 1024) = 1024
20577 lseek(6, 82944, SEEK_SET)         = 82944
20577 read(6, "\r\0\0\0\6\0F\0\3a\2\314\2,\1\226\0\351\0F\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/j6wyz"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0ncurses-5.9.drv\0", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\313\6\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 2992
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/mnld51npkcqb1wsqk2y3g"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 814080, SEEK_SET)        = 814080
20577 read(6, "\n\0\0\0\r\0Y\0\0\241\0\350\0015\1\216\1\332\2\34\2h\2\251\2\353\0030\0Y\3\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/mnld5"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0readline-6.2-gui"..., 32768) = 48
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\316\10\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 2272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8waccjc8shr80q35ya9ss"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/8wacc"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0readline-6.2.drv", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\7\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 3136
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/skwdz7d446ccps354rw1z"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/skwdz"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0'\0\0\0\0\0\0\0libunistring-0.9"..., 32768) = 4664
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dwgapycn0i2lmkl3iabs1"..., 84) = 84
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0S\0\0\0\0\0\0\0/gnu/store/dwgap"..., 104) = 104
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0libunistring-0.9"..., 32768) = 1360
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sg9zmqn3anasmxz2p3klh"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/sg9zm"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0libunistring-0.9.3-guile"..., 32768) = 1872
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/g6n3mzr43y3nx3rhvi0yx"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 88064, SEEK_SET)         = 88064
20577 read(6, "\r\0\0\0\6\0<\0\3Z\2\276\2\31\1~\0\340\0<\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/g6n3m"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0libunistring-0.9.3.drv\0\0"..., 32768) = 3072
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/g647q2r50k7vc45a9lngj"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/g647q"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0m4-1.4.17.tar.bz2-guile-"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r34krk2fvgfjq4qv1hg8n"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 619520, SEEK_SET)        = 619520
20577 read(6, "\n\0\0\0\f\0z\0\0\377\1Q\0\301\0z\1\243\1\356\2@\2\213\2\333\0032\3}\3\277"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/r34kr"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0m4-1.4.17.tar.bz"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zj57chjl34ls7ml1z8nf2"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/zj57c"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0m4-readlink-EINV"..., 32768) = 912
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/68if93q78nka63ig7904b"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/68if9"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0m4-1.4.17.tar.xz"..., 32768) = 1728
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rmqfmapp6zmj3mb66h1p5"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/rmqfm"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0m4-1.4.17.tar.xz"..., 32768) = 1208
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gy49md0zgcp06ax0b01x5"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 90112, SEEK_SET)         = 90112
20577 read(6, "\r\0\0\0\6\0[\0\3f\2\311\0027\1\230\1\3\0[\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/gy49m"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0m4-1.4.17-guile-"..., 32768) = 2144
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pvmdywlkl3w251zvmwny8"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/pvmdy"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0m4-1.4.17.drv\0\0\0\301\6\0\0\0\0\0\0"..., 32768) = 3000
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ljmk8myqqnmq7zi02hrxg"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/ljmk8"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0perl-5.16.1-guile-builde"..., 32768) = 2416
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bgwhxadzchar7cib3ffpz"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/bgwhx"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0perl-5.16.1.drv\0"..., 32768) = 3024
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0h1c50rz72925jfy5czm2"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 22528, SEEK_SET)         = 22528
20577 read(6, "\n\0\0\0\r\0L\0\0L\0\216\0\336\0014\1\201\1\331\2!\2e\2\244\2\361\3.\3k"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/0h1c5"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0libtool-2.4.2.tar.gz-gui"..., 32768) = 4648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xllng7irk5wv40hb6c5sp"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 207872, SEEK_SET)        = 207872
20577 read(6, "\n\0\0\0\r\0B\0\0\215\0B\0\313\1\16\1V\1\245\1\364\0020\2t\2\304\3\17\3_"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/xllng"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libtool-2.4.2.tar.gz.drv"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/mhxs2jk47xcg2sbpqxf0j"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1050624, SEEK_SET)       = 1050624
20577 read(6, "\n\0\0\0\6\2=\0\2=\2\220\2\322\3$\3g\3\265\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 93184, SEEK_SET)         = 93184
20577 read(6, "\r\0\0\0\6\0006\0\3b\2\304\2\35\1u\0\327\0006\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/mhxs2"..., 88) = 88
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libtool-skip-tests.patch"..., 32768) = 160
20577 read(4, "Because our GCC `lib' spec autom"..., 32768) = 1784
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/1zvqk3xnm61gwr997zapf"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 843776, SEEK_SET)        = 843776
20577 read(6, "\n\0\0\0\f\0\301\0\1\7\1B\1\222\0\301\1\342\2%\2_\2\252\2\370\3;\3\202\3\301"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/1zvqk"..., 88) = 88
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0libtool-skip-tests-for-m"..., 32768) = 176
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "TEMPORARY HACK: Disable a test t"..., 32768) = 424
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/x8blsjvk33vxjxphkvfb5"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/x8bls"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0libtool-2.4.2.ta"..., 32768) = 1928
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rp994ii52cwx57scid75s"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/rp994"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0libtool-2.4.2.ta"..., 32768) = 1392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/dklv6q10sgk6x95da3way"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/dklv6"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libtool-2.4.2-guile-buil"..., 32768) = 2472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/saffwig0iyrlgi1cwak5j"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/saffw"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0libtool-2.4.2.drv\0\0\0\0\0\0\0"..., 32768) = 3472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gkyriam1kh97dy53cffhm"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 715776, SEEK_SET)        = 715776
20577 read(6, "\n\0\0\0\f\0\236\0\0\236\0014\1s\1\276\1\375\2<\2\222\2\323\3\32\3k\0\353\3\257"..., 1024) = 1024
20577 lseek(6, 97280, SEEK_SET)         = 97280
20577 read(6, "\r\0\0\0\6\0`\0\3i\2\307\2/\1\221\0\375\0`\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/gkyri"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0gc-7.2d.tar.gz-guile-bui"..., 32768) = 4648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bv7ip3mb1zsbxjqqyjq98"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 442368, SEEK_SET)        = 442368
20577 read(6, "\n\0\0\0\t\1o\0\1o\1\262\1\367\2T\2\243\2\352\3,\3j\3\272\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/bv7ip"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\22\0\0\0\0\0\0\0gc-7.2d.tar.gz.d"..., 32768) = 976
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/vbcm1mibrsc2j"..., 32768) = 312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rx2qrcnxvpwa9klbx3mxr"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/rx2qr"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libgc-7.2d-guile-builder"..., 32768) = 1880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r3iyhnk6y4kzqvkg5v4bq"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/r3iyh"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\16\0\0\0\0\0\0\0libgc-7.2d.drv\0\0[\7\0\0\0\0\0\0"..., 32768) = 3152
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ssmhkrq7n25syn8w15c3v"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/ssmhk"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0gmp-5.1.3-guile-builder\0"..., 32768) = 1952
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pjyb3r0a7hwlnpdd1pwdd"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/pjyb3"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0gmp-5.1.3.drv\0\0\0\235\7\0\0\0\0\0\0"..., 32768) = 3288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pfnp3jiizimbvcbv1a5b7"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 104448, SEEK_SET)        = 104448
20577 read(6, "\r\0\0\0\6\0T\0\3n\2\310\2,\1\215\0\370\0T\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/pfnp3"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0guile-2.0.9.tar."..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0cz6sl15y5ff0a9mvrj1a"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 19456, SEEK_SET)         = 19456
20577 read(6, "\n\0\0\0\r\0Q\0\0\235\0\343\0Q\1\"\1j\1\271\1\375\2K\2\236\2\353\3-\3z"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/0cz6s"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0guile-2.0.9.tar.xz.drv\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cdsxcxrhpm1nhcrk3z52a"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/cdsxc"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0guile-2.0.9-guil"..., 32768) = 2784
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/n70k43l5slwmc534y2kqz"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/n70k4"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0guile-2.0.9.drv\0"..., 32768) = 2536
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/vbcm1mibrsc2j"..., 32768) = 1824
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jphplgcd17ik7x96d9y0q"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/jphpl"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0'\0\0\0\0\0\0\0libgpg-error-1.1"..., 32768) = 56
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\357\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4608
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8xgpmwazba1gnvhsy77xf"..., 84) = 84
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 346112, SEEK_SET)        = 346112
20577 read(6, "\r\0\0\0\6\0(\0\3U\2\264\2\21\1x\0\313\0(\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0S\0\0\0\0\0\0\0/gnu/store/8xgpm"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0module-import.drv\0\0\0\0\0\0\0"..., 32768) = 1064
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zn7vdr6fa477akcdi1rsn"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 738304, SEEK_SET)        = 738304
20577 read(6, "\n\0\0\0\f\0\253\0\0\253\0\346\1*\1t\1\263\1\374\2D\2\202\2\326\3\23\3\\\3\267"..., 1024) = 1024
20577 lseek(6, 108544, SEEK_SET)        = 108544
20577 read(6, "\r\0\0\0\6\0C\0\3i\2\277\2\37\1\205\0\337\0C\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/zn7vd"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "$\0\0\0\0\0\0\0module-import-compiled-g"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zazzsvyvnrms2r0zs08xv"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/zazzs"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0module-import-compiled.d"..., 32768) = 880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0d7fh5i339jazixvjbc0k"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/0d7fh"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0libgpg-error-1.12.tar.bz"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3lyvdp481gpi1g548i0ng"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/3lyvd"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0tar-1.27.1.tar.bz2-guile"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/m2ycbrbncg6r6jjg6fafj"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/m2ycb"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0tar-1.27.1.tar.bz2.drv\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y50gwdk44m0l3mbm9mfs2"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/y50gw"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0tar-1.27.1-guile-builder"..., 32768) = 1848
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jj7czbmybg9w6gfgxd4hr"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1003520, SEEK_SET)       = 1003520
20577 read(6, "\n\0\0\0\n\1(\0\1(\1g\1\253\1\375\2L\2\217\2\327\3&\3g\3\265\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 112640, SEEK_SET)        = 112640
20577 read(6, "\r\0\0\0\6\0J\0\3b\2\313\2!\1\201\0\355\0J\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/jj7cz"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0module-import.drv\0\0\0\0\0\0\0"..., 32768) = 944
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9xfqz1nxzsx1fla74h2cr"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/9xfqz"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "$\0\0\0\0\0\0\0module-import-compiled-g"..., 32768) = 1104
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bgxvglzg16l5hyvfz0kfx"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/bgxvg"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0module-import-compiled.d"..., 32768) = 880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ybszs45099svzvgx05a9w"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/ybszs"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\16\0\0\0\0\0\0\0tar-1.27.1.drv\0\0\267\6\0\0\0\0\0\0"..., 32768) = 2984
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/b3fl2qkbkrq8pkhkfzgg6"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 869376, SEEK_SET)        = 869376
20577 read(6, "\n\0\0\0\n\1\"\0\1\"\1s\1\265\2\4\2J\2\225\2\334\3*\3s\3\264\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/b3fl2"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0gzip-1.6.tar.gz-guile-bu"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pl12vq435nbdkc2nhh6z8"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/pl12v"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0gzip-1.6.tar.gz.drv\0\0\0\0\0"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vd4dqhfb975r4pliwb1c4"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 114688, SEEK_SET)        = 114688
20577 read(6, "\r\0\0\0\6\0Y\0\3g\2\313\2:\1\224\0\370\0Y\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/vd4dq"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0gzip-1.6-guile-builder\0\0"..., 32768) = 1848
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0gz1sggl7yp1gfchzslcq"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/0gz1s"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\f\0\0\0\0\0\0\0gzip-1.6.drv\0\0\0\0\254\6\0\0\0\0\0\0"..., 32768) = 2968
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qp9kppll4ipbwb2blsyp9"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 968704, SEEK_SET)        = 968704
20577 read(6, "\n\0\0\0\7\2\0\0\2?\2\0\2\216\2\332\0033\3q\3\264\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/qp9kp"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0bzip2-1.0.6.tar.gz-guile"..., 32768) = 4640
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2hjvnahs0ymcligzq9xbn"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/2hjvn"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0bzip2-1.0.6.tar.gz.drv\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hclcx348rvvgv5n664ii6"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/hclcx"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0bzip2-1.0.6-guile-builde"..., 32768) = 2728
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/di21ga3lyq828fq6s162d"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/di21g"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0bzip2-1.0.6.drv\0\273\6\0\0\0\0\0\0"..., 32768) = 2992
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/kxzv5sz5s5kggpwx8s7x6"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 118784, SEEK_SET)        = 118784
20577 read(6, "\r\0\0\0\6\0a\0\3k\2\310\2/\1\223\1\2\0a\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/kxzv5"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0xz-5.0.4.tar.gz-guile-bu"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yf1bvfbr93lglswrhy7d4"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/yf1bv"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0xz-5.0.4.tar.gz."..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yzl786bs4fkmmx5fxv92f"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 409600, SEEK_SET)        = 409600
20577 read(6, "\n\0\0\0\f\0\264\0\0\264\0\366\0014\1\201\1\312\2\16\2T\2\234\2\336\3%\3v\3\277"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/yzl78"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0xz-5.0.4-guile-builder\0\0"..., 32768) = 1848
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rhy98r9c768544fripmy0"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/rhy98"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\f\0\0\0\0\0\0\0xz-5.0.4.drv\0\0\0\0\254\6\0\0\0\0\0\0"..., 32768) = 2968
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/csyaf9jzg2dy7rcxglx7m"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/csyaf"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0diffutils-3.3-guile-buil"..., 32768) = 1864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lvj7cz4l2x42rmdsz3d42"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/lvj7c"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0diffutils-3.3.dr"..., 32768) = 3016
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/l6nhqw76fklbcxr449rk2"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 120832, SEEK_SET)        = 120832
20577 read(6, "\r\0\0\0\6\0M\0\3i\2\303\2'\1\210\0\363\0M\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/l6nhq"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0patch-2.7.1.tar.xz-guile"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gy3jsmll03ls0wnq461dk"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/gy3js"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0patch-2.7.1.tar.xz.drv\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/42wf6n6662mpjxzakj0jm"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 122880, SEEK_SET)        = 122880
20577 read(6, "\n\0\0\0\r\0K\0\0K\0\215\0\330\1\34\1e\1\246\1\377\2B\2\222\2\332\3)\3h"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/42wf6"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0patch-2.7.1-guile-builde"..., 32768) = 1856
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9rnqq6gv2r4nd1186v58a"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/9rnqq"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0patch-2.7.1.drv\0\273\6\0\0\0\0\0\0"..., 32768) = 2992
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/247325xpcskybxacbbn23"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 739328, SEEK_SET)        = 739328
20577 read(6, "\n\0\0\0\n\1a\0\1a\1\255\1\350\2)\2k\2\273\2\365\3B\3\203\3\301\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/24732"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0expat-2.1.0.tar.gz-guile"..., 32768) = 4656
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bjmdhgsyx35s852i67f2b"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 932864, SEEK_SET)        = 932864
20577 read(6, "\n\0\0\0\10\1\311\0\1\311\2\20\2c\2\250\2\343\3$\3b\3\253\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/bjmdh"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0expat-2.1.0.tar."..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xpg40rhdpqnnacmlk72py"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 709632, SEEK_SET)        = 709632
20577 read(6, "\n\0\0\0\f\0\226\0\0\226\0\345\1#\1i\1\274\2\5\2M\2\223\2\321\3\"\3l\3\253"..., 1024) = 1024
20577 lseek(6, 123904, SEEK_SET)        = 123904
20577 read(6, "\r\0\0\0\6\0@\0\3d\2\305\0020\1\205\0\344\0@\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/xpg40"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0expat-2.1.0-guile-builde"..., 32768) = 1856
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v86lbnfd8pswrsg0bm6l0"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1055744, SEEK_SET)       = 1055744
20577 read(6, "\n\0\0\0\t\1\233\0\1\330\1\233\2\34\2a\2\260\2\371\3>\3\212\3\307\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/v86lb"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0expat-2.1.0.drv\0\273\6\0\0\0\0\0\0"..., 32768) = 2992
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wl4wxrp2r0phydshc67gw"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/wl4wx"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0%\0\0\0\0\0\0\0gettext-0.18.3.1"..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6jpx0xxjq6d6mjldb41c5"..., 82) = 82
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0Q\0\0\0\0\0\0\0/gnu/store/6jpx0"..., 104) = 104
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0gettext-0.18.3.1"..., 32768) = 1352
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8xvv6vg46pcl941c9n9kg"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/8xvv6"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\36\0\0\0\0\0\0\0gettext-0.18.3.1-guile-b"..., 32768) = 2488
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lhpbwpd5zldhfpynri3r2"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/lhpbw"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0gettext-0.18.3.1.drv\0\0\0\0"..., 32768) = 3176
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/06jm1rrqhpyaj1ga31ws0"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 18432, SEEK_SET)         = 18432
20577 read(6, "\n\0\0\0\r\0m\0\0m\0\251\0\360\0013\1p\1\276\2\20\2Z\2\235\2\350\3/\3r"..., 1024) = 1024
20577 lseek(6, 129024, SEEK_SET)        = 129024
20577 read(6, "\r\0\0\0\6\0S\0\3f\2\321\2'\1\207\0\350\0S\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/06jm1"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0perl-5.16.1.drv\0"..., 32768) = 1848
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "E\0\0\0\0\0\0\0/gnu/store/bgwhxadzchar7"..., 32768) = 1152
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vq6lz6gfklmalqin0k8vb"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/vq6lz"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0attr-2.4.46.src."..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/67g2cswjsgqsqf44qwgqd"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/67g2c"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0attr-2.4.46.src.tar.gz.d"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3plmfhr19l6hrjnb4cb1r"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/3plmf"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0attr-2.4.46-guil"..., 32768) = 2424
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/z7acqzgh92fcnkzxnjf38"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 468992, SEEK_SET)        = 468992
20577 read(6, "\n\0\0\0\n\1\"\0\1l\1\262\2\6\2C\1\"\2\220\2\327\3$\3p\3\275\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/z7acq"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0attr-2.4.46.drv\0T\7\0\0\0\0\0\0"..., 32768) = 3288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i9jnk6k7g7g2vypkl5gk8"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/i9jnk"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0#\0\0\0\0\0\0\0acl-2.2.51.src.t"..., 32768) = 56
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\345\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j80nyza11qnjpwp7fp36f"..., 80) = 80
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 328704, SEEK_SET)        = 328704
20577 read(6, "\n\0\0\0\v\0\316\0\0\316\1\27\1P\1\246\1\375\2@\2\213\2\344\3'\3z\3\275\0\0"..., 1024) = 1024
20577 lseek(6, 133120, SEEK_SET)        = 133120
20577 read(6, "\r\0\0\0\6\0W\0\3W\2\270\2\32\1\206\0\364\0W\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0O\0\0\0\0\0\0\0/gnu/store/j80ny"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0acl-2.2.51.src.t"..., 32768) = 1336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j0rgp0xg9v6lqn4mvqx79"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/j0rgp"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0acl-2.2.51-guile-builder"..., 32768) = 2312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6sxlpd7ljw74hyyhj237g"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/6sxlp"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\16\0\0\0\0\0\0\0acl-2.2.51.drv\0\0\227\7\0\0\0\0\0\0"..., 32768) = 3424
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rbydqwz1r1k9an0m0rypk"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/rbydq"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0m4-1.4.17.drv\0\0\0", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\261\6\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 2952
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bbzvnsnsqmrh8vvznmbb0"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 250880, SEEK_SET)        = 250880
20577 read(6, "\n\0\0\0\16\0007\0\0\201\0\275\1\1\0007\1R\1\226\1\341\2 \2n\2\255\2\363\3<"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/bbzvn"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0gmp-5.1.3-guile-builder\0"..., 32768) = 1952
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7kif03xx2ywqs7rlhi6s7"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/7kif0"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0gmp-5.1.3.drv\0\0\0"..., 32768) = 2056
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/7kif03xx2ywqs"..., 32768) = 1216
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/amfvibyp925n6a1ws3i79"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 136192, SEEK_SET)        = 136192
20577 read(6, "\r\0\0\0\6\0G\0\3n\2\305\2&\1\204\0\354\0G\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/amfvi"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0#\0\0\0\0\0\0\0coreutils-8.21.t"..., 32768) = 56
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\346\21\0\0\0\0\0\0(begin (use-modules (gui"..., 32768) = 4600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yabmmn45pggsjv5wzivcc"..., 80) = 80
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0O\0\0\0\0\0\0\0/gnu/store/yabmm"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0coreutils-8.21.tar.xz.dr"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y0dkw342sjra34v43priy"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/y0dkw"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0coreutils-8.21-g"..., 32768) = 2480
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7i23bsy88i0s0g4wzyi2g"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/7i23b"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\22\0\0\0\0\0\0\0coreutils-8.21.drv\0\0\0\0\0\0"..., 32768) = 3600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/aqbfpfccf64qjqb1yjv8h"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/aqbfp"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0sed-4.2.2.tar.bz"..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/x0g887k9jn8p5s35ppv3l"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 533504, SEEK_SET)        = 533504
20577 read(6, "\n\0\0\0\n\1)\0\1)\1m\1\276\2\2\2E\2\227\2\340\3,\3t\3\274\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/x0g88"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0sed-4.2.2.tar.bz2.drv\0\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xzh8ww3xz1j5gaqfwh3j5"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 141312, SEEK_SET)        = 141312
20577 read(6, "\r\0\0\0\6\0[\0\3e\2\310\0026\1\222\0\370\0[\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/xzh8w"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0sed-4.2.2-guile-"..., 32768) = 2184
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r6q5q3prrr15q4q3q55j4"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/r6q5q"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0sed-4.2.2.drv\0\0\0\262\6\0\0\0\0\0\0"..., 32768) = 2984
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gmdvpg9d3qbmfgfyqm8sa"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/gmdvp"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0grep-2.15.tar.xz"..., 32768) = 4640
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3f0hcdnazx0v39l0968y4"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 752640, SEEK_SET)        = 752640
20577 read(6, "\n\0\0\0\n\1G\0\1G\1\223\1\326\2\33\2l\2\275\3\3\3G\3\216\3\307\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/3f0hc"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0grep-2.15.tar.xz.drv\0\0\0\0"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xvwdk613zz32059l4wan8"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 967680, SEEK_SET)        = 967680
20577 read(6, "\n\0\0\0\v\1\f\0\1E\1~\1\320\2\22\2P\2\221\2\330\3\37\1\f\3c\3\264\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/xvwdk"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0grep-2.15-guile-"..., 32768) = 1856
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pqq3dd7rn3q54hwkbvzmi"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/pqq3d"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0grep-2.15.drv\0\0\0"..., 32768) = 1840
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/pqq3dd7rn3q54"..., 32768) = 1144
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jxgbh43ykjwcw40aq9srq"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 144384, SEEK_SET)        = 144384
20577 read(6, "\r\0\0\0\6\0E\0\3n\2\313\0022\1\210\0\350\0E\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/jxgbh"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\35\0\0\0\0\0\0\0findutils-4.4.2-"..., 32768) = 1872
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r41maajqf29bz7k548k3a"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/r41ma"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0findutils-4.4.2."..., 32768) = 3032
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/z40a6b4zknh0ax1a92w2g"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/z40a6"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0libsigsegv-2.10."..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/r49rbf4i5rbsf40rxkwzw"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/r49rb"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0libsigsegv-2.10.tar.gz.d"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ikqxxsvkjkwx52nddd1qj"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/ikqxx"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0libsigsegv-2.10-guile-bu"..., 32768) = 1864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/1y6g2lh4ki5n5vbfjlijh"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/1y6g2"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0libsigsegv-2.10.drv\0\0\0\0\0"..., 32768) = 2032
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "8\0\0\0\0\0\0\0/gnu/store/lgfdaaq91sy37"..., 32768) = 760
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "D\0\0\0\0\0\0\0/gnu/store/yc55zizayaag1"..., 32768) = 232
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5b3knyrqzxflclwawrwc7"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 147456, SEEK_SET)        = 147456
20577 read(6, "\r\0\0\0\6\0Y\0\3g\2\302\2'\1\211\0\365\0Y\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/5b3kn"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0gawk-4.1.0.tar.xz-guile-"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hv7v982y7rw3mff9mj98b"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/hv7v9"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0gawk-4.1.0.tar.xz.drv\0\0\0"..., 32768) = 1304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i31xr9n6wkws0w58qnk9h"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/i31xr"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0gawk-4.1.0-guile"..., 32768) = 2152
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/48jq427g1azsv3glr422n"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/48jq4"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\16\0\0\0\0\0\0\0gawk-4.1.0.drv\0\0", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\2\7\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 3112
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jncdrb7642kqpaliyklmv"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/jncdr"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0make-4.0-guile-builder\0\0"..., 32768) = 2600
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9fg2zcs1c77ljazk5ck20"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/9fg2z"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\f\0\0\0\0\0\0\0make-4.0.drv\0\0\0\0"..., 32768) = 2352
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "?\0\0\0\0\0\0\0/gnu/store/7mdqdc7ilhkwf"..., 32768) = 1360
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rdxnw0r7kikkq6a3rdy95"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 151552, SEEK_SET)        = 151552
20577 read(6, "\r\0\0\0\6\0j\0\3o\2\317\0029\1\237\1\4\0j\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/rdxnw"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0ld-wrapper-0-guile-build"..., 32768) = 1648
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/z8488ykhcxc22z1yl40gm"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/z8488"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0ld-wrapper-0.drv", 32768) = 32
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "j\5\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 2296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yhxm2dgdmiyhnckrdqjhz"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/yhxm2"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0gmp-5.1.3.tar.xz"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/f2dv4z1dsr51l7mixp3dy"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/f2dv4"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0mpfr-3.1.2.tar.xz.drv\0\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wfh47ldh7yla80m497lwr"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/wfh47"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0mpc-1.0.1.tar.gz.drv\0\0\0\0"..., 32768) = 1272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vbj21zd76sdl1c832jkdm"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/vbj21"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\r\0\0\0\0\0\0\0gcc-4.8.2.drv\0\0\0"..., 32768) = 2040
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "C\0\0\0\0\0\0\0/gnu/store/vbcm1mibrsc2j"..., 32768) = 1472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6xx3vbi62v5bxihnn05qd"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 154624, SEEK_SET)        = 154624
20577 read(6, "\r\0\0\0\5\0\220\0\3n\2\321\2?\1`\0\220\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/6xx3v"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0libgpg-error-1.12-guile-"..., 32768) = 2288
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v09dvavp4200wp278dnpc"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 354304, SEEK_SET)        = 354304
20577 read(6, "\r\0\0\0\6\0008\0\3[\2\300\2\25\1t\0\321\0008\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/v09dv"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0libgpg-error-1.1"..., 32768) = 2264
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ";\0\0\0\0\0\0\0/gnu/store/jphplgcd17ik7"..., 32768) = 1680
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ii0nzcgnrwpx33z4px0cn"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/ii0nz"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "%\0\0\0\0\0\0\0libgcrypt-1.6.1.tar.bz2-"..., 32768) = 4656
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2nscg7iia7w3gzlzqxjn0"..., 82) = 82
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0Q\0\0\0\0\0\0\0/gnu/store/2nscg"..., 104) = 104
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libgcrypt-1.6.1.tar.bz2."..., 32768) = 1320
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/njd96vj7pz2nwgwk7jcx8"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/njd96"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0libgcrypt-1.6.1-guile-bu"..., 32768) = 2448
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/k5ad7xgqw3ap5pjacaz50"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 275456, SEEK_SET)        = 275456
20577 read(6, "\n\0\0\0\f\0\177\0\0\177\0\310\1\24\1d\1\267\2\2\2G\2\222\2\353\3:\3w\3\272"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/k5ad7"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\23\0\0\0\0\0\0\0libgcrypt-1.6.1."..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\205\t\0\0\0\0\0\0Derive([(\"debug\",\"/gnu/s"..., 32768) = 4208
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/pk2iv2w69d4azdhsckhn9"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/pk2iv"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0perl-5.16.1.tar.gz.drv\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nx0i6fwl0lcgyfpvw9cqk"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 253952, SEEK_SET)        = 253952
20577 read(6, "\r\0\0\0\6\0T\0\3c\2\321\0025\1\217\0\363\0T\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/nx0i6"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0tar-1.27.1.tar.bz2.drv\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v7cg4lx9k2dpyin4pfdi0"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 219136, SEEK_SET)        = 219136
20577 read(6, "\r\0\0\0\6\0Y\0\3\\\2\300\2\"\1\216\0\365\0Y\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/v7cg4"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0tar-1.27.1-guile-builder"..., 32768) = 2264
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/p0qvzqsmz1ni4mj3ixnhs"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/p0qvz"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\16\0\0\0\0\0\0\0tar-1.27.1.drv\0\0|\10\0\0\0\0\0\0"..., 32768) = 3880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/246l75q90c0cxs3zh0pi8"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/246l7"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0xz-5.0.4.tar.gz.drv\0\0\0\0\0"..., 32768) = 1272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8r968pzwwdzd6whrn5y6d"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/8r968"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0xz-5.0.4-guile-builder\0\0"..., 32768) = 2256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/d6hrvbiqhpk380886r883"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/d6hrv"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\f\0\0\0\0\0\0\0xz-5.0.4.drv\0\0\0\0q\10\0\0\0\0\0\0"..., 32768) = 3864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7zp6csd34hfhrpr62ngz0"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 223232, SEEK_SET)        = 223232
20577 read(6, "\r\0\0\0\6\0d\0\3o\2\323\0024\1\237\1\3\0d\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/7zp6c"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0gzip-1.6.tar.gz.drv\0\0\0\0\0"..., 32768) = 1272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/4vcdp24kfqqqivlz8409v"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 238592, SEEK_SET)        = 238592
20577 read(6, "\r\0\0\0\6\0\\\0\3[\2\300\2\"\1\211\0\355\0\\\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/4vcdp"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0gzip-1.6-guile-builder\0\0"..., 32768) = 2256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j7iw6djgn4hg2jn7aj3h4"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/j7iw6"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\f\0\0\0\0\0\0\0gzip-1.6.drv\0\0\0\0q\10\0\0\0\0\0\0"..., 32768) = 3864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2vbjr1bxdss2wd7j6nva3"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0008\0\0\0\0\0\0\0/gnu/store/2vbjr"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0patch-2.7.1.tar.xz.drv\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5n58q8aqc4a29c7aa5v9f"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 790528, SEEK_SET)        = 790528
20577 read(6, "\n\0\0\0\v\0\273\0\0\273\1\0\1J\1\237\1\355\0026\2w\2\271\3\21\3U\3\261\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/5n58q"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0patch-2.7.1-guile-builde"..., 32768) = 2272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/78pvh77rl5ccw4nli4vys"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/78pvh"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0patch-2.7.1.drv\0\200\10\0\0\0\0\0\0"..., 32768) = 3880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/x848l8k4w4cxy6aln5hsy"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 230400, SEEK_SET)        = 230400
20577 read(6, "\r\0\0\0\6\0;\0\3k\2\277\2\35\1x\0\335\0;\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/x848l"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, " \0\0\0\0\0\0\0perl-5.16.1.tar.xz-guile"..., 32768) = 1680
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xp1b50x8b1n37v830wd0p"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/xp1b5"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0perl-5.16.1.tar."..., 32768) = 992
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ";\0\0\0\0\0\0\0/gnu/store/jphplgcd17ik7"..., 32768) = 592
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/g7bxv0s094bvfnm11mzjg"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/g7bxv"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0perl-5.16.1-guile-builde"..., 32768) = 2824
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/x0z9crh59npa5bi4007y2"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/x0z9c"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0perl-5.16.1.drv\0\200\10\0\0\0\0\0\0"..., 32768) = 3880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9cindr2k2yvmnpw1kda7n"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 256000, SEEK_SET)        = 256000
20577 read(6, "\r\0\0\0\6\0O\0\3k\2\315\2%\1\207\0\346\0O\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/9cind"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0bzip2-1.0.6.tar.gz.drv\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v1cy2brfl09lz5l78mn0k"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/v1cy2"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0bzip2-1.0.6-guile-builde"..., 32768) = 3136
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/19khx5s06rvs0wi4j4qcc"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 75776, SEEK_SET)         = 75776
20577 read(6, "\n\0\0\0\f\0\254\0\0\254\0\366\0015\1x\1\272\1\376\2G\2\222\2\336\3\33\3d\3\264"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/19khx"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0bzip2-1.0.6.drv\0\200\10\0\0\0\0\0\0"..., 32768) = 3880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/azsm0cs165c0q83fvq59p"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/azsm0"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\36\0\0\0\0\0\0\0gdbm-1.11.tar.gz-guile-b"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/f05ah675mbj3nw84bx489"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 326656, SEEK_SET)        = 326656
20577 read(6, "\r\0\0\0\6\0S\0\3i\2\305\2+\1\216\0\374\0S\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/f05ah"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\24\0\0\0\0\0\0\0gdbm-1.11.tar.gz.drv\0\0\0\0"..., 32768) = 1272
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8vkkgi1hyb566hjs5vmia"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/8vkkg"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0gdbm-1.11-guile-builder\0"..., 32768) = 2280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5gg0qbxmfpxk8rj0qa5r0"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 630784, SEEK_SET)        = 630784
20577 read(6, "\n\0\0\0\v\0\337\0\0\337\1\32\1b\1\254\1\362\2C\2\215\2\335\3)\3f\3\305\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/5gg0q"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0gdbm-1.11.drv\0\0\0v\10\0\0\0\0\0\0"..., 32768) = 3864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gggqhmqklxplf14z4hhvk"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/gggqh"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0#\0\0\0\0\0\0\0openssl-1.0.1f.t"..., 32768) = 4664
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ya2gzd1mibb57w5j8amr4"..., 80) = 80
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0O\0\0\0\0\0\0\0/gnu/store/ya2gz"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0openssl-1.0.1f.t"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rj8ax716rxr078lpspl9n"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 335872, SEEK_SET)        = 335872
20577 read(6, "\r\0\0\0\6\0C\0\3a\2\277\2'\1\177\0\341\0C\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/rj8ax"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0openssl-1.0.1f-guile-bui"..., 32768) = 2880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/93qv8gzh2xjdkyrljaynv"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/93qv8"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\22\0\0\0\0\0\0\0openssl-1.0.1f.d"..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\327\10\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 4016
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wld8s4h68rgmid386kz7c"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/wld8s"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\26\0\0\0\0\0\0\0ncurses-5.9.tar.gz.drv\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wl4jdaaj7x3vkrdfrq3kr"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 241664, SEEK_SET)        = 241664
20577 read(6, "\r\0\0\0\6\0G\0\3X\2\272\2\31\1\202\0\346\0G\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/wl4jd"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0ncurses-5.9-guile-builde"..., 32768) = 3752
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nhycg73whwhsyadb6kdg9"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/nhycg"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\17\0\0\0\0\0\0\0ncurses-5.9.drv\0\200\10\0\0\0\0\0\0"..., 32768) = 3352
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "<\0\0\0\0\0\0\0/gnu/store/yhxm2dgdmiyhn"..., 32768) = 528
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/kg8v77fdl9iw7c3da363q"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 675840, SEEK_SET)        = 675840
20577 read(6, "\n\0\0\0\r\0d\0\0\263\0\364\0d\0016\1\177\1\310\2\f\2U\2\222\2\334\3(\3x"..., 1024) = 1024
20577 lseek(6, 244736, SEEK_SET)        = 244736
20577 read(6, "\r\0\0\0\6\0T\0\3k\2\316\2'\1\212\0\352\0T\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/kg8v7"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0readline-6.2.tar.gz.drv\0"..., 32768) = 1288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/c4m9xfpys2adgmgw44xmq"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 667648, SEEK_SET)        = 667648
20577 read(6, "\n\0\0\0\r\0l\0\1%\0l\1o\1\275\2\3\0\354\2Y\2\250\2\352\0\257\0030\3{"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/c4m9x"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0readline-6.2.tar.xz-guil"..., 32768) = 1688
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9bx0mchvlndvz7rqlcwgh"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/9bx0m"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0readline-6.2.tar.xz.drv\0"..., 32768) = 1584
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/4jb6shl7pdxjqjz29kzy8"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/4jb6s"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0readline-6.2-gui"..., 32768) = 2736
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/4jj9s11yhkdw5bijb72mc"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/4jj9s"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\0\0\0\0\0\0\0readline-6.2.drv", 32768) = 24
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\315\10\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 4008
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/9xi1cihgrrmlv5ry19c82"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/9xi1c"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0zlib-1.2.7.tar.gz-guile-"..., 32768) = 4680
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gx7j2b22n7czwxazqhvmr"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 274432, SEEK_SET)        = 274432
20577 read(6, "\r\0\0\0\6\0S\0\3k\2\306\2+\1\215\0\371\0S\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/gx7j2"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0zlib-1.2.7.tar.gz.drv\0\0\0"..., 32768) = 1280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gq6anbsxgavdvx31is66j"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 972800, SEEK_SET)        = 972800
20577 read(6, "\n\0\0\0\v\0\372\0\2\31\0015\1\213\1\323\2b\2\244\2\347\3+\3s\0\372\3\274\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/gq6an"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0zlib-1.2.7-guile"..., 32768) = 2448
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/s6lijggm3x5rglxv6a7hp"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/s6lij"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\16\0\0\0\0\0\0\0zlib-1.2.7.drv\0\0"..., 32768) = 3888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jirhwy434gxw9injxrj89"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/jirhw"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0patchelf-0.6.tar.bz2-gui"..., 32768) = 4672
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/n8kb4d3y168g10ivhpd52"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/n8kb4"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0patchelf-0.6.tar.bz2.drv"..., 32768) = 1288
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2cb8h7jlcw9cw1xw8mn92"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/2cb8h"..., 88) = 88
20577 read(4, "\7\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0patchelf-page-size.patch"..., 32768) = 160
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "Improve the determination of pag"..., 32768) = 2392
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/a1ky2sqsq3hxqrc61dxhl"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/a1ky2"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0patchelf-0.6.tar.xz-guil"..., 32768) = 1696
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qc0nk5a3nb13aczgsan62"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 605184, SEEK_SET)        = 605184
20577 read(6, "\n\0\0\0\f\0\245\0\0\245\0\355\0012\1x\1\304\2\16\2Q\2\216\2\337\3&\3z\3\303"..., 1024) = 1024
20577 lseek(6, 338944, SEEK_SET)        = 338944
20577 read(6, "\r\0\0\0\6\0B\0\3Y\2\274\2\34\1\206\0\337\0B\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/qc0nk"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0patchelf-0.6.tar.xz.drv\0"..., 32768) = 1592
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/aq3p2q1pw6pxfxy9pm756"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/aq3p2"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0patchelf-0.6-gui"..., 32768) = 2280
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sww6xlaysxsvg4lj4g5wg"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/sww6x"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\0\0\0\0\0\0\0patchelf-0.6.drv\205\10\0\0\0\0\0\0"..., 32768) = 3888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/iaxvcam9d2vrvsm7a107s"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/iaxvc"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0pkg-config-0.27.1.tar.gz"..., 32768) = 1320
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xg91vlcmiazfbv3kac26h"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/xg91v"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\37\0\0\0\0\0\0\0pkg-config-0.27."..., 32768) = 2312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/d2hgzxgbmhc115vqs7zfz"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/d2hgz"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0pkg-config-0.27."..., 32768) = 3936
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8b7xcvri4mkj92mjds1nx"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/8b7xc"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0libffi-3.0.13.ta"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qs76p78c8rnkrgf6i1f70"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/qs76p"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0libffi-3.0.13.tar.xz-gui"..., 32768) = 1688
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/74sxp66b9pam9gzsa568r"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/74sxp"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libffi-3.0.13.tar.xz.drv"..., 32768) = 1584
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jj828bm036lvd3w1szl8v"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/jj828"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libffi-3.0.13-guile-buil"..., 32768) = 2744
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5mk4x6ghq3d996i8rggrn"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/5mk4x"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0libffi-3.0.13.drv\0\0\0\0\0\0\0"..., 32768) = 4056
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/kj8183v581pf3xjb7xrms"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/kj818"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0libunistring-0.9.3.tar.g"..., 32768) = 1328
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/kp80n12zx8m8bnmfvl4h4"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 249856, SEEK_SET)        = 249856
20577 read(6, "\r\0\0\0\6\0B\0\3]\2\267\2\33\1\200\0\334\0B\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/kp80n"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0libunistring-0.9"..., 32768) = 2296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yvg9i0sgyj8bbmkvagkc0"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 397312, SEEK_SET)        = 397312
20577 read(6, "\n\0\0\0\f\0\201\0\0\201\0\325\1\35\1j\1\264\2\v\2T\2\241\2\346\0039\3|\3\275"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/yvg9i"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0libunistring-0.9"..., 32768) = 3952
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/5668vbnjk9zqyby4wkx6r"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/5668v"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0m4-1.4.17.tar.bz"..., 32768) = 1136
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "=\0\0\0\0\0\0\0/gnu/store/zn7vdr6fa477a"..., 32768) = 152
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6pq89dx4kdl42576nymf8"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/6pq89"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0m4-1.4.17.tar.xz"..., 32768) = 1688
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lzmg0kd5s5pd83jbpq106"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/lzmg0"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\24\0\0\0\0\0\0\0m4-1.4.17.tar.xz"..., 32768) = 1584
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/d0g9a4bhb2b3jich03p4m"..., 65) = 65
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0@\0\0\0\0\0\0\0/gnu/store/d0g9a"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0m4-1.4.17-guile-builder\0"..., 32768) = 2544
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/q9kqg6zlfv7v41lpksm2d"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/q9kqg"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0m4-1.4.17.drv\0\0\0v\10\0\0\0\0\0\0"..., 32768) = 3864
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lwj10q4hvxjf2rv72ahs8"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/lwj10"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libtool-2.4.2.tar.gz.drv"..., 32768) = 1288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/gbbmxqfq01y1fgyz3ahvy"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/gbbmx"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0libtool-2.4.2.ta"..., 32768) = 1888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xrjywbjwl8l07l8s2d0hg"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/xrjyw"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0libtool-2.4.2.tar.xz.drv"..., 32768) = 1752
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/c4fdk132x2wlm8yz55d42"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/c4fdk"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libtool-2.4.2-guile-buil"..., 32768) = 2880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/bgkksy80ngjdw9xml70cp"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/bgkks"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0libtool-2.4.2.drv\0\0\0\0\0\0\0"..., 32768) = 4336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sq8faizbjnfxm8l0nr8ic"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/sq8fa"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "(\0\0\0\0\0\0\0libatomic_ops-7.4.0.tar."..., 32768) = 4664
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/fivq8fq6g69l03rjlggdj"..., 85) = 85
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 263168, SEEK_SET)        = 263168
20577 read(6, "\r\0\0\0\6\0.\0\3R\2\256\2\7\1j\0\307\0.\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0T\0\0\0\0\0\0\0/gnu/store/fivq8"..., 104) = 104
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\36\0\0\0\0\0\0\0libatomic_ops-7."..., 32768) = 1336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qim3a1mzc0l8z2yfbkp7g"..., 75) = 75
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0J\0\0\0\0\0\0\0/gnu/store/qim3a"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0libatomic-ops-7.4.0-guil"..., 32768) = 2304
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ab57125i6p9g26vv70b6c"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/ab571"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0libatomic-ops-7.4.0.drv\0"..., 32768) = 4120
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/w1q3yscwvgisw0dbxac57"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/w1q3y"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\35\0\0\0\0\0\0\0gc-7.4.0.tar.gz-guile-bu"..., 32768) = 4648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/by7ak7m5aay4fvavxfq1q"..., 74) = 74
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0I\0\0\0\0\0\0\0/gnu/store/by7ak"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\23\0\0\0\0\0\0\0gc-7.4.0.tar.gz.drv\0\0\0\0\0"..., 32768) = 1272
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/p836axznvy9kg7vd7x123"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 289792, SEEK_SET)        = 289792
20577 read(6, "\n\0\0\0\f\0\221\0\0\320\1\22\0\221\1\\\1\242\1\335\2#\2k\2\311\3\31\3c\3\267"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0?\0\0\0\0\0\0\0/gnu/store/p836a"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0libgc-7.4.0-guile-builde"..., 32768) = 2520
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/mm0mc2hg29mqzynfpy03y"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 267264, SEEK_SET)        = 267264
20577 read(6, "\r\0\0\0\6\0b\0\3a\2\314\2/\1\235\1\1\0b\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/mm0mc"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0libgc-7.4.0.drv\0"..., 32768) = 2536
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ";\0\0\0\0\0\0\0/gnu/store/jphplgcd17ik7"..., 32768) = 1816
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/nfs3r1j3j61b6x91h061c"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/nfs3r"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0gmp-5.1.3-guile-builder\0"..., 32768) = 2360
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i3w2yl9c322vdqm2xfgca"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/i3w2y"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\r\0\0\0\0\0\0\0gmp-5.1.3.drv\0\0\0R\t\0\0\0\0\0\0"..., 32768) = 2728
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ":\0\0\0\0\0\0\0/gnu/store/b3fl2qkbkrq8p"..., 32768) = 1432
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wcd0lfqdvz3jj05ymvlxz"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/wcd0l"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0guile-2.0.9.tar."..., 32768) = 40
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\225\3\0\0\0\0\0\0Derive([(\"out\",\"/gnu/sto"..., 32768) = 1248
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qn0ykbnars037fp16djnv"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/qn0yk"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0guile-2.0.9-guile-builde"..., 32768) = 3192
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/q2m68aki0xd46hgyr3adx"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1005568, SEEK_SET)       = 1005568
20577 read(6, "\n\0\0\0\t\1z\0\1z\1\306\2\t\2L\2\232\2\336\3'\3l\3\263\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/q2m68"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0guile-2.0.9.drv\0"..., 32768) = 2976
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ";\0\0\0\0\0\0\0/gnu/store/jphplgcd17ik7"..., 32768) = 2256
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/iwdxa1rf9h4xwrijqyvvc"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/iwdxa"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0 \0\0\0\0\0\0\0texinfo-5.2.tar."..., 32768) = 4648
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/22wsc1bsqccwrqplqj06z"..., 77) = 77
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0L\0\0\0\0\0\0\0/gnu/store/22wsc"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\26\0\0\0\0\0\0\0texinfo-5.2.tar."..., 32768) = 1288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/zpfpamqq94qqz9v719q7s"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 280576, SEEK_SET)        = 280576
20577 read(6, "\r\0\0\0\6\0L\0\3d\2\305\0020\1\211\0\354\0L\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/zpfpa"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\31\0\0\0\0\0\0\0texinfo-5.2-guile-builde"..., 32768) = 2520
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/k58hm9lidirdbx2aqqzwl"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/k58hm"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\17\0\0\0\0\0\0\0texinfo-5.2.drv\0"..., 32768) = 2592
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "B\0\0\0\0\0\0\0/gnu/store/zpfpamqq94qqz"..., 32768) = 1720
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sinrra4w5a3yqgm0iar53"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0;\0\0\0\0\0\0\0/gnu/store/sinrr"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0!\0\0\0\0\0\0\0libtasn1-3.4.tar"..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/fjl3yawm7hvxsz04q5z1w"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/fjl3y"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0libtasn1-3.4.tar"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/81wy03abdc164ngmwwqvn"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/81wy0"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0libtasn1-3.4-guile-build"..., 32768) = 2456
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j7a964b0zfwbcfz46spcq"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/j7a96"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\0\0\0\0\0\0\0libtasn1-3.4.drv\25\t\0\0\0\0\0\0"..., 32768) = 4176
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wq03cm666jkg990cm3a7c"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 986112, SEEK_SET)        = 986112
20577 read(6, "\n\0\0\0\n\0\371\0\0\371\1B\1\221\1\324\2\"\2i\2\246\2\370\3d\3\250\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 282624, SEEK_SET)        = 282624
20577 read(6, "\r\0\0\0\6\0K\0\3j\2\303\2&\1\206\0\360\0K\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/wq03c"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0nettle-2.7.1.tar.gz-guil"..., 32768) = 4648
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/q1xgjn7qsf7zkas150z96"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 501760, SEEK_SET)        = 501760
20577 read(6, "\n\0\0\0\f\0\267\0\0\373\0014\1\201\1\322\2!\0\267\2^\2\255\2\364\3;\3\204\3\277"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/q1xgj"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0nettle-2.7.1.tar"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/af6lavnlxzsd1l49xrzw3"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/af6la"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0nettle-2.7.1-guile-build"..., 32768) = 2472
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yn842ci02k65mlyvcdyqb"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/yn842"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\20\0\0\0\0\0\0\0nettle-2.7.1.drv\21\t\0\0\0\0\0\0"..., 32768) = 4176
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/z8j6aa2n70238j18s2rgj"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/z8j6a"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\37\0\0\0\0\0\0\0which-2.20.tar.gz-guile-"..., 32768) = 4632
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rgijpfakgj3zxaxjda4dl"..., 76) = 76
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0K\0\0\0\0\0\0\0/gnu/store/rgijp"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\25\0\0\0\0\0\0\0which-2.20.tar.g"..., 32768) = 1288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/f7chihw3154cbfqabla8g"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 288768, SEEK_SET)        = 288768
20577 read(6, "\r\0\0\0\6\0L\0\3e\2\307\0023\1\213\0\355\0L\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/f7chi"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0which-2.20-guile-builder"..., 32768) = 2264
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/mxzsf8296wg3bip00pw0y"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/mxzsf"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\16\0\0\0\0\0\0\0which-2.20.drv\0\0{\10\0\0\0\0\0\0"..., 32768) = 3880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3rrrlfx69zggb06d0x6f2"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/3rrrl"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\"\0\0\0\0\0\0\0gnutls-3.2.12.tar.xz-gui"..., 32768) = 4656
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ygrkrak7gwpb5ih49jp0l"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/ygrkr"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0gnutls-3.2.12.tar.xz.drv"..., 32768) = 1288
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/xks81q4ds8wmwjmsjggwh"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/xks81"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0gnutls-3.2.12-gu"..., 32768) = 3432
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8a5siv33jjax4gzfxdg3h"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/8a5si"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0gnutls-3.2.12.drv\0\0\0\0\0\0\0"..., 32768) = 5512
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rhcir48y2flsp5zjjv8nv"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 291840, SEEK_SET)        = 291840
20577 read(6, "\r\0\0\0\6\0L\0\3i\2\303\2'\1\210\0\363\0L\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/rhcir"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0!\0\0\0\0\0\0\0Python-2.7.6.tar"..., 32768) = 4744
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ai19k36idy1rplpjask6z"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 357376, SEEK_SET)        = 357376
20577 read(6, "\r\0\0\0\6\0@\0\3Y\2\274\2\34\1\206\0\336\0@\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/ai19k"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\27\0\0\0\0\0\0\0Python-2.7.6.tar"..., 32768) = 1536
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sfyanq0wxwj7qf4r56z9m"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/sfyan"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0python-2.7.6-guile-build"..., 32768) = 3584
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hkflsvpn12pq5ng6ggcsy"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 266240, SEEK_SET)        = 266240
20577 read(6, "\n\0\0\0\f\0\246\0\0\246\0\357\0016\1x\1\300\1\375\2G\2\222\2\337\3!\3n\3\263"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/hkfls"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0rpath.scm\0\0\0\0\0\0\0"..., 32768) = 2168
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/1y2qpxzmgqdd4xbiidfgn"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 342016, SEEK_SET)        = 342016
20577 read(6, "\r\0\0\0\6\0P\0\3`\2\322\0021\1\232\0\360\0P\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0005\0\0\0\0\0\0\0/gnu/store/1y2qp"..., 72) = 72
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\33\0\0\0\0\0\0\0module-import-gu"..., 32768) = 1320
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/g1x3mqbcg0mrvz9iwdy59"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/g1x3m"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0module-import.dr"..., 32768) = 1072
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/flfihn5c99r5nn2j7dlbv"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 922624, SEEK_SET)        = 922624
20577 read(6, "\n\0\0\0\v\1\6\0\1\6\1N\1\213\1\315\2\21\2Z\2\242\2\372\0036\3~\3\304\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/flfih"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "$\0\0\0\0\0\0\0module-import-compiled-g"..., 32768) = 1376
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vr2kjz9wvrz72zl2jx10i"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/vr2kj"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\32\0\0\0\0\0\0\0module-import-compiled.d"..., 32768) = 880
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/97av3lwymh8mgq751w7sz"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/97av3"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0python-2.7.6.drv"..., 32768) = 2736
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, ";\0\0\0\0\0\0\0/gnu/store/jphplgcd17ik7"..., 32768) = 2168
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y59p25ybms44rvlhgjq2b"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/y59p2"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0libxml2-2.9.0.ta"..., 32768) = 4656
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y8676m0fmpkj1qs6hscir"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/y8676"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0libxml2-2.9.0.ta"..., 32768) = 1296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/j9sbblwqjcj80hmav6g69"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/j9sbb"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0libxml2-2.9.0-guile-buil"..., 32768) = 2984
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/b9rkcnyi4mbx2ffszmgjh"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 359424, SEEK_SET)        = 359424
20577 read(6, "\r\0\0\0\6\0F\0\3_\2\310\2\37\1\200\0\336\0F\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/b9rkc"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0libxml2-2.9.0.drv\0\0\0\0\0\0\0"..., 32768) = 4336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/v33429fckpmwml56sm58g"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/v3342"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "!\0\0\0\0\0\0\0Python-3.3.3.tar.xz-guil"..., 32768) = 4736
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/b5czips0gsm91vyp1rgps"..., 78) = 78
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0M\0\0\0\0\0\0\0/gnu/store/b5czi"..., 96) = 96
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\27\0\0\0\0\0\0\0Python-3.3.3.tar.xz.drv\0"..., 32768) = 1528
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/chi0czskdl0wmzp9sizbg"..., 68) = 68
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0C\0\0\0\0\0\0\0/gnu/store/chi0c"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0python-3.3.3-gui"..., 32768) = 3592
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6v96p67hf5ddw5ws4mzs5"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/6v96p"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0python-3.3.3.drv"..., 32768) = 4904
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/a05infy6rwg27d7waw3r0"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 345088, SEEK_SET)        = 345088
20577 read(6, "\r\0\0\0\6\0C\0\3j\2\302\2+\1\201\0\341\0C\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0<\0\0\0\0\0\0\0/gnu/store/a05in"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\"\0\0\0\0\0\0\0python-wrapper-3"..., 32768) = 768
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/7gxn0jf2s8g4nwk88b57q"..., 79) = 79
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0N\0\0\0\0\0\0\0/gnu/store/7gxn0"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\21\0\0\0\0\0\0\0module-import.dr"..., 32768) = 816
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/snsf3yf7qyzsfpz7qb372"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/snsf3"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0module-import-co"..., 32768) = 808
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/z383jlwi15dhijndz7cp2"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/z383j"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0module-import-co"..., 32768) = 888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/cr5xkrb6jwwcs77ig2zsv"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/cr5xk"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\30\0\0\0\0\0\0\0python-wrapper-3.3.3.drv"..., 32768) = 1336
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0pkvx4m94aypp7jb7qchg"..., 69) = 69
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0D\0\0\0\0\0\0\0/gnu/store/0pkvx"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "#\0\0\0\0\0\0\0libxslt-1.1.28.tar.gz-gu"..., 32768) = 4656
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hmiwjbdgqcyipd1yxxp84"..., 80) = 80
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0O\0\0\0\0\0\0\0/gnu/store/hmiwj"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\31\0\0\0\0\0\0\0libxslt-1.1.28.t"..., 32768) = 1312
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/vngv8b1kj3rykjama18rs"..., 70) = 70
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 668672, SEEK_SET)        = 668672
20577 read(6, "\n\0\0\0\f\0\263\0\0\263\0\377\1F\1\177\1\304\2\23\2U\2\233\2\336\3%\3x\3\304"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0E\0\0\0\0\0\0\0/gnu/store/vngv8"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\34\0\0\0\0\0\0\0libxslt-1.1.28-guile-bui"..., 32768) = 2720
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/ybi4n1v1a51xsbbc5qzga"..., 73) = 73
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0H\0\0\0\0\0\0\0/gnu/store/ybi4n"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\22\0\0\0\0\0\0\0libxslt-1.1.28.drv\0\0\0\0\0\0"..., 32768) = 4664
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/br6fprfm3cqs6lmp8wx1w"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0>\0\0\0\0\0\0\0/gnu/store/br6fp"..., 80) = 80
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\25\0\0\0\0\0\0\0profile-guile-builder\0\0\0"..., 32768) = 3544
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "=\0\0\0\0\0\0\0/gnu/store/2wbcpx2ndblc6"..., 32768) = 936
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6cl1954dinw0fj5zmzjns"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 221184, SEEK_SET)        = 221184
20577 read(6, "\n\0\0\0\r\0\\\0\0\244\0\361\1*\0\\\1t\1\301\2\n\2Q\2\230\2\344\3'\3f"..., 1024) = 1024
20577 lseek(6, 861184, SEEK_SET)        = 861184
20577 read(6, "\5\0\0\0o\1f\0\0\0\4G\1\306\1\314\1\322\1\330\1\336\1\344\1\352\1\360\1\366\1\374"..., 1024) = 1024
20577 lseek(6, 1120256, SEEK_SET)       = 1120256
20577 read(6, "\r\0\0\0\4\1*\0\3&\2U\1\272\1*\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0A\0\0\0\0\0\0\0/gnu/store/6cl19"..., 88) = 88
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\7\0\0\0\0\0\0\0\t\0\0\0\0\0\0\0union.scm\0\0\0\0\0\0\0"..., 32768) = 9448
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/08059wg0m8zi1v50wx30q"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 449536, SEEK_SET)        = 449536
20577 read(6, "\5\0\0\0n\1l\0\0\0\2\275\1l\1r\1x\1~\1\204\1\212\1\220\1\226\1\234\1\242"..., 1024) = 1024
20577 lseek(6, 625664, SEEK_SET)        = 625664
20577 read(6, "\r\0\0\0\6\0_\0\3j\2\317\2A\1\240\1\t\0_\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0005\0\0\0\0\0\0\0/gnu/store/08059"..., 72) = 72
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\33\0\0\0\0\0\0\0module-import-guile-buil"..., 32768) = 608
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3l9r4qx68cr0qnsxmcgs8"..., 72) = 72
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0G\0\0\0\0\0\0\0/gnu/store/3l9r4"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\21\0\0\0\0\0\0\0module-import.drv\0\0\0\0\0\0\0"..., 32768) = 808
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y2rp5l5kwcvq7bafvr8w8"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0=\0\0\0\0\0\0\0/gnu/store/y2rp5"..., 80) = 80
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0$\0\0\0\0\0\0\0module-import-co"..., 32768) = 808
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/yqqhfkcnmsdqy1rl969my"..., 81) = 81
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0P\0\0\0\0\0\0\0/gnu/store/yqqhf"..., 96) = 96
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\10\0\0\0\0\0\0\0\32\0\0\0\0\0\0\0module-import-co"..., 32768) = 888
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hgqa0mdmclbf6235bgjdl"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 633856, SEEK_SET)        = 633856
20577 read(6, "\r\0\0\0\5\0Z\0\3`\2\320\2\0\1\35\0Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0F\0\0\0\0\0\0\0/gnu/store/hgqa0"..., 88) = 88
20577 read(4, "\10\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\v\0\0\0\0\0\0\0profile.drv\0\0\0\0\0\7\7\0\0\0\0\0\0"..., 32768) = 3296
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hdhppd3jfbpbq53afmmh0"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0007\0\0\0\0\0\0\0/gnu/store/hdhpp"..., 72) = 72
20577 read(4, " \0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\303\0\0\0\0\0\0\0003\0\0\0\0\0\0\0/gnu/store/lf67s"..., 32768) = 13928
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 pipe([9, 11])                     = 0
20577 fcntl(9, F_GETFD)                 = 0
20577 fcntl(9, F_SETFD, FD_CLOEXEC)     = 0
20577 fcntl(11, F_GETFD)                = 0
20577 fcntl(11, F_SETFD, FD_CLOEXEC)    = 0
20577 pipe([12, 13])                    = 0
20577 fcntl(12, F_GETFD)                = 0
20577 fcntl(12, F_SETFD, FD_CLOEXEC)    = 0
20577 fcntl(13, F_GETFD)                = 0
20577 fcntl(13, F_SETFD, FD_CLOEXEC)    = 0
20577 pipe([14, 15])                    = 0
20577 fcntl(14, F_GETFD)                = 0
20577 fcntl(14, F_SETFD, FD_CLOEXEC)    = 0
20577 fcntl(15, F_GETFD)                = 0
20577 fcntl(15, F_SETFD, FD_CLOEXEC)    = 0
20577 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f01d01f59f0) = 20578
20577 close(9)                          = 0
20577 close(13)                         = 0
20578 dup2(9, 0 <unfinished ...>
20577 close(15 <unfinished ...>
20578 <... dup2 resumed> )              = 0
20577 <... close resumed> )             = 0
20578 dup2(13, 1 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... dup2 resumed> )              = 1
20578 dup2(15, 2)                       = 2
20578 execve("/usr/local/guix-git/libexec/guix/substitute-binary", ["/usr/local/guix-git/libexec/guix"..., "--query"], [/* 20 vars */]) = 0
20578 brk(0)                            = 0x265f000
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc08a834000
20578 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
20578 open("/etc/ld.so.cache", O_RDONLY) = 3
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc08a81a000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libtinfo.so.5", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\323\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=167952, ...}) = 0
20578 mmap(NULL, 2264608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc08a3ee000
20578 mprotect(0x7fc08a413000, 2093056, PROT_NONE) = 0
20578 mmap(0x7fc08a612000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7fc08a612000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
20578 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc08a1ea000
20578 mprotect(0x7fc08a1ec000, 2097152, PROT_NONE) = 0
20578 mmap(0x7fc08a3ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fc08a3ec000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc08a819000
20578 mmap(NULL, 3713112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc089e5f000
20578 mprotect(0x7fc089fe1000, 2093056, PROT_NONE) = 0
20578 mmap(0x7fc08a1e0000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7fc08a1e0000
20578 mmap(0x7fc08a1e5000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc08a1e5000
20578 close(3)                          = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc08a818000
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc08a817000
20578 arch_prctl(ARCH_SET_FS, 0x7fc08a818700) = 0
20578 mprotect(0x7fc08a1e0000, 16384, PROT_READ) = 0
20578 mprotect(0x7fc08a3ec000, 4096, PROT_READ) = 0
20578 mprotect(0x7fc08a612000, 16384, PROT_READ) = 0
20578 mprotect(0x6e4000, 4096, PROT_READ) = 0
20578 mprotect(0x7fc08a836000, 4096, PROT_READ) = 0
20578 munmap(0x7fc08a81a000, 105434)    = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 open("/dev/tty", O_RDWR|O_NONBLOCK) = -1 ENXIO (No such device or address)
20578 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff33fbf770) = -1 EINVAL (Invalid argument)
20578 brk(0)                            = 0x265f000
20578 brk(0x2660000)                    = 0x2660000
20578 open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=1534768, ...}) = 0
20578 mmap(NULL, 1534768, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc08a6a0000
20578 close(3)                          = 0
20578 brk(0x2661000)                    = 0x2661000
20578 brk(0x2662000)                    = 0x2662000
20578 getuid()                          = 0
20578 getgid()                          = 0
20578 geteuid()                         = 0
20578 getegid()                         = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 time(NULL)                        = 1395404952
20578 brk(0x2663000)                    = 0x2663000
20578 open("/proc/meminfo", O_RDONLY)   = 3
20578 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc08a833000
20578 read(3, "MemTotal:        8074996 kB\nMemF"..., 1024) = 1024
20578 close(3)                          = 0
20578 munmap(0x7fc08a833000, 4096)      = 0
20578 brk(0x2664000)                    = 0x2664000
20578 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, {SIG_DFL, [], 0}, 8) = 0
20578 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, 8) = 0
20578 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], 0}, 8) = 0
20578 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, 8) = 0
20578 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], 0}, 8) = 0
20578 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, 8) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, 8) = 0
20578 uname({sys="Linux", node="debian", ...}) = 0
20578 brk(0x2665000)                    = 0x2665000
20578 brk(0x2666000)                    = 0x2666000
20578 stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
20578 stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 brk(0x2668000)                    = 0x2668000
20578 getcwd("/", 4096)                 = 2
20578 getpid()                          = 20578
20578 open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=26066, ...}) = 0
20578 mmap(NULL, 26066, PROT_READ, MAP_SHARED, 3, 0) = 0x7fc08a82d000
20578 close(3)                          = 0
20578 getppid()                         = 20577
20578 brk(0x2669000)                    = 0x2669000
20578 getpgrp()                         = 20577
20578 rt_sigaction(SIGCHLD, {0x4463b0, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, 8) = 0
20578 getrlimit(RLIMIT_NPROC, {rlim_cur=62984, rlim_max=62984}) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 open("/usr/local/guix-git/libexec/guix/substitute-binary", O_RDONLY) = 3
20578 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff33fbf8f0) = -1 ENOTTY (Inappropriate ioctl for device)
20578 lseek(3, 0, SEEK_CUR)             = 0
20578 read(3, "#!/bin/bash\n# A shorthand for \"g"..., 80) = 80
20578 lseek(3, 0, SEEK_SET)             = 0
20578 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=4*1024}) = 0
20578 fcntl(255, F_GETFD)               = -1 EBADF (Bad file descriptor)
20578 dup2(3, 255)                      = 255
20578 close(3)                          = 0
20578 fcntl(255, F_SETFD, FD_CLOEXEC)   = 0
20578 fcntl(255, F_GETFL)               = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 fstat(255, {st_mode=S_IFREG|0755, st_size=284, ...}) = 0
20578 lseek(255, 0, SEEK_CUR)           = 0
20578 brk(0x266a000)                    = 0x266a000
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 read(255, "#!/bin/bash\n# A shorthand for \"g"..., 284) = 284
20578 brk(0x266b000)                    = 0x266b000
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
20578 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, 8) = 0
20578 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7fc089e914f0}, {SIG_IGN, [], SA_RESTORER, 0x7fc089e914f0}, 8) = 0
20578 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, {0x4463b0, [], SA_RESTORER|SA_RESTART, 0x7fc089e914f0}, 8) = 0
20578 execve("/usr/local/guix-git/bin/guix", ["/usr/local/guix-git/bin/guix", "substitute-binary", "--query"], [/* 19 vars */]) = 0
20578 brk(0)                            = 0x1505000
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056ef06000
20578 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
20578 open("/etc/ld.so.cache", O_RDONLY) = 3
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f056eeec000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libguile-2.0.so.22", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\320\4\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=1524400, ...}) = 0
20578 mmap(NULL, 3690528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056e963000
20578 mprotect(0x7f056eaa8000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056eca8000, 192512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x145000) = 0x7f056eca8000
20578 mmap(0x7f056ecd7000, 69664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056ecd7000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libcrypt.so.1", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\n\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=35104, ...}) = 0
20578 mmap(NULL, 2318784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056e72c000
20578 mprotect(0x7f056e734000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056e933000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f056e933000
20578 mmap(0x7f056e935000, 184768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056e935000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eeeb000
20578 mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056e4aa000
20578 mprotect(0x7f056e52b000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056e72a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f056e72a000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\\\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0755, st_size=131107, ...}) = 0
20578 mmap(NULL, 2208672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056e28e000
20578 mprotect(0x7f056e2a5000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056e4a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f056e4a4000
20578 mmap(0x7f056e4a6000, 13216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056e4a6000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
20578 mmap(NULL, 3713112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056df03000
20578 mprotect(0x7f056e085000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056e284000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f056e284000
20578 mmap(0x7f056e289000, 18520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056e289000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgc.so.1", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\314\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=163128, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eeea000
20578 mmap(NULL, 2453488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056dcac000
20578 mprotect(0x7f056dcd2000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056ded2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f056ded2000
20578 mmap(0x7f056ded4000, 192496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056ded4000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libffi.so.5", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\32\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=52192, ...}) = 0
20578 mmap(NULL, 2148584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056da9f000
20578 mprotect(0x7f056daab000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056dcab000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f056dcab000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
20578 mmap(NULL, 2128856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056d897000
20578 mprotect(0x7f056d89e000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056da9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f056da9d000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libunistring.so.0", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\22\1\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=1137320, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eee9000
20578 mmap(NULL, 3236776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056d580000
20578 mprotect(0x7f056d693000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056d892000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7f056d892000
20578 mmap(0x7f056d896000, 936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056d896000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgmp.so.10", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\226\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=456248, ...}) = 0
20578 mmap(NULL, 2551552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056d311000
20578 mprotect(0x7f056d378000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056d578000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x67000) = 0x7f056d578000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libltdl.so.7", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260&\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=37160, ...}) = 0
20578 mmap(NULL, 2132440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056d108000
20578 mprotect(0x7f056d111000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056d310000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f056d310000
20578 close(3)                          = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eee8000
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
20578 mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056cf04000
20578 mprotect(0x7f056cf06000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056d106000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f056d106000
20578 close(3)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY) = 3
20578 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p.\0\0\0\0\0\0"..., 832) = 832
20578 fstat(3, {st_mode=S_IFREG|0644, st_size=89056, ...}) = 0
20578 mmap(NULL, 2184824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f056ccee000
20578 mprotect(0x7f056cd03000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056cf03000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f056cf03000
20578 close(3)                          = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eee7000
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eee6000
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eee5000
20578 arch_prctl(ARCH_SET_FS, 0x7f056eee6700) = 0
20578 mprotect(0x7f056d106000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056da9d000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056e284000, 16384, PROT_READ) = 0
20578 mprotect(0x7f056e4a4000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056e72a000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056e933000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056eca8000, 73728, PROT_READ) = 0
20578 mprotect(0x7f056ef08000, 4096, PROT_READ) = 0
20578 munmap(0x7f056eeec000, 105434)    = 0
20578 set_tid_address(0x7f056eee69d0)   = 20578
20578 set_robust_list(0x7f056eee69e0, 0x18) = 0
20578 futex(0x7fffccb1fd7c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f056eee6700) = -1 EAGAIN (Resource temporarily unavailable)
20578 rt_sigaction(SIGRTMIN, {0x7f056e293ad0, [], SA_RESTORER|SA_SIGINFO, 0x7f056e29d030}, NULL, 8) = 0
20578 rt_sigaction(SIGRT_1, {0x7f056e293b60, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f056e29d030}, NULL, 8) = 0
20578 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
20578 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
20578 futex(0x7f056ece06b8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20578 open("/proc/self/stat", O_RDONLY) = 3
20578 read(3, "20578 (guix) R 20577 20577 20577"..., 4096) = 208
20578 close(3)                          = 0
20578 brk(0)                            = 0x1505000
20578 brk(0x1515000)                    = 0x1515000
20578 brk(0x1525000)                    = 0x1525000
20578 brk(0x1535000)                    = 0x1535000
20578 brk(0x1545000)                    = 0x1545000
20578 brk(0x1555000)                    = 0x1555000
20578 rt_sigaction(SIGPWR, {0x7f056dccaa30, ~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f056e29d030}, NULL, 8) = 0
20578 rt_sigaction(SIGXCPU, {0x7f056dcca8a0, ~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], SA_RESTORER|SA_RESTART, 0x7f056e29d030}, NULL, 8) = 0
20578 open("/proc/stat", O_RDONLY)      = 3
20578 read(3, "cpu  260753 24 70338 4202057 470"..., 4096) = 2040
20578 close(3)                          = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 brk(0x1565000)                    = 0x1565000
20578 pipe2([3, 4], O_CLOEXEC)          = 0
20578 brk(0x1586000)                    = 0x1586000
20578 open("/usr/lib/charset.alias", O_RDONLY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=26066, ...}) = 0
20578 mmap(NULL, 26066, PROT_READ, MAP_SHARED, 5, 0) = 0x7f056eeff000
20578 close(5)                          = 0
20578 futex(0x7f056e288f80, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 brk(0x1596000)                    = 0x1596000
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 brk(0x15a7000)                    = 0x15a7000
20578 clock_getres(0xfffffffa /* CLOCK_??? */, NULL) = 0
20578 clock_gettime(0x2 /* CLOCK_??? */, {0, 15499166}) = 0
20578 open("/dev/urandom", O_RDONLY)    = 5
20578 fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
20578 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffccb1f9f0) = -1 EINVAL (Invalid argument)
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eefe000
20578 read(5, "v?C\335\2760I\267h\305lY\223t\227\203\3175\2\272\20\16(Bz0\27Cup\202\240"..., 4096) = 4096
20578 close(5)                          = 0
20578 munmap(0x7f056eefe000, 4096)      = 0
20578 brk(0x15bd000)                    = 0x15bd000
20578 brk(0x15de000)                    = 0x15de000
20578 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffccb1fbc0) = -1 EINVAL (Invalid argument)
20578 brk(0x1686000)                    = 0x1686000
20578 fcntl(0, F_GETFL)                 = 0 (flags O_RDONLY)
20578 lseek(0, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
20578 fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20578 brk(0x1696000)                    = 0x1696000
20578 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffccb1fbc0) = -1 EINVAL (Invalid argument)
20578 fcntl(1, F_GETFL)                 = 0x1 (flags O_WRONLY)
20578 lseek(1, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
20578 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20578 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffccb1fbc0) = -1 EINVAL (Invalid argument)
20578 fcntl(2, F_GETFL)                 = 0x1 (flags O_WRONLY)
20578 lseek(2, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
20578 fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20578 open("/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so", O_RDONLY) = 5
20578 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\4\0\0\0\0\0\0"..., 832) = 832
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=10272, ...}) = 0
20578 mmap(NULL, 2105392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f056caeb000
20578 mprotect(0x7f056caed000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056ccec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7f056ccec000
20578 close(5)                          = 0
20578 mprotect(0x7f056ccec000, 4096, PROT_READ) = 0
20578 stat("/usr/share/guile/2.0/ice-9/eval.scm", {st_mode=S_IFREG|0644, st_size=20147, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/eval.go", {st_mode=S_IFREG|0644, st_size=12946, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=12946, ...}) = 0
20578 mmap(NULL, 12946, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056eefb000
20578 close(5)                          = 0
20578 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
20578 stat("/usr/share/guile/2.0/init.scm", 0x7fffccb1fba0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/site/2.0/init.scm", 0x7fffccb1fba0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/site/init.scm", 0x7fffccb1fba0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/init.scm", 0x7fffccb1fba0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/boot-9.scm", {st_mode=S_IFREG|0644, st_size=136787, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0644, st_size=238779, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=238779, ...}) = 0
20578 mmap(NULL, 238779, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056eeaa000
20578 close(5)                          = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 brk(0x16f7000)                    = 0x16f7000
20578 stat("/usr/share/guile/2.0/ice-9/r4rs.scm", {st_mode=S_IFREG|0644, st_size=9698, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/r4rs.go", {st_mode=S_IFREG|0644, st_size=11717, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/r4rs.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=11717, ...}) = 0
20578 mmap(NULL, 11717, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056eef8000
20578 close(5)                          = 0
20578 brk(0x1719000)                    = 0x1719000
20578 brk(0x1720000)                    = 0x1720000
20578 brk(0x1718000)                    = 0x1718000
20578 stat("/usr/share/guile/2.0/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0644, st_size=1620734, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0644, st_size=180913, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=180913, ...}) = 0
20578 mmap(NULL, 180913, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee7d000
20578 close(5)                          = 0
20578 stat("/usr/share/guile/2.0/ice-9/posix.scm", {st_mode=S_IFREG|0644, st_size=2793, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/posix.go", {st_mode=S_IFREG|0644, st_size=7414, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=7414, ...}) = 0
20578 mmap(NULL, 7414, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee7b000
20578 close(5)                          = 0
20578 stat("/usr/share/guile/2.0/ice-9/networking.scm", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/networking.go", {st_mode=S_IFREG|0644, st_size=8963, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=8963, ...}) = 0
20578 mmap(NULL, 8963, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee78000
20578 close(5)                          = 0
20578 brk(0x1799000)                    = 0x1799000
20578 stat("/usr/share/guile/2.0/ice-9/deprecated.scm", {st_mode=S_IFREG|0644, st_size=31046, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0644, st_size=47267, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=47267, ...}) = 0
20578 mmap(NULL, 47267, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee6c000
20578 close(5)                          = 0
20578 stat("/usr/share/guile/2.0/srfi/srfi-4.scm", {st_mode=S_IFREG|0644, st_size=5799, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0644, st_size=27655, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=27655, ...}) = 0
20578 mmap(NULL, 27655, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee65000
20578 close(5)                          = 0
20578 stat("/usr/share/guile/2.0/rnrs/bytevectors.scm", {st_mode=S_IFREG|0644, st_size=3383, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0644, st_size=3568, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=3568, ...}) = 0
20578 mmap(NULL, 3568, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee64000
20578 close(5)                          = 0
20578 brk(0x1846000)                    = 0x1846000
20578 stat("/usr/share/guile/2.0/ice-9/command-line.scm", {st_mode=S_IFREG|0644, st_size=16776, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0644, st_size=15085, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=15085, ...}) = 0
20578 mmap(NULL, 15085, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee60000
20578 close(5)                          = 0
20578 stat("/usr/share/guile/2.0/ice-9/control.scm", {st_mode=S_IFREG|0644, st_size=2961, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/control.go", {st_mode=S_IFREG|0644, st_size=6407, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
20578 fstat(5, {st_mode=S_IFREG|0644, st_size=6407, ...}) = 0
20578 mmap(NULL, 6407, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f056ee5e000
20578 close(5)                          = 0
20578 getcwd("/", 100)                  = 2
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/bin", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/bin/guix", {st_mode=S_IFREG|0755, st_size=2751, ...}) = 0
20578 stat("/usr/local/guix-git/bin/guix", {st_mode=S_IFREG|0755, st_size=2751, ...}) = 0
20578 stat("/root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/guix-git/bin/guix.go", 0x7fffccb1f710) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/guix-git/bin/guix", O_RDONLY) = 5
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/bin", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/bin/guix", {st_mode=S_IFREG|0755, st_size=2751, ...}) = 0
20578 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(5, 0, SEEK_CUR)             = 0
20578 fstat(5, {st_mode=S_IFREG|0755, st_size=2751, ...}) = 0
20578 read(5, "#!/usr/bin/guile --no-auto-compi"..., 4096) = 2751
20578 lseek(5, 0, SEEK_CUR)             = 2751
20578 lseek(5, -2251, SEEK_CUR)         = 500
20578 lseek(5, 0, SEEK_SET)             = 0
20578 read(5, "#!/usr/bin/guile --no-auto-compi"..., 4096) = 2751
20578 stat("/usr/share/guile/2.0/ice-9/regex.scm", {st_mode=S_IFREG|0644, st_size=9017, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/regex.go", {st_mode=S_IFREG|0644, st_size=7466, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=7466, ...}) = 0
20578 mmap(NULL, 7466, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee5c000
20578 close(6)                          = 0
20578 stat("/usr/share/guile/2.0/srfi/srfi-26.scm", {st_mode=S_IFREG|0644, st_size=2643, ...}) = 0
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0644, st_size=6812, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=6812, ...}) = 0
20578 mmap(NULL, 6812, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee5a000
20578 close(6)                          = 0
20578 stat("/root/.config/guix/latest", 0x7fffccb1f520) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/ui.scm", {st_mode=S_IFREG|0644, st_size=23271, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/ui.go", {st_mode=S_IFREG|0644, st_size=42561, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/ui.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=42561, ...}) = 0
20578 mmap(NULL, 42561, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee4f000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/utils.scm", {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/utils.go", {st_mode=S_IFREG|0644, st_size=44207, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/utils.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=44207, ...}) = 0
20578 mmap(NULL, 44207, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee44000
20578 close(6)                          = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 brk(0x1939000)                    = 0x1939000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/config.scm", {st_mode=S_IFREG|0644, st_size=2357, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/config.go", {st_mode=S_IFREG|0644, st_size=1811, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/config.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1811, ...}) = 0
20578 mmap(NULL, 1811, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee43000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-1.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-1", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-1.scm", {st_mode=S_IFREG|0644, st_size=29147, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-1.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0644, st_size=42514, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=42514, ...}) = 0
20578 mmap(NULL, 42514, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee38000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-9.scm", {st_mode=S_IFREG|0644, st_size=7834, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0644, st_size=14667, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=14667, ...}) = 0
20578 mmap(NULL, 14667, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee34000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-39.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-39", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-39.scm", {st_mode=S_IFREG|0644, st_size=2108, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-39.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-39.go", {st_mode=S_IFREG|0644, st_size=1222, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-39.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1222, ...}) = 0
20578 mmap(NULL, 1222, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee33000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-60.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-60", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-60.scm", {st_mode=S_IFREG|0644, st_size=2174, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-60.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0644, st_size=2112, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=2112, ...}) = 0
20578 mmap(NULL, 2112, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee32000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/io/ports.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/io/ports", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/io/ports.scm", {st_mode=S_IFREG|0644, st_size=16366, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/io/ports.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/io/ports.go", {st_mode=S_IFREG|0644, st_size=38229, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/io/ports.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=38229, ...}) = 0
20578 mmap(NULL, 38229, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee28000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/binary-ports.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/binary-ports", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/binary-ports.scm", {st_mode=S_IFREG|0644, st_size=1886, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/binary-ports.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0644, st_size=1106, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1106, ...}) = 0
20578 mmap(NULL, 1106, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee27000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/base.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/base", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/base.scm", {st_mode=S_IFREG|0644, st_size=8909, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/base.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/base.go", {st_mode=S_IFREG|0644, st_size=21564, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=21564, ...}) = 0
20578 mmap(NULL, 21564, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee21000
20578 close(6)                          = 0
20578 brk(0x1949000)                    = 0x1949000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-11.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-11", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-11.scm", {st_mode=S_IFREG|0644, st_size=5511, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-11.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0644, st_size=8044, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=8044, ...}) = 0
20578 mmap(NULL, 8044, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee1f000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/enums.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/enums", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/enums.scm", {st_mode=S_IFREG|0644, st_size=5463, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/enums.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/enums.go", {st_mode=S_IFREG|0644, st_size=9545, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/enums.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=9545, ...}) = 0
20578 mmap(NULL, 9545, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee1c000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/conditions.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/conditions", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/conditions.scm", {st_mode=S_IFREG|0644, st_size=6998, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/conditions.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/conditions.go", {st_mode=S_IFREG|0644, st_size=9737, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/conditions.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=9737, ...}) = 0
20578 mmap(NULL, 9737, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee19000
20578 close(6)                          = 0
20578 brk(0x1a80000)                    = 0x1a80000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/lists.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/lists", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/lists.scm", {st_mode=S_IFREG|0644, st_size=2032, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/lists.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/lists.go", {st_mode=S_IFREG|0644, st_size=3845, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/lists.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=3845, ...}) = 0
20578 mmap(NULL, 3845, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee18000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/procedural.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/procedural", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/records/procedural.scm", {st_mode=S_IFREG|0644, st_size=10285, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/procedural.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/records/procedural.go", {st_mode=S_IFREG|0644, st_size=10264, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/records/procedural.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=10264, ...}) = 0
20578 mmap(NULL, 10264, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee15000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/receive.scm", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/receive", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/receive.scm", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/receive.go", 0x7fffccb1e1a0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/receive.go", {st_mode=S_IFREG|0644, st_size=1809, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1809, ...}) = 0
20578 mmap(NULL, 1809, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee14000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/exceptions.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/exceptions", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/exceptions.scm", {st_mode=S_IFREG|0644, st_size=5841, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/exceptions.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/exceptions.go", {st_mode=S_IFREG|0644, st_size=8787, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/exceptions.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=8787, ...}) = 0
20578 mmap(NULL, 8787, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee11000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/control.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/control", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/control.scm", {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/control.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/control.go", {st_mode=S_IFREG|0644, st_size=1433, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1433, ...}) = 0
20578 mmap(NULL, 1433, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee10000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/inspection.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/inspection", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/records/inspection.scm", {st_mode=S_IFREG|0644, st_size=3433, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/inspection.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/records/inspection.go", {st_mode=S_IFREG|0644, st_size=5251, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/records/inspection.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=5251, ...}) = 0
20578 mmap(NULL, 5251, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee0e000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/arithmetic/bitwise.scm", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/arithmetic/bitwise", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/arithmetic/bitwise.scm", {st_mode=S_IFREG|0644, st_size=3893, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/arithmetic/bitwise.go", 0x7fffccb1e1a0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/arithmetic/bitwise.go", {st_mode=S_IFREG|0644, st_size=5399, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/arithmetic/bitwise.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=5399, ...}) = 0
20578 mmap(NULL, 5399, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee0c000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/syntax-case.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/syntax-case", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/syntax-case.scm", {st_mode=S_IFREG|0644, st_size=1896, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/syntax-case.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/syntax-case.go", {st_mode=S_IFREG|0644, st_size=3202, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/syntax-case.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=3202, ...}) = 0
20578 mmap(NULL, 3202, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee0b000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/optargs.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/optargs", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/optargs.scm", {st_mode=S_IFREG|0644, st_size=16123, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/optargs.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0644, st_size=20709, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=20709, ...}) = 0
20578 mmap(NULL, 20709, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee05000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/base/pmatch.scm", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/base/pmatch", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/system/base/pmatch.scm", {st_mode=S_IFREG|0644, st_size=2568, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/base/pmatch.go", 0x7fffccb1e1a0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0644, st_size=8364, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=8364, ...}) = 0
20578 mmap(NULL, 8364, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ee02000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/syntactic.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/syntactic", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/records/syntactic.scm", {st_mode=S_IFREG|0644, st_size=11271, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/records/syntactic.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/records/syntactic.go", {st_mode=S_IFREG|0644, st_size=21900, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/records/syntactic.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=21900, ...}) = 0
20578 mmap(NULL, 21900, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edfc000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/hashtables.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/hashtables", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/hashtables.scm", {st_mode=S_IFREG|0644, st_size=6169, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/hashtables.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/hashtables.go", {st_mode=S_IFREG|0644, st_size=8517, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/hashtables.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=8517, ...}) = 0
20578 mmap(NULL, 8517, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edf9000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-69.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-69", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-69.scm", {st_mode=S_IFREG|0644, st_size=13001, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-69.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-69.go", {st_mode=S_IFREG|0644, st_size=35843, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-69.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=35843, ...}) = 0
20578 mmap(NULL, 35843, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edf0000
20578 close(6)                          = 0
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-13.scm", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-13", 0x7fffccb1e110) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-13.scm", {st_mode=S_IFREG|0644, st_size=2788, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-13.go", 0x7fffccb1e1a0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-13.go", {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-13.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=2938, ...}) = 0
20578 mmap(NULL, 2938, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edef000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/files.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/files", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/rnrs/files.scm", {st_mode=S_IFREG|0644, st_size=3406, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/rnrs/files.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/rnrs/files.go", {st_mode=S_IFREG|0644, st_size=4702, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/rnrs/files.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=4702, ...}) = 0
20578 mmap(NULL, 4702, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eded000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-8.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-8", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-8.scm", {st_mode=S_IFREG|0644, st_size=1103, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-8.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-8.go", {st_mode=S_IFREG|0644, st_size=619, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-8.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=619, ...}) = 0
20578 mmap(NULL, 619, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edec000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/rdelim.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/rdelim", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/rdelim.scm", {st_mode=S_IFREG|0644, st_size=5533, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/rdelim.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0644, st_size=3981, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=3981, ...}) = 0
20578 mmap(NULL, 3981, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edeb000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build/utils.scm", {st_mode=S_IFREG|0644, st_size=28715, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build/utils.go", {st_mode=S_IFREG|0644, st_size=40322, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/build/utils.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=40322, ...}) = 0
20578 mmap(NULL, 40322, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ede1000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/ftw.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/ftw", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/ftw.scm", {st_mode=S_IFREG|0644, st_size=24773, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/ftw.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/ftw.go", {st_mode=S_IFREG|0644, st_size=22056, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/ftw.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=22056, ...}) = 0
20578 mmap(NULL, 22056, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eddb000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/match.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/match", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/match.scm", {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/match.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/match.go", {st_mode=S_IFREG|0644, st_size=93635, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=93635, ...}) = 0
20578 mmap(NULL, 93635, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edc4000
20578 close(6)                          = 0
20578 brk(0x1c1e000)                    = 0x1c1e000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/vlist.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/vlist", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/vlist.scm", {st_mode=S_IFREG|0644, st_size=21743, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/vlist.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0644, st_size=55444, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=55444, ...}) = 0
20578 mmap(NULL, 55444, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edb6000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9/gnu.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9/gnu", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0644, st_size=1134, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-9/gnu.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0644, st_size=769, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=769, ...}) = 0
20578 mmap(NULL, 769, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056edb5000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/format.scm", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/format", 0x7fffccb1e450) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/format.scm", {st_mode=S_IFREG|0644, st_size=75083, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/format.go", 0x7fffccb1e4e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/format.go", {st_mode=S_IFREG|0644, st_size=74072, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=74072, ...}) = 0
20578 mmap(NULL, 74072, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eda2000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/foreign.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/foreign", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/system/foreign.scm", {st_mode=S_IFREG|0644, st_size=6884, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/system/foreign.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/system/foreign.go", {st_mode=S_IFREG|0644, st_size=9855, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=9855, ...}) = 0
20578 mmap(NULL, 9855, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed9f000
20578 close(6)                          = 0
20578 futex(0x7f056d1070ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/store.scm", {st_mode=S_IFREG|0644, st_size=31762, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/store.go", {st_mode=S_IFREG|0644, st_size=90622, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/store.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=90622, ...}) = 0
20578 mmap(NULL, 90622, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed88000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/nar.scm", {st_mode=S_IFREG|0644, st_size=17620, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/nar.go", {st_mode=S_IFREG|0644, st_size=20777, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/nar.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=20777, ...}) = 0
20578 mmap(NULL, 20777, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed82000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/serialization.scm", {st_mode=S_IFREG|0644, st_size=3761, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/serialization.go", {st_mode=S_IFREG|0644, st_size=5641, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/serialization.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=5641, ...}) = 0
20578 mmap(NULL, 5641, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed80000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/hash.scm", {st_mode=S_IFREG|0644, st_size=5177, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/hash.go", {st_mode=S_IFREG|0644, st_size=6955, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/hash.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=6955, ...}) = 0
20578 mmap(NULL, 6955, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed7e000
20578 close(6)                          = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 open("/lib/x86_64-linux-gnu/libgcrypt.so", O_RDONLY) = 6
20578 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\207\0\0\0\0\0\0"..., 832) = 832
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=516128, ...}) = 0
20578 mmap(NULL, 2612480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f056c86d000
20578 mprotect(0x7f056c8e7000, 2097152, PROT_NONE) = 0
20578 mmap(0x7f056cae7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x7a000) = 0x7f056cae7000
20578 close(6)                          = 0
20578 open("/etc/ld.so.cache", O_RDONLY) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed64000
20578 close(6)                          = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY) = 6
20578 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\t\0\0\0\0\0\0"..., 832) = 832
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=14112, ...}) = 0
20578 mmap(NULL, 2109384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f056c66a000
20578 mprotect(0x7f056c66d000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056c86c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f056c86c000
20578 close(6)                          = 0
20578 mprotect(0x7f056cae7000, 4096, PROT_READ) = 0
20578 munmap(0x7f056ed64000, 105434)    = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/pki.scm", {st_mode=S_IFREG|0644, st_size=5814, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/pki.go", {st_mode=S_IFREG|0644, st_size=7737, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/pki.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=7737, ...}) = 0
20578 mmap(NULL, 7737, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eef6000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/pk-crypto.scm", {st_mode=S_IFREG|0644, st_size=16282, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/pk-crypto.go", {st_mode=S_IFREG|0644, st_size=33452, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/pk-crypto.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=33452, ...}) = 0
20578 mmap(NULL, 33452, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eeed000
20578 close(6)                          = 0
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/guile/2.0/extensions/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/local/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/guile/2.0/extensions/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/usr/local/lib/libgcrypt.so", R_OK) = -1 ENOENT (No such file or directory)
20578 access("/lib/x86_64-linux-gnu/libgcrypt.so", R_OK) = 0
20578 access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 6
20578 fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056eeec000
20578 read(6, "0\n", 1024)              = 2
20578 close(6)                          = 0
20578 munmap(0x7f056eeec000, 4096)      = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-34.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-34", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-34.scm", {st_mode=S_IFREG|0644, st_size=3276, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-34.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-34.go", {st_mode=S_IFREG|0644, st_size=5211, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-34.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=5211, ...}) = 0
20578 mmap(NULL, 5211, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed7c000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-35.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-35", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-35.scm", {st_mode=S_IFREG|0644, st_size=12130, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-35.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-35.go", {st_mode=S_IFREG|0644, st_size=18211, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-35.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=18211, ...}) = 0
20578 mmap(NULL, 18211, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed77000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/popen.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/popen", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/popen.scm", {st_mode=S_IFREG|0644, st_size=7610, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/popen.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/popen.go", {st_mode=S_IFREG|0644, st_size=9690, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/popen.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=9690, ...}) = 0
20578 mmap(NULL, 9690, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed74000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/packages.scm", {st_mode=S_IFREG|0644, st_size=27253, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/packages.go", {st_mode=S_IFREG|0644, st_size=132054, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/packages.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=132054, ...}) = 0
20578 mmap(NULL, 132054, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed53000
20578 close(6)                          = 0
20578 brk(0x1c2e000)                    = 0x1c2e000
20578 brk(0x1e57000)                    = 0x1e57000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/records.scm", {st_mode=S_IFREG|0644, st_size=11551, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/records.go", {st_mode=S_IFREG|0644, st_size=16210, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/records.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=16210, ...}) = 0
20578 mmap(NULL, 16210, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed4f000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/base32.scm", {st_mode=S_IFREG|0644, st_size=12443, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/base32.go", {st_mode=S_IFREG|0644, st_size=21659, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/base32.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=21659, ...}) = 0
20578 mmap(NULL, 21659, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed49000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/derivations.scm", {st_mode=S_IFREG|0644, st_size=47486, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/derivations.go", {st_mode=S_IFREG|0644, st_size=97175, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/derivations.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=97175, ...}) = 0
20578 mmap(NULL, 97175, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed31000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build-system.scm", {st_mode=S_IFREG|0644, st_size=1439, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build-system.go", {st_mode=S_IFREG|0644, st_size=23866, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/build-system.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=23866, ...}) = 0
20578 mmap(NULL, 23866, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed2b000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/licenses.scm", {st_mode=S_IFREG|0644, st_size=8936, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/licenses.go", {st_mode=S_IFREG|0644, st_size=19793, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/licenses.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=19793, ...}) = 0
20578 mmap(NULL, 19793, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed26000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-19.scm", 0x7fffccb1f150) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-19", 0x7fffccb1f150) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-19.scm", {st_mode=S_IFREG|0644, st_size=57220, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-19.go", 0x7fffccb1f1e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-19.go", {st_mode=S_IFREG|0644, st_size=118557, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-19.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=118557, ...}) = 0
20578 mmap(NULL, 118557, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056ed09000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-6.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-6", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-6.scm", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-6.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-6.go", {st_mode=S_IFREG|0644, st_size=619, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-6.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=619, ...}) = 0
20578 mmap(NULL, 619, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056eeec000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/i18n.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/i18n", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/i18n.scm", {st_mode=S_IFREG|0644, st_size=16240, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/i18n.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/i18n.go", {st_mode=S_IFREG|0644, st_size=19719, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/i18n.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=19719, ...}) = 0
20578 mmap(NULL, 19719, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056c665000
20578 close(6)                          = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-37.scm", {st_mode=S_IFREG|0644, st_size=8566, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-37.go", {st_mode=S_IFREG|0644, st_size=21019, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-37.go", O_RDONLY|O_CLOEXEC) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=21019, ...}) = 0
20578 mmap(NULL, 21019, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056c65f000
20578 close(6)                          = 0
20578 open("/usr/lib/locale/locale-archive", O_RDONLY) = 6
20578 fstat(6, {st_mode=S_IFREG|0644, st_size=1534768, ...}) = 0
20578 mmap(NULL, 1534768, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f056c4e8000
20578 close(6)                          = 0
20578 pipe2([6, 7], O_CLOEXEC)          = 0
20578 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f056bce7000
20578 mprotect(0x7f056bce7000, 4096, PROT_NONE) = 0
20578 clone(child_stack=0x7f056c4e6ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f056c4e79d0, tls=0x7f056c4e7700, child_tidptr=0x7f056c4e79d0) = 20579
20579 set_robust_list(0x7f056c4e79e0, 0x18 <unfinished ...>
20578 futex(0x1d4efd8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
20579 <... set_robust_list resumed> )   = 0
20579 futex(0x1d4efd8, FUTEX_WAKE_PRIVATE, 1) = 1
20578 <... futex resumed> )             = 0
20579 pipe2( <unfinished ...>
20578 futex(0x7fffccb1f3bc, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20579 <... pipe2 resumed> [8, 9], O_CLOEXEC) = 0
20579 futex(0x7fffccb1f3bc, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fffccb1f3b8, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20578 <... futex resumed> )             = 0
20579 rt_sigprocmask(SIG_SETMASK, ~[PWR RTMIN RT_1],  <unfinished ...>
20578 futex(0x7fffccb1f390, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20579 <... rt_sigprocmask resumed> NULL, 8) = 0
20578 <... futex resumed> )             = 0
20579 read(6,  <unfinished ...>
20578 futex(0x7f056ecdd5a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20578 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f056e29d030}, {SIG_DFL, [], 0}, 8) = 0
20578 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20578 fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/scripts/substitute-binary.scm", {st_mode=S_IFREG|0644, st_size=24674, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/scripts/substitute-binary.go", {st_mode=S_IFREG|0644, st_size=68937, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/scripts/substitute-binary.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=68937, ...}) = 0
20578 mmap(NULL, 68937, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bcd6000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build/download.scm", {st_mode=S_IFREG|0644, st_size=12175, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/build/download.go", {st_mode=S_IFREG|0644, st_size=16639, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/build/download.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=16639, ...}) = 0
20578 mmap(NULL, 16639, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bcd1000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/uri.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/uri", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/web/uri.scm", {st_mode=S_IFREG|0644, st_size=13721, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/uri.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/web/uri.go", {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/web/uri.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
20578 mmap(NULL, 35808, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bcc8000
20578 close(10)                         = 0
20578 brk(0x1e79000)                    = 0x1e79000
20578 brk(0x1e80000)                    = 0x1e80000
20578 brk(0x1e78000)                    = 0x1e78000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/client.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/client", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/web/client.scm", {st_mode=S_IFREG|0644, st_size=4174, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/client.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/web/client.go", {st_mode=S_IFREG|0644, st_size=5100, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/web/client.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=5100, ...}) = 0
20578 mmap(NULL, 5100, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bcc6000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/request.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/request", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/web/request.scm", {st_mode=S_IFREG|0644, st_size=10882, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/request.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/web/request.go", {st_mode=S_IFREG|0644, st_size=40339, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/web/request.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=40339, ...}) = 0
20578 mmap(NULL, 40339, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bcbc000
20578 close(10)                         = 0
20578 tgkill(20578, 20579, SIGPWR)      = 0
20579 <... read resumed> 0x7f056c4e68d0, 1) = ? ERESTARTSYS (To be restarted)
20578 futex(0x7f056df02fc0, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
20579 --- SIGPWR (Power failure) @ 0 (0) ---
20579 futex(0x7f056df02fc0, FUTEX_WAKE_PRIVATE, 1) = 1
20578 <... futex resumed> )             = 0
20579 rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1] <unfinished ...>
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 tgkill(20578, 20579, SIGXCPU <unfinished ...>
20579 <... rt_sigsuspend resumed> )     = ? ERESTARTNOHAND (To be restarted)
20578 <... tgkill resumed> )            = 0
20579 --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
20579 rt_sigreturn(0x18)                = -1 EINTR (Interrupted system call)
20579 rt_sigreturn(0x2)                 = 0
20579 read(6,  <unfinished ...>
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/http.scm", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/http", 0x7fffccb1e790) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/web/http.scm", {st_mode=S_IFREG|0644, st_size=62307, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/http.go", 0x7fffccb1e820) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/web/http.go", {st_mode=S_IFREG|0644, st_size=96464, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/web/http.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=96464, ...}) = 0
20578 mmap(NULL, 96464, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bca4000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/response.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/response", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/web/response.scm", {st_mode=S_IFREG|0644, st_size=9800, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/web/response.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/web/response.go", {st_mode=S_IFREG|0644, st_size=36457, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/web/response.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=36457, ...}) = 0
20578 mmap(NULL, 36457, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc9b000
20578 close(10)                         = 0
20578 brk(0x2174000)                    = 0x2174000
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/ftp-client.scm", {st_mode=S_IFREG|0644, st_size=9747, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/ftp-client.go", {st_mode=S_IFREG|0644, st_size=23378, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/ftp-client.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=23378, ...}) = 0
20578 mmap(NULL, 23378, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc95000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-31.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-31", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/srfi/srfi-31.scm", {st_mode=S_IFREG|0644, st_size=1372, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/srfi/srfi-31.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/srfi/srfi-31.go", {st_mode=S_IFREG|0644, st_size=1606, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/srfi/srfi-31.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=1606, ...}) = 0
20578 mmap(NULL, 1606, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc94000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/threads.scm", 0x7fffccb1f150) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/threads", 0x7fffccb1f150) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/threads.scm", {st_mode=S_IFREG|0644, st_size=6233, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/threads.go", 0x7fffccb1f1e0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/threads.go", {st_mode=S_IFREG|0644, st_size=11524, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=11524, ...}) = 0
20578 mmap(NULL, 11524, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc91000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/futures.scm", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/futures", 0x7fffccb1ee10) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/futures.scm", {st_mode=S_IFREG|0644, st_size=5599, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/futures.go", 0x7fffccb1eea0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/futures.go", {st_mode=S_IFREG|0644, st_size=24139, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=24139, ...}) = 0
20578 mmap(NULL, 24139, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc8b000
20578 close(10)                         = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/q.scm", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/q", 0x7fffccb1ead0) = -1 ENOENT (No such file or directory)
20578 stat("/usr/share/guile/2.0/ice-9/q.scm", {st_mode=S_IFREG|0644, st_size=4297, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/ice-9/q.go", 0x7fffccb1eb60) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/guile/2.0/ccache/ice-9/q.go", {st_mode=S_IFREG|0644, st_size=3268, ...}) = 0
20578 open("/usr/lib/guile/2.0/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=3268, ...}) = 0
20578 mmap(NULL, 3268, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc8a000
20578 close(10)                         = 0
20578 sched_getaffinity(0, 128, {f, 0, 0, 0, 0, 0, 0, 0}) = 64
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/http-client.scm", {st_mode=S_IFREG|0644, st_size=9681, ...}) = 0
20578 stat("/usr/local/guix-git/share/guile/site/2.0/guix/http-client.go", {st_mode=S_IFREG|0644, st_size=11295, ...}) = 0
20578 open("/usr/local/guix-git/share/guile/site/2.0/guix/http-client.go", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=11295, ...}) = 0
20578 mmap(NULL, 11295, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc87000
20578 close(10)                         = 0
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr", 0755)               = -1 EEXIST (File exists)
20578 open("/usr/share/locale/locale.alias", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc86000
20578 read(10, "# Locale name alias data base.\n#"..., 4096) = 2570
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc86000, 4096)      = 0
20578 open("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/share/locale/de_DE.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/share/locale/de_DE/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/share/locale/de.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/share/locale/de.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 open("/usr/share/locale/de/LC_MESSAGES/libc.mo", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=123193, ...}) = 0
20578 mmap(NULL, 123193, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc68000
20578 close(10)                         = 0
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local", 0755)         = -1 EEXIST (File exists)
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local/guix-git", 0755) = -1 EEXIST (File exists)
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local/guix-git/var", 0755) = -1 EEXIST (File exists)
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local/guix-git/var/guix", 0755) = -1 EEXIST (File exists)
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local/guix-git/var/guix/substitute-binary", 0755) = -1 EEXIST (File exists)
20578 umask(0)                          = 022
20578 umask(022)                        = 0
20578 mkdir("/usr/local/guix-git/var/guix/substitute-binary/cache", 0755) = -1 EEXIST (File exists)
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/last-expiry-cleanup", O_RDONLY) = 10
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/last-expiry-cleanup", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
20578 fcntl(10, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(10, 0, SEEK_CUR)            = 0
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
20578 read(10, "1395078921", 4096)      = 10
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 socket(PF_NETLINK, SOCK_RAW, 0)   = 10
20578 bind(10, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
20578 getsockname(10, {sa_family=AF_NETLINK, pid=20578, groups=00000000}, [12]) = 0
20578 time(NULL)                        = 1395404953
20578 sendto(10, "\24\0\0\0\26\0\1\3\2310,S\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
20578 recvmsg(10, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\24\0\2\0\2310,SbP\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 108
20578 recvmsg(10, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"@\0\0\0\24\0\2\0\2310,SbP\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 128
20578 recvmsg(10, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\2310,SbP\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
20578 close(10)                         = 0
20578 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 10
20578 connect(10, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20578 close(10)                         = 0
20578 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 10
20578 connect(10, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20578 close(10)                         = 0
20578 open("/etc/nsswitch.conf", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(10, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/host.conf", O_RDONLY)  = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(10, "multi on\n", 4096)      = 9
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 futex(0x7f056e28c304, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20578 open("/etc/resolv.conf", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(10, "domain eduroam.u-bordeaux.fr\nsea"..., 4096) = 82
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/ld.so.cache", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc4e000
20578 close(10)                         = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY) = 10
20578 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0
20578 mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f056ba42000
20578 mprotect(0x7f056ba4d000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056bc4c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xa000) = 0x7f056bc4c000
20578 close(10)                         = 0
20578 mprotect(0x7f056bc4c000, 4096, PROT_READ) = 0
20578 munmap(0x7f056bc4e000, 105434)    = 0
20578 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(10, "127.0.0.1\tlocalhost\n127.0.1.1\tde"..., 4096) = 221
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/ld.so.cache", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f056bc4e000
20578 close(10)                         = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libnss_dns.so.2", O_RDONLY) = 10
20578 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\20\0\0\0\0\0\0"..., 832) = 832
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=22928, ...}) = 0
20578 mmap(NULL, 2117888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f056b83c000
20578 mprotect(0x7f056b841000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056ba40000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4000) = 0x7f056ba40000
20578 close(10)                         = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY) = 10
20578 read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3008\0\0\0\0\0\0"..., 832) = 832
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=80712, ...}) = 0
20578 mmap(NULL, 2185864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f056b626000
20578 mprotect(0x7f056b639000, 2093056, PROT_NONE) = 0
20578 mmap(0x7f056b838000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x12000) = 0x7f056b838000
20578 mmap(0x7f056b83a000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f056b83a000
20578 close(10)                         = 0
20578 mprotect(0x7f056b838000, 4096, PROT_READ) = 0
20578 mprotect(0x7f056ba40000, 4096, PROT_READ) = 0
20578 munmap(0x7f056bc4e000, 105434)    = 0
20578 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 open("/etc/resolv.conf", O_RDONLY) = 10
20578 fstat(10, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(10, "domain eduroam.u-bordeaux.fr\nsea"..., 4096) = 82
20578 read(10, "", 4096)                = 0
20578 close(10)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 10
20578 connect(10, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, 16) = 0
20578 poll([{fd=10, events=POLLOUT}], 1, 0) = 1 ([{fd=10, revents=POLLOUT}])
20578 sendto(10, "y\351\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\1\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=10, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=10, revents=POLLOUT}])
20578 sendto(10, "\16\367\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\34\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=10, events=POLLIN}], 1, 4999) = 1 ([{fd=10, revents=POLLIN}])
20578 ioctl(10, FIONREAD, [111])        = 0
20578 recvfrom(10, "\16\367\201\200\0\1\0\1\0\1\0\0\5hydra\3gnu\3org\0\0\34\0\1\300"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 111
20578 poll([{fd=10, events=POLLIN}], 1, 4956) = 1 ([{fd=10, revents=POLLIN}])
20578 ioctl(10, FIONREAD, [268])        = 0
20578 recvfrom(10, "y\351\201\200\0\1\0\2\0\4\0\6\5hydra\3gnu\3org\0\0\1\0\1\300"..., 1937, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 268
20578 close(10)                         = 0
20578 write(1, "\n", 1)                 = 1
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 read(0,  <unfinished ...>
20577 <... read resumed> "\n", 32768)   = 1
20577 write(11, "have /gnu/store/0aicf8dcrrldfqcw"..., 10794 <unfinished ...>
20578 <... read resumed> "have /gnu/store/0aicf8dcrrldfqcw"..., 4096) = 4096
20577 <... write resumed> )             = 10794
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 read(0, "gnu/store/b7fdrhlyf4h3fjq8zyf0my"..., 4096) = 4096
20578 read(0, "23khxnr0ydv79yc1-gnutls-3.2.12.t"..., 4096) = 2602
20578 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f056ae25000
20578 mprotect(0x7f056ae25000, 4096, PROT_NONE) = 0
20578 clone(child_stack=0x7f056b624ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f056b6259d0, tls=0x7f056b625700, child_tidptr=0x7f056b6259d0) = 20580
20580 set_robust_list(0x7f056b6259e0, 0x18 <unfinished ...>
20578 futex(0x1ec9fd8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
20580 <... set_robust_list resumed> )   = 0
20580 futex(0x1ec9fd8, FUTEX_WAKE_PRIVATE, 1) = 1
20578 <... futex resumed> )             = 0
20580 pipe2( <unfinished ...>
20578 futex(0x7fffccb1f59c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20580 <... pipe2 resumed> [10, 11], O_CLOEXEC) = 0
20580 futex(0x7fffccb1f59c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fffccb1f598, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20578 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20578 futex(0x7fffccb1f570, FUTEX_WAKE_PRIVATE, 1) = 0
20578 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f056a624000
20578 mprotect(0x7f056a624000, 4096, PROT_NONE) = 0
20578 clone(child_stack=0x7f056ae23ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f056ae249d0, tls=0x7f056ae24700, child_tidptr=0x7f056ae249d0) = 20581
20581 set_robust_list(0x7f056ae249e0, 0x18 <unfinished ...>
20578 futex(0x1ec9f98, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
20581 <... set_robust_list resumed> )   = 0
20581 futex(0x1ec9f98, FUTEX_WAKE_PRIVATE, 1) = 1
20578 <... futex resumed> )             = 0
20581 pipe2( <unfinished ...>
20578 futex(0x7fffccb1f59c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20581 <... pipe2 resumed> [12, 13], O_CLOEXEC) = 0
20581 futex(0x7fffccb1f59c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fffccb1f598, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20578 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20578 futex(0x7fffccb1f570, FUTEX_WAKE_PRIVATE, 1) = 0
20578 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f0569e23000
20578 mprotect(0x7f0569e23000, 4096, PROT_NONE) = 0
20578 clone(child_stack=0x7f056a622ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f056a6239d0, tls=0x7f056a623700, child_tidptr=0x7f056a6239d0) = 20582
20582 set_robust_list(0x7f056a6239e0, 0x18 <unfinished ...>
20578 futex(0x1ec9f58, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
20582 <... set_robust_list resumed> )   = 0
20582 futex(0x1ec9f58, FUTEX_WAKE_PRIVATE, 1) = 1
20578 <... futex resumed> )             = 0
20582 pipe2( <unfinished ...>
20578 futex(0x7fffccb1f59c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20582 <... pipe2 resumed> [14, 15], O_CLOEXEC) = 0
20582 brk(0x2184000)                    = 0x2184000
20582 futex(0x7fffccb1f59c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fffccb1f598, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20578 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20578 futex(0x7fffccb1f570, FUTEX_WAKE_PRIVATE, 1) = 0
20578 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20580 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20578 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20578 <... futex resumed> )             = 0
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1) = 0
20578 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20581 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20578 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20581 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
20580 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20578 <... futex resumed> )             = 1
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20578 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20578 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20578 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 5, NULL <unfinished ...>
20578 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20578 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1) = 0
20578 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20578 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 5, NULL <unfinished ...>
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20578 <... futex resumed> )             = 1
20582 <... futex resumed> )             = 0
20578 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20580 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20578 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 7, NULL <unfinished ...>
20578 <... futex resumed> )             = 1
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20580 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20580 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20578 futex(0x18a50a0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 <... futex resumed> )             = 0
20578 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20578 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x7f056ecdd080, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x7f056ecdd080, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20578 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x7f056ecdd080, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20578 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... mmap resumed> )              = 0x7f0561e23000
20582 futex(0x7f056e289e60, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 munmap(0x7f0561e23000, 35508224 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... munmap resumed> )            = 0
20582 <... futex resumed> )             = 0
20581 munmap(0x7f0568000000, 31600640 <unfinished ...>
20580 <... futex resumed> )             = 0
20581 <... munmap resumed> )            = 0
20582 futex(0x7f056e28a73c, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 mprotect(0x7f0564000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
20580 futex(0x7f056ded3e00, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... mprotect resumed> )          = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x7f056e28a73c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056ded3e00, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x7f056e28a73c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20578 futex(0x7f056ded3e00, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
20578 <... futex resumed> )             = 0
20582 <... mmap resumed> )              = 0x7f055c000000
20581 futex(0x7f056ece7fe0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 7, NULL <unfinished ...>
20580 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 munmap(0x7f0560000000, 67108864 <unfinished ...>
20581 futex(0x7f056ece7fe0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... munmap resumed> )            = 0
20581 <... futex resumed> )             = 0
20582 mprotect(0x7f055c000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... mprotect resumed> )          = 0
20581 <... futex resumed> )             = 0
20580 brk(0x21a6000 <unfinished ...>
20578 futex(0x7f056ece7fe0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 <... brk resumed> )               = 0x21a6000
20582 futex(0x7f056e289e60, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 brk(0x21ad000 <unfinished ...>
20578 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... brk resumed> )               = 0x21ad000
20578 futex(0x7f056ece7fe0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20578 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x7f056e289e60, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 brk(0x21a5000)                    = 0x21a5000
20578 futex(0x1545e8c, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 mprotect(0x7f0564021000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20580 open("/usr/local/guix-git/var/guix/substitute-binary/cache/0aqp1lhhhy86jpq3hh8ng1vllpl2bqa8", O_RDONLY <unfinished ...>
20581 <... mprotect resumed> )          = 0
20580 <... open resumed> )              = 16
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 5, NULL <unfinished ...>
20581 mprotect(0x7f0564022000, 4096, PROT_READ|PROT_WRITE) = 0
20580 lstat("/usr",  <unfinished ...>
20581 mprotect(0x7f0564023000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20580 <... lstat resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20581 <... mprotect resumed> )          = 0
20580 lstat("/usr/local",  <unfinished ...>
20581 mprotect(0x7f0564024000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20580 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20581 <... mprotect resumed> )          = 0
20580 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 lstat("/usr/local/guix-git/var",  <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20582 <... futex resumed> )             = 0
20581 mprotect(0x7f0564025000, 32768, PROT_READ|PROT_WRITE <unfinished ...>
20580 lstat("/usr/local/guix-git/var/guix",  <unfinished ...>
20581 <... mprotect resumed> )          = 0
20580 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 mprotect(0x7f056402d000, 32768, PROT_READ|PROT_WRITE <unfinished ...>
20580 lstat("/usr/local/guix-git/var/guix/substitute-binary",  <unfinished ...>
20581 <... mprotect resumed> )          = 0
20580 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 open("/usr/local/guix-git/var/guix/substitute-binary/cache/0d7xnp3nji2mi4cw4jmd3mzbpija9a5a", O_RDONLY <unfinished ...>
20580 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache",  <unfinished ...>
20581 <... open resumed> )              = 17
20580 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20582 mprotect(0x7f055c021000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20581 lstat("/usr",  <unfinished ...>
20582 <... mprotect resumed> )          = 0
20581 <... lstat resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20582 mprotect(0x7f055c022000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20581 lstat("/usr/local",  <unfinished ...>
20582 <... mprotect resumed> )          = 0
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20582 mprotect(0x7f055c023000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
20581 lstat("/usr/local/guix-git",  <unfinished ...>
20582 <... mprotect resumed> )          = 0
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20580 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/0aqp1lhhhy86jpq3hh8ng1vllpl2bqa8",  <unfinished ...>
20581 lstat("/usr/local/guix-git/var",  <unfinished ...>
20582 mprotect(0x7f055c024000, 32768, PROT_READ|PROT_WRITE <unfinished ...>
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20582 <... mprotect resumed> )          = 0
20581 lstat("/usr/local/guix-git/var/guix",  <unfinished ...>
20582 mprotect(0x7f055c02c000, 32768, PROT_READ|PROT_WRITE <unfinished ...>
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20582 <... mprotect resumed> )          = 0
20581 lstat("/usr/local/guix-git/var/guix/substitute-binary",  <unfinished ...>
20580 <... lstat resumed> {st_mode=S_IFREG|0600, st_size=559, ...}) = 0
20582 open("/usr/local/guix-git/var/guix/substitute-binary/cache/0aicf8dcrrldfqcw1l5jn8sfg2cjlpbh", O_RDONLY <unfinished ...>
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20582 <... open resumed> )              = 18
20581 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache",  <unfinished ...>
20580 fcntl(16, F_GETFL <unfinished ...>
20582 lstat("/usr",  <unfinished ...>
20581 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20582 <... lstat resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20581 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/0d7xnp3nji2mi4cw4jmd3mzbpija9a5a",  <unfinished ...>
20582 lstat("/usr/local",  <unfinished ...>
20581 <... lstat resumed> {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20581 fcntl(17, F_GETFL <unfinished ...>
20582 lstat("/usr/local/guix-git",  <unfinished ...>
20581 <... fcntl resumed> )             = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 lseek(17, 0, SEEK_CUR <unfinished ...>
20582 lstat("/usr/local/guix-git/var",  <unfinished ...>
20581 <... lseek resumed> )             = 0
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 fstat(17,  <unfinished ...>
20582 lstat("/usr/local/guix-git/var/guix",  <unfinished ...>
20581 <... fstat resumed> {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20581 read(17,  <unfinished ...>
20582 lstat("/usr/local/guix-git/var/guix/substitute-binary",  <unfinished ...>
20581 <... read resumed> "(narinfo (version 0) (date 13953"..., 4096) = 433
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20580 <... fcntl resumed> )             = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20582 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache",  <unfinished ...>
20580 lseek(16, 0, SEEK_CUR <unfinished ...>
20582 <... lstat resumed> {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20580 <... lseek resumed> )             = 0
20582 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/0aicf8dcrrldfqcw1l5jn8sfg2cjlpbh",  <unfinished ...>
20580 fstat(16,  <unfinished ...>
20582 <... lstat resumed> {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20580 <... fstat resumed> {st_mode=S_IFREG|0600, st_size=559, ...}) = 0
20582 fcntl(18, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20580 read(16,  <unfinished ...>
20582 lseek(18, 0, SEEK_CUR <unfinished ...>
20580 <... read resumed> "(narinfo (version 0) (date 13953"..., 4096) = 559
20582 <... lseek resumed> )             = 0
20582 fstat(18,  <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... fstat resumed> {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20581 <... futex resumed> )             = 0
20580 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 read(18,  <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... read resumed> "(narinfo (version 0) (date 13953"..., 4096) = 445
20580 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x7f056ecdfde0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x7f056ecdfde0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056ecdfde0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x7f056e28d210, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x7f056e28d210, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 futex(0x7f056ece05e0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x7f056ece05e0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20581 futex(0x7f056ece05e0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x7f056ece0420, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x7f056ece0420, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x7f056ece0420, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20582 futex(0x7f056ece0420, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x7f056ece0420, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 mprotect(0x7f0564035000, 16384, PROT_READ|PROT_WRITE <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... mprotect resumed> )          = 0
20580 futex(0x7f056ece0420, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x7f056ded3e00, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x7f056ded3e00, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 7, NULL <unfinished ...>
20581 futex(0x7f056ded3e00, FUTEX_WAKE_PRIVATE, 1) = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 9, NULL <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20582 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 1
20580 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 9, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 11, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 9, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 11, NULL <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d48288, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1d48288, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 13, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 11, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 15, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20580 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d48088, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 17, NULL <unfinished ...>
20581 futex(0x1d48088, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 13, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 15, NULL <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 17, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d48288, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 <... futex resumed> )             = 0
20580 futex(0x1d48288, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 19, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 13, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 21, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 15, NULL <unfinished ...>
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 17, NULL <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 19, NULL <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 21, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 23, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1d48288, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1d48288, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 23, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 19, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 25, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 25, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 27, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 21, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 23, NULL <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 27, NULL <unfinished ...>
20580 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 29, NULL <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 29, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 31, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 33, NULL <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d48288, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 35, NULL <unfinished ...>
20580 futex(0x1d48288, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 31, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 37, NULL <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 25, NULL) = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x195de88, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x195de88, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d48288, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20580 <... futex resumed> )             = 0
20580 futex(0x1d48288, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 1
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 33, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 35, NULL <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 27, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 37, NULL <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 29, NULL <unfinished ...>
20581 mprotect(0x7f0564039000, 4096, PROT_READ|PROT_WRITE) = 0
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 futex(0x195de88, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x195de88, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 31, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20582 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20580 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 39, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 1
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 39, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 41, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 41, NULL <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 43, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 43, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 45, NULL <unfinished ...>
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 45, NULL <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20581 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 47, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20580 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 <... futex resumed> )             = 0
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 49, NULL <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 51, NULL <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 53, NULL <unfinished ...>
20580 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 <... futex resumed> )             = 1
20581 <... futex resumed> )             = 0
20580 <... futex resumed> )             = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 55, NULL <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20582 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
20582 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
20582 <... futex resumed> )             = 0
20581 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20580 <... futex resumed> )             = 0
20581 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 47, NULL <unfinished ...>
20582 close(18)                         = 0
20581 futex(0x1d4828c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48288, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 futex(0x1545e8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1545e88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 1
20582 <... futex resumed> )             = 1
20580 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 33, NULL <unfinished ...>
20581 close(17 <unfinished ...>
20580 futex(0x1ea3dc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 <... close resumed> )             = 0
20580 <... futex resumed> )             = 0
20578 futex(0x1ea3820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 57, NULL <unfinished ...>
20578 <... futex resumed> )             = 0
20578 futex(0x1545e8c, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
20580 close(16)                         = 0
20580 futex(0x1545e8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1545e88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
20578 <... futex resumed> )             = 0
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 49, NULL <unfinished ...>
20578 futex(0x1ea37d0, FUTEX_WAKE_PRIVATE, 1) = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/0la8szb4fggsbqjscrgy3s7z4bkj4qzw", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/0la8szb4fggsbqjscrgy3s7z4bkj4qzw", {st_mode=S_IFREG|0600, st_size=605, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=605, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 605
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/0vyv4rfymdjp7hplkadq9n98r1522wy3", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/0vyv4rfymdjp7hplkadq9n98r1522wy3", {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 443
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/11s3cj841nhr1dif9fjdxx1drwj9v1d4", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/11s3cj841nhr1dif9fjdxx1drwj9v1d4", {st_mode=S_IFREG|0600, st_size=571, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=571, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 571
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1363ms0jcp9944k40zg7d6i3xrc6s9n8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1363ms0jcp9944k40zg7d6i3xrc6s9n8", {st_mode=S_IFREG|0600, st_size=496, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=496, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 496
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/14ii00l19i9p5021k0bcwd2f7knsrsm1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/14ii00l19i9p5021k0bcwd2f7knsrsm1", {st_mode=S_IFREG|0600, st_size=617, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=617, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 617
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/14jddqclhilby3s1db2vmr6i46i3549j", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/14jddqclhilby3s1db2vmr6i46i3549j", {st_mode=S_IFREG|0600, st_size=509, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=509, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 509
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/174wq58i1q9gd2d59pakmxg96w56x28f", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/174wq58i1q9gd2d59pakmxg96w56x28f", {st_mode=S_IFREG|0600, st_size=559, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=559, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 559
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/17wrrjk28q067ppwm28v9pp4ffb3dlas", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/17wrrjk28q067ppwm28v9pp4ffb3dlas", {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 433
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/19iagsm5mfv0xrjnv5b609ypd6np5sr2", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/19iagsm5mfv0xrjnv5b609ypd6np5sr2", {st_mode=S_IFREG|0600, st_size=460, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=460, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 460
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1jldj4qinzk90dmxskwvq1k5fgrr5535", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1jldj4qinzk90dmxskwvq1k5fgrr5535", {st_mode=S_IFREG|0600, st_size=649, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=649, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 649
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1k26zf7qsmg6pkaygi75xnxm2ga9ppdm", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1k26zf7qsmg6pkaygi75xnxm2ga9ppdm", {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 454
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1lrpghbi26kip0r00a5jbk7gms2dga0p", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1lrpghbi26kip0r00a5jbk7gms2dga0p", {st_mode=S_IFREG|0600, st_size=592, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=592, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 592
20578 tgkill(20578, 20582, SIGPWR)      = 0
20582 <... futex resumed> )             = ? ERESTARTSYS (To be restarted)
20578 tgkill(20578, 20581, SIGPWR <unfinished ...>
20582 --- SIGPWR (Power failure) @ 0 (0) ---
20581 <... futex resumed> )             = ? ERESTARTSYS (To be restarted)
20582 rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1] <unfinished ...>
20581 --- SIGPWR (Power failure) @ 0 (0) ---
20578 <... tgkill resumed> )            = 0
20581 rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1] <unfinished ...>
20578 tgkill(20578, 20580, SIGPWR)      = 0
20580 <... futex resumed> )             = ? ERESTARTSYS (To be restarted)
20578 tgkill(20578, 20579, SIGPWR <unfinished ...>
20580 --- SIGPWR (Power failure) @ 0 (0) ---
20579 <... read resumed> 0x7f056c4e68d0, 1) = ? ERESTARTSYS (To be restarted)
20580 rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1] <unfinished ...>
20579 --- SIGPWR (Power failure) @ 0 (0) ---
20578 <... tgkill resumed> )            = 0
20579 rt_sigsuspend(~[INT QUIT ABRT BUS SEGV TERM XCPU RTMIN RT_1] <unfinished ...>
20578 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
20578 tgkill(20578, 20582, SIGXCPU)     = 0
20582 <... rt_sigsuspend resumed> )     = ? ERESTARTNOHAND (To be restarted)
20578 tgkill(20578, 20581, SIGXCPU <unfinished ...>
20582 --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
20581 <... rt_sigsuspend resumed> )     = ? ERESTARTNOHAND (To be restarted)
20582 rt_sigreturn(0x18 <unfinished ...>
20581 --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
20582 <... rt_sigreturn resumed> )      = -1 EINTR (Interrupted system call)
20581 rt_sigreturn(0x18 <unfinished ...>
20582 rt_sigreturn(0x2 <unfinished ...>
20581 <... rt_sigreturn resumed> )      = -1 EINTR (Interrupted system call)
20582 <... rt_sigreturn resumed> )      = 202
20581 rt_sigreturn(0x2 <unfinished ...>
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 33, NULL <unfinished ...>
20581 <... rt_sigreturn resumed> )      = 202
20578 <... tgkill resumed> )            = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 57, NULL <unfinished ...>
20578 tgkill(20578, 20580, SIGXCPU)     = 0
20580 <... rt_sigsuspend resumed> )     = ? ERESTARTNOHAND (To be restarted)
20578 tgkill(20578, 20579, SIGXCPU)     = 0
20580 --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
20579 <... rt_sigsuspend resumed> )     = ? ERESTARTNOHAND (To be restarted)
20580 rt_sigreturn(0x18 <unfinished ...>
20579 --- SIGXCPU (CPU time limit exceeded) @ 0 (0) ---
20580 <... rt_sigreturn resumed> )      = -1 EINTR (Interrupted system call)
20579 rt_sigreturn(0x18 <unfinished ...>
20580 rt_sigreturn(0x2 <unfinished ...>
20579 <... rt_sigreturn resumed> )      = -1 EINTR (Interrupted system call)
20580 <... rt_sigreturn resumed> )      = 202
20579 rt_sigreturn(0x2 <unfinished ...>
20580 futex(0x1d4828c, FUTEX_WAIT_PRIVATE, 49, NULL <unfinished ...>
20579 <... rt_sigreturn resumed> )      = 0
20579 read(6,  <unfinished ...>
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1qdk13ly4c5iqqz7nay0x4fn6ls5r1b9", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1qdk13ly4c5iqqz7nay0x4fn6ls5r1b9", {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 551
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/1zs7xnaby6vl49195sid1klx3gk03mwd", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/1zs7xnaby6vl49195sid1klx3gk03mwd", {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 582
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/212bsp1jvw5i1xdf8j0670d0rs3mcjz9", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/212bsp1jvw5i1xdf8j0670d0rs3mcjz9", {st_mode=S_IFREG|0600, st_size=577, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=577, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 577
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/23qpvnw9rsw035c4zcf4s8r9mpq922fk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/23qpvnw9rsw035c4zcf4s8r9mpq922fk", {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 544
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/281n6ma5jxy9sb3nwc09mzpqx43vczr6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/281n6ma5jxy9sb3nwc09mzpqx43vczr6", {st_mode=S_IFREG|0600, st_size=588, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=588, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 588
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/29k12z18hi01gv52xm5pw9spgk0lj0pk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/29k12z18hi01gv52xm5pw9spgk0lj0pk", {st_mode=S_IFREG|0600, st_size=918, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=918, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 918
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/2amx5dpidw8p09zzfkf7m353njf628ql", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/2amx5dpidw8p09zzfkf7m353njf628ql", {st_mode=S_IFREG|0600, st_size=519, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=519, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 519
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/2ly72pfnmg28ps7jdj83516gvbn6371j", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/2ly72pfnmg28ps7jdj83516gvbn6371j", {st_mode=S_IFREG|0600, st_size=613, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=613, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 613
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/2pqf0pisrg2kq7asx1amijadlk8j57js", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/2pqf0pisrg2kq7asx1amijadlk8j57js", {st_mode=S_IFREG|0600, st_size=490, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=490, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 490
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/30mh7x2nx61iw9r7hpabgf3h3x3xp3f4", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/30mh7x2nx61iw9r7hpabgf3h3x3xp3f4", {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 443
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/387r23khhz2hv05r7i3gkn7g6bbm7a8m", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/387r23khhz2hv05r7i3gkn7g6bbm7a8m", {st_mode=S_IFREG|0600, st_size=601, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=601, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 601
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/3c9ih4j09b69i9xyx717p6yfr96kw8q8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/3c9ih4j09b69i9xyx717p6yfr96kw8q8", {st_mode=S_IFREG|0600, st_size=660, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=660, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 660
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/3fjmnhbjvgmgyym3i6idv1vxv2grb8ki", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/3fjmnhbjvgmgyym3i6idv1vxv2grb8ki", {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 439
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/3fswwrlm0py5wvlz4k9c6nk7zml2wb6j", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/3fswwrlm0py5wvlz4k9c6nk7zml2wb6j", {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 448
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/3j4pxqg9rskk9365m6jqi59pvcyq1d82", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/3j4pxqg9rskk9365m6jqi59pvcyq1d82", {st_mode=S_IFREG|0600, st_size=590, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=590, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 590
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/450iim5g238fn4i24krbrrfq9xb98jwl", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/450iim5g238fn4i24krbrrfq9xb98jwl", {st_mode=S_IFREG|0600, st_size=698, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=698, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 698
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/45q0dnkqfr7qjpsc3a8fa1gqa73113ch", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/45q0dnkqfr7qjpsc3a8fa1gqa73113ch", {st_mode=S_IFREG|0600, st_size=458, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=458, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 458
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4836kvg46qw93w1n1av6qwhazxg9b5l7", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4836kvg46qw93w1n1av6qwhazxg9b5l7", {st_mode=S_IFREG|0600, st_size=435, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=435, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 435
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4d80zxr6qvfbfim7k6v96i2m9mkxbzmr", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4d80zxr6qvfbfim7k6v96i2m9mkxbzmr", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4gl7i5vdsbrnzg052g8k653f6bmcv4zf", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4gl7i5vdsbrnzg052g8k653f6bmcv4zf", {st_mode=S_IFREG|0600, st_size=462, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=462, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 462
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4gqp60hijd53j1nl0ybsbq8kw5b6f2wr", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4gqp60hijd53j1nl0ybsbq8kw5b6f2wr", {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 451
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4nla09brz7k0rz3gq0rnhi4zglb7bnfb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4nla09brz7k0rz3gq0rnhi4zglb7bnfb", {st_mode=S_IFREG|0600, st_size=594, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=594, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 594
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4saadbv1x473hx1i89a0bdlk66grmgjb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4saadbv1x473hx1i89a0bdlk66grmgjb", {st_mode=S_IFREG|0600, st_size=1070, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=1070, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 1070
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/4vf1ff79ix51pnnai20cyzxjbjmf2jj7", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/4vf1ff79ix51pnnai20cyzxjbjmf2jj7", {st_mode=S_IFREG|0600, st_size=547, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=547, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 547
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/506ih29z9a6idj00jqrkk7wvbwfml3d0", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/506ih29z9a6idj00jqrkk7wvbwfml3d0", {st_mode=S_IFREG|0600, st_size=601, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=601, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 601
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/5gzxdbvprjk7rhrli95hzr5629map9sx", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/5gzxdbvprjk7rhrli95hzr5629map9sx", {st_mode=S_IFREG|0600, st_size=685, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=685, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 685
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/5hb3b8a4f4r3ja49853hrmi46hibxiwk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/5hb3b8a4f4r3ja49853hrmi46hibxiwk", {st_mode=S_IFREG|0600, st_size=463, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=463, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 463
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/5v11czsqd9x9xqvsww9dk7h5i47laym0", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/5v11czsqd9x9xqvsww9dk7h5i47laym0", {st_mode=S_IFREG|0600, st_size=514, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=514, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 514
20578 brk(0x2584000)                    = 0x2584000
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/5w5gww9h1mq82wlcnphhb05y4yavsfm6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/5w5gww9h1mq82wlcnphhb05y4yavsfm6", {st_mode=S_IFREG|0600, st_size=599, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=599, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 599
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/6c7ipnvmgg0f23jgihw8zkwx354k7w0v", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/6c7ipnvmgg0f23jgihw8zkwx354k7w0v", {st_mode=S_IFREG|0600, st_size=579, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=579, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 579
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/6fsgppr68ww4vx6q6zz4d3znh3h6gwn7", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/6fsgppr68ww4vx6q6zz4d3znh3h6gwn7", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/6fy1c0qvgs1rmsw6x0l92nhp2a2cxmgl", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/6fy1c0qvgs1rmsw6x0l92nhp2a2cxmgl", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/6mkrpq8w4bzpm0wdsbxmpfykby5wz8li", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/6mkrpq8w4bzpm0wdsbxmpfykby5wz8li", {st_mode=S_IFREG|0600, st_size=563, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=563, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 563
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/6mvzhqivsn15s7sfr3rjazrfscs8g24z", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/6mvzhqivsn15s7sfr3rjazrfscs8g24z", {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 454
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7267cq3clzcbgd1k7s5rg0i0vp2yklpl", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7267cq3clzcbgd1k7s5rg0i0vp2yklpl", {st_mode=S_IFREG|0600, st_size=635, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=635, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 635
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7dbskk7yv9vnpkm3qa44dy8sdxq334rn", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7dbskk7yv9vnpkm3qa44dy8sdxq334rn", {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=443, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 443
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7i1xd53ifnvw4q543l2dyjzm04y18jb6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7i1xd53ifnvw4q543l2dyjzm04y18jb6", {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 436
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7knq52jk39s7s4c4svslgk2jc815nv0g", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7knq52jk39s7s4c4svslgk2jc815nv0g", {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 448
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7qnyi6njw49j79qdh9gzk35aiqgp3vva", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7qnyi6njw49j79qdh9gzk35aiqgp3vva", {st_mode=S_IFREG|0600, st_size=735, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=735, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 735
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7zc1mm02r2jdrbdjdxr8lp84c7c07q9b", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7zc1mm02r2jdrbdjdxr8lp84c7c07q9b", {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 548
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/7zmyshdhd9vqk6d7vrabpraf52r1flxp", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/7zmyshdhd9vqk6d7vrabpraf52r1flxp", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/85jcd0y3bcd6468jyvgk8fz5lcywq8ll", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/85jcd0y3bcd6468jyvgk8fz5lcywq8ll", {st_mode=S_IFREG|0600, st_size=449, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=449, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 449
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/8ciryj6rg78369w0knba6xyb7gisqb8i", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/8ciryj6rg78369w0knba6xyb7gisqb8i", {st_mode=S_IFREG|0600, st_size=918, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=918, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 918
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/8jnncw1czd1bi8cik8bmx5bx40a64swp", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/8jnncw1czd1bi8cik8bmx5bx40a64swp", {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 442
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/8rqpnwfz4pz15l4i67qxq1d8crvfwnyc", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/8rqpnwfz4pz15l4i67qxq1d8crvfwnyc", {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 441
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/8vcag3sl0c837x3j8lqij8dywdvf4i1a", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/8vcag3sl0c837x3j8lqij8dywdvf4i1a", {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 440
20578 brk(0x2594000)                    = 0x2594000
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/8vwmv6larv1fbr22mkbg57wz81fl7vpn", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/8vwmv6larv1fbr22mkbg57wz81fl7vpn", {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 445
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/9kighyh2vj3df460nfiw0qncnrw0r7kz", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/9kighyh2vj3df460nfiw0qncnrw0r7kz", {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 442
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/9x9m8z4v3czvp8l04pi9fghlwhch7hwb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/9x9m8z4v3czvp8l04pi9fghlwhch7hwb", {st_mode=S_IFREG|0600, st_size=602, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=602, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 602
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/a1ir9y0bgaazp6n58y3qbhmfymjq3yxq", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/a1ir9y0bgaazp6n58y3qbhmfymjq3yxq", {st_mode=S_IFREG|0600, st_size=593, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=593, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 593
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/a62j9z64i667zi6c2g9xhm15pld6rnyz", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/a62j9z64i667zi6c2g9xhm15pld6rnyz", {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 454
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/al2dqwd42fqskfc4bvh0hwgkkypbipch", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/al2dqwd42fqskfc4bvh0hwgkkypbipch", {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 551
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/b7fdrhlyf4h3fjq8zyf0myxbdxjzjvq3", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/b7fdrhlyf4h3fjq8zyf0myxbdxjzjvq3", {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 440
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/bjpalrv9f49d2k40p7ga0y6dwdys9w5j", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/bjpalrv9f49d2k40p7ga0y6dwdys9w5j", {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 441
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/bkyicnfkd1djmycj0bdhyc5h91mlfh1q", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/bkyicnfkd1djmycj0bdhyc5h91mlfh1q", {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 544
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/bwq9iyvmrrgaiy686f56gxfbrpli0yzi", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/bwq9iyvmrrgaiy686f56gxfbrpli0yzi", {st_mode=S_IFREG|0600, st_size=449, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=449, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 449
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/c3ysdyiqs7y0139n7z2ab25wbcvb4dlw", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/c3ysdyiqs7y0139n7z2ab25wbcvb4dlw", {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 436
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/c5cs53y3j5vkvvshxn9x0ms9dgjm5vhf", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/c5cs53y3j5vkvvshxn9x0ms9dgjm5vhf", {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 446
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/c6573fmbld9z293sl7ycdmllw2h8526z", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/c6573fmbld9z293sl7ycdmllw2h8526z", {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 433
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/cghlmh4964wgg3yy4fsq3s1l6c5z9rxc", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/cghlmh4964wgg3yy4fsq3s1l6c5z9rxc", {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 445
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/chrlyizhxf9djqhmd4cdy425plijah10", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/chrlyizhxf9djqhmd4cdy425plijah10", {st_mode=S_IFREG|0600, st_size=839, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=839, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 839
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/clarb53k2jc5p8z67cszpy7r4fh8dda1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/clarb53k2jc5p8z67cszpy7r4fh8dda1", {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 585
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/d0d7f1jzf3ddjl064h4i53vqxj7ff2v7", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/d0d7f1jzf3ddjl064h4i53vqxj7ff2v7", {st_mode=S_IFREG|0600, st_size=450, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=450, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 450
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/d3zsndvr39r5jshqasvx1aldxf8navxr", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/d3zsndvr39r5jshqasvx1aldxf8navxr", {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 585
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/d5ixjv0dvnwiqsb788rw1fv7d8dksmwi", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/d5ixjv0dvnwiqsb788rw1fv7d8dksmwi", {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 548
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/d63dplw63mylc8s25iqvmd2mfzbac5nq", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/d63dplw63mylc8s25iqvmd2mfzbac5nq", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/dam20hzfwcb8dxn0jrql09nfya8d3rmb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/dam20hzfwcb8dxn0jrql09nfya8d3rmb", {st_mode=S_IFREG|0600, st_size=509, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=509, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 509
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/dkhxqm3fdxz3dxr0qjy39v70n2vkr5sv", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/dkhxqm3fdxz3dxr0qjy39v70n2vkr5sv", {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 446
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/dmvbvxbrr2zgs066wvpkbg4blhi5b2y8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/dmvbvxbrr2zgs066wvpkbg4blhi5b2y8", {st_mode=S_IFREG|0600, st_size=732, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=732, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 732
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/dwp927b6lvsdxv5816dnpix0645cr5kc", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/dwp927b6lvsdxv5816dnpix0645cr5kc", {st_mode=S_IFREG|0600, st_size=453, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=453, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 453
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/dxmlsn4ajzw71a8pxl2rkq129640i4q0", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/dxmlsn4ajzw71a8pxl2rkq129640i4q0", {st_mode=S_IFREG|0600, st_size=519, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=519, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 519
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/f4v605p9fva9kjragznh3l28nfpzmcqp", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/f4v605p9fva9kjragznh3l28nfpzmcqp", {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=548, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 548
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/frjy0ij5ji127p61zs0panr1p65jmlfc", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/frjy0ij5ji127p61zs0panr1p65jmlfc", {st_mode=S_IFREG|0600, st_size=502, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=502, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 502
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/fs8kqhidm0dfhkyhhygkck1h238lmpw8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/fs8kqhidm0dfhkyhhygkck1h238lmpw8", {st_mode=S_IFREG|0600, st_size=543, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=543, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 543
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/fxxx41qqyy01qyh45q1d6xrfqqpwzsyk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/fxxx41qqyy01qyh45q1d6xrfqqpwzsyk", {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 465
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/gjl05yl9lvgjhznz5v985mys861svp34", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/gjl05yl9lvgjhznz5v985mys861svp34", {st_mode=S_IFREG|0600, st_size=650, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=650, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 650
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/gpvn3cp4h885hlxpl5qnjgfs25vcs1w6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/gpvn3cp4h885hlxpl5qnjgfs25vcs1w6", {st_mode=S_IFREG|0600, st_size=438, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=438, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 438
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/h65hc683gn8y1yln6vc3zx9z2mr0g04l", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/h65hc683gn8y1yln6vc3zx9z2mr0g04l", {st_mode=S_IFREG|0600, st_size=661, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=661, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 661
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/h6g4jwyvg1rd2p5lxd0h8x4lclgyrcms", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/h6g4jwyvg1rd2p5lxd0h8x4lclgyrcms", {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 451
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/hcq9sb7kxkw4936qmwaxsyis2is3cis1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/hcq9sb7kxkw4936qmwaxsyis2is3cis1", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/hhjphs30l8a0d0d3dbjlcwb70wch9aj3", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/hhjphs30l8a0d0d3dbjlcwb70wch9aj3", {st_mode=S_IFREG|0600, st_size=586, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=586, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 586
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/i2818dmb6awd01nzv7zd00h9q9a439sa", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/i2818dmb6awd01nzv7zd00h9q9a439sa", {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 442
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/i6kkas2ssrc2mz817x8byd7ndffs7j4n", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/i6kkas2ssrc2mz817x8byd7ndffs7j4n", {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 436
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/ipzn49z81cvsgkg9pghcxvb8fsxk06i1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/ipzn49z81cvsgkg9pghcxvb8fsxk06i1", {st_mode=S_IFREG|0600, st_size=437, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=437, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 437
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/iqcqqqcx7hb0k2bbkff11cl735bz0mdb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/iqcqqqcx7hb0k2bbkff11cl735bz0mdb", {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 551
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/j19fl60v67libd0rwrq8brfhh8kv3c35", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/j19fl60v67libd0rwrq8brfhh8kv3c35", {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 465
20578 brk(0x25a4000)                    = 0x25a4000
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/jdbgy34lm5ccz9q7v7if2d1dsicm0w91", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/jdbgy34lm5ccz9q7v7if2d1dsicm0w91", {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 465
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/jxqjgyh53jzlwxhy6r52dggxag022d7w", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/jxqjgyh53jzlwxhy6r52dggxag022d7w", {st_mode=S_IFREG|0600, st_size=581, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=581, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 581
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/k07kbclxbpc54m3pw6w105h13zd83rv6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/k07kbclxbpc54m3pw6w105h13zd83rv6", {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 439
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/k439id8vb2hhxc7ghvxgydhkpzvc2yjq", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/k439id8vb2hhxc7ghvxgydhkpzvc2yjq", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/kjfwp1priiw8bxdv6hzwlzgk31amxi23", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/kjfwp1priiw8bxdv6hzwlzgk31amxi23", {st_mode=S_IFREG|0600, st_size=455, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=455, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 455
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/kw2r0s86qs03xv431r3whn48xksjndvj", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/kw2r0s86qs03xv431r3whn48xksjndvj", {st_mode=S_IFREG|0600, st_size=646, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=646, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 646
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/l1zaxyf22pkahwhjdssny1qm45w8gq6n", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/l1zaxyf22pkahwhjdssny1qm45w8gq6n", {st_mode=S_IFREG|0600, st_size=594, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=594, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 594
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/l4swj14478h35ilr04hrk8x4xml973wx", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/l4swj14478h35ilr04hrk8x4xml973wx", {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 433
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/l5ipl1cp2397vk1klr1084b5568dfsba", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/l5ipl1cp2397vk1klr1084b5568dfsba", {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=551, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 551
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/l77lby8arvb3lml6pn9w20rdh17qp67v", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/l77lby8arvb3lml6pn9w20rdh17qp67v", {st_mode=S_IFREG|0600, st_size=624, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=624, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 624
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/ldp61d7qzh6bjjm57byy09gd7d3wcdsh", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/ldp61d7qzh6bjjm57byy09gd7d3wcdsh", {st_mode=S_IFREG|0600, st_size=1024, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=1024, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 1024
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 50
20578 close(16)                         = 0
20578 rt_sigaction(SIGALRM, {0x7f056ea18960, [], SA_RESTORER, 0x7f056e29d030}, {SIG_DFL, [], 0}, 8) = 0
20578 alarm(5)                          = 0
20578 socket(PF_NETLINK, SOCK_RAW, 0)   = 16
20578 bind(16, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
20578 getsockname(16, {sa_family=AF_NETLINK, pid=20578, groups=00000000}, [12]) = 0
20578 time(NULL)                        = 1395404953
20578 sendto(16, "\24\0\0\0\26\0\1\3\2310,S\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\24\0\2\0\2310,SbP\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 108
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"@\0\0\0\24\0\2\0\2310,SbP\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 128
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\2310,SbP\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
20578 close(16)                         = 0
20578 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 16
20578 connect(16, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20578 close(16)                         = 0
20578 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 16
20578 connect(16, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20578 close(16)                         = 0
20578 open("/etc/ld.so.cache", O_RDONLY) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20578 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 16, 0) = 0x7f056bc4e000
20578 close(16)                         = 0
20578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/x86_64-linux-gnu/tls", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/x86_64-linux-gnu/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
20578 open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/x86_64-linux-gnu/tls", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
20578 open("/lib/tls/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/tls/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/tls", 0x7fffccb1e0c0)  = -1 ENOENT (No such file or directory)
20578 open("/lib/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
20578 open("/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/tls/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/tls/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/tls", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/x86_64/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib/x86_64", 0x7fffccb1e0c0) = -1 ENOENT (No such file or directory)
20578 open("/usr/lib/libnss_db.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
20578 stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=102400, ...}) = 0
20578 munmap(0x7f056bc4e000, 105434)    = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "127.0.0.1\tlocalhost\n127.0.1.1\tde"..., 4096) = 221
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 16
20578 connect(16, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, 16) = 0
20578 poll([{fd=16, events=POLLOUT}], 1, 0) = 1 ([{fd=16, revents=POLLOUT}])
20578 sendto(16, "\311D\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\1\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=16, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=16, revents=POLLOUT}])
20578 sendto(16, "/\300\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\34\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=16, events=POLLIN}], 1, 4999) = 1 ([{fd=16, revents=POLLIN}])
20578 ioctl(16, FIONREAD, [268])        = 0
20578 recvfrom(16, "\311D\201\200\0\1\0\2\0\4\0\6\5hydra\3gnu\3org\0\0\1\0\1\300"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 268
20578 poll([{fd=16, events=POLLIN}], 1, 4998) = 1 ([{fd=16, revents=POLLIN}])
20578 ioctl(16, FIONREAD, [111])        = 0
20578 recvfrom(16, "/\300\201\200\0\1\0\1\0\1\0\0\5hydra\3gnu\3org\0\0\34\0\1\300"..., 1780, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 111
20578 close(16)                         = 0
20578 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 16
20578 fcntl(16, F_GETFL)                = 0x2 (flags O_RDWR)
20578 lseek(16, 0, SEEK_CUR)            = -1 ESPIPE (Illegal seek)
20578 connect(16, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("18.4.89.46")}, 16) = 0
20578 fstat(16, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
20578 setsockopt(16, SOL_SOCKET, SO_RCVBUF, "\0000\0\0]\r\247n", 8) = 0
20578 write(16, "GET /nix-cache-info HTTP/1.1\r\nHo"..., 72) = 72
20578 read(16, "HTTP/1.1 200 OK\r\nContent-Encodin"..., 4096) = 271
20578 read(16, "StoreDir: /gnu/store\nWantMassQue"..., 4096) = 52
20578 close(16)                         = 0
20578 alarm(0)                          = 5
20578 rt_sigaction(SIGALRM, {SIG_DFL, [], SA_RESTORER, 0x7f056e29d030}, {0x7f056ea18960, [], SA_RESTORER, 0x7f056e29d030}, 8) = 0
20578 rt_sigaction(SIGALRM, {0x7f056ea18960, [], SA_RESTORER, 0x7f056e29d030}, {SIG_DFL, [], SA_RESTORER, 0x7f056e29d030}, 8) = 0
20578 alarm(5)                          = 0
20578 socket(PF_NETLINK, SOCK_RAW, 0)   = 16
20578 bind(16, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
20578 getsockname(16, {sa_family=AF_NETLINK, pid=20578, groups=00000000}, [12]) = 0
20578 time(NULL)                        = 1395404953
20578 sendto(16, "\24\0\0\0\26\0\1\3\2310,S\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"0\0\0\0\24\0\2\0\2310,SbP\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 108
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"@\0\0\0\24\0\2\0\2310,SbP\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 128
20578 recvmsg(16, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\2310,SbP\0\0\0\0\0\0\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 20
20578 close(16)                         = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 open("/etc/services", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=19398, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "# Network services, Internet sty"..., 4096) = 4096
20578 read(16, "\t\t# IPX\nipx\t\t213/udp\nimap3\t\t220/"..., 4096) = 4096
20578 read(16, "  assessment scanner\nlotusnote\t1"..., 4096) = 4096
20578 read(16, "ecd\t# Grid Engine Execution Serv"..., 4096) = 4096
20578 read(16, "toms\t\t1001/tcp\t\t\t# pmake customs"..., 4096) = 3014
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 16
20578 fstat(16, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
20578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f056bc67000
20578 read(16, "127.0.0.1\tlocalhost\n127.0.1.1\tde"..., 4096) = 221
20578 read(16, "", 4096)                = 0
20578 close(16)                         = 0
20578 munmap(0x7f056bc67000, 4096)      = 0
20578 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
20578 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 16
20578 connect(16, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, 16) = 0
20578 poll([{fd=16, events=POLLOUT}], 1, 0) = 1 ([{fd=16, revents=POLLOUT}])
20578 sendto(16, "\344\331\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\1\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=16, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=16, revents=POLLOUT}])
20578 sendto(16, "\350&\1\0\0\1\0\0\0\0\0\0\5hydra\3gnu\3org\0\0\34\0\1", 31, MSG_NOSIGNAL, NULL, 0) = 31
20578 poll([{fd=16, events=POLLIN}], 1, 4999) = 1 ([{fd=16, revents=POLLIN}])
20578 ioctl(16, FIONREAD, [268])        = 0
20578 recvfrom(16, "\344\331\201\200\0\1\0\2\0\4\0\6\5hydra\3gnu\3org\0\0\1\0\1\300"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 268
20578 poll([{fd=16, events=POLLIN}], 1, 4998) = 1 ([{fd=16, revents=POLLIN}])
20578 ioctl(16, FIONREAD, [111])        = 0
20578 recvfrom(16, "\350&\201\200\0\1\0\1\0\1\0\0\5hydra\3gnu\3org\0\0\34\0\1\300"..., 1780, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.3.255.254")}, [16]) = 111
20578 close(16)                         = 0
20578 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 16
20578 fcntl(16, F_GETFL)                = 0x2 (flags O_RDWR)
20578 lseek(16, 0, SEEK_CUR)            = -1 ESPIPE (Illegal seek)
20578 connect(16, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("18.4.89.46")}, 16) = 0
20578 fstat(16, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
20578 setsockopt(16, SOL_SOCKET, SO_RCVBUF, "\0000\0\0]\r\247n", 8) = 0
20578 write(16, "GET /lf67s8xx8342c2schfm8ma4c8gh"..., 98) = 98
20578 read(16, "HTTP/1.1 404 Not Found\r\nContent-"..., 4096) = 278
20578 read(16, "does not exist\n", 4096) = 15
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy.BfTKc3", O_RDWR|O_CREAT|O_EXCL, 0600) = 16
20578 fcntl(16, F_GETFL)                = 0x8002 (flags O_RDWR|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
20578 write(16, "(narinfo (version 0) (date 13954"..., 50) = 50
20578 close(16)                         = 0
20578 rename("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy.BfTKc3", "/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy") = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/lh470wflcclhafbi4amxhgv394amsmzm", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/lh470wflcclhafbi4amxhgv394amsmzm", {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=451, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 451
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/m2w9byxsalln1i2nx4naw231i05pvi31", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/m2w9byxsalln1i2nx4naw231i05pvi31", {st_mode=S_IFREG|0600, st_size=575, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=575, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 575
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/m730f8yawrklvkxmag6h4q2cwhmmddrk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/m730f8yawrklvkxmag6h4q2cwhmmddrk", {st_mode=S_IFREG|0600, st_size=560, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=560, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 560
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/my41hrs53gqpvvc5514df7iis6b38z60", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/my41hrs53gqpvvc5514df7iis6b38z60", {st_mode=S_IFREG|0600, st_size=444, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=444, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 444
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/myxvcn06q46kk193hjfqjhy63nk5c4qf", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/myxvcn06q46kk193hjfqjhy63nk5c4qf", {st_mode=S_IFREG|0600, st_size=593, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=593, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 593
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/n2p6x6s6rahx7igqvqbidlpwp87497pl", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/n2p6x6s6rahx7igqvqbidlpwp87497pl", {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 439
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/n3n1w8avlc41qgy886sxhdkk6lamipvk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/n3n1w8avlc41qgy886sxhdkk6lamipvk", {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=441, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 441
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/n4sf5cjg1vsj7vgvvr94msaqf48n8ccf", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/n4sf5cjg1vsj7vgvvr94msaqf48n8ccf", {st_mode=S_IFREG|0600, st_size=479, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=479, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 479
20578 brk(0x2ace000)                    = 0x2ace000
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/nk2y202m92h8nsph6gqqy96fqv6m2sya", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/nk2y202m92h8nsph6gqqy96fqv6m2sya", {st_mode=S_IFREG|0600, st_size=580, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=580, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 580
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/nkmqqr1h482inpqvcbvcw7ri2s3j3av6", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/nkmqqr1h482inpqvcbvcw7ri2s3j3av6", {st_mode=S_IFREG|0600, st_size=438, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=438, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 438
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/nm26vdh992i2kx7hy9wmzasvzzw426wa", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/nm26vdh992i2kx7hy9wmzasvzzw426wa", {st_mode=S_IFREG|0600, st_size=602, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=602, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 602
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/nqx2n6gw9f7fbsl09bx7lx5msg2ilxxp", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/nqx2n6gw9f7fbsl09bx7lx5msg2ilxxp", {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=442, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 442
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/p1zwmmd46b5f3fc8xq22mxr8qlvd1ij7", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/p1zwmmd46b5f3fc8xq22mxr8qlvd1ij7", {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 582
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/p7sa45rnhxgb2d7bad3dn7j2dpjdv88c", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/p7sa45rnhxgb2d7bad3dn7j2dpjdv88c", {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 445
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/pcgsvbfwjggm607a756f4z6whb42mpjb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/pcgsvbfwjggm607a756f4z6whb42mpjb", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/pfms382qi0jdxdydcy00dxb5hl8psyaf", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/pfms382qi0jdxdydcy00dxb5hl8psyaf", {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=446, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 446
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/pwj08y2lp9f128l4w2qr45yi1qd9w654", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/pwj08y2lp9f128l4w2qr45yi1qd9w654", {st_mode=S_IFREG|0600, st_size=521, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=521, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 521
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/pwm61di9kpfks4acn0k6kp2rwa0wjl5j", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/pwm61di9kpfks4acn0k6kp2rwa0wjl5j", {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=582, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 582
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/q0i0kd9jvryy6vicnjwlb4b7pkai96iy", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/q0i0kd9jvryy6vicnjwlb4b7pkai96iy", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/q0zm1rvrd6arzmm0g14p420zgml14rq0", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/q0zm1rvrd6arzmm0g14p420zgml14rq0", {st_mode=S_IFREG|0600, st_size=652, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=652, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 652
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/q6si4g7i42x18mmav1p61ih79kzjq56c", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/q6si4g7i42x18mmav1p61ih79kzjq56c", {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 439
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/q7vn68dzlknyjq6d23khxnr0ydv79yc1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/q7vn68dzlknyjq6d23khxnr0ydv79yc1", {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 448
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/qdd0hz0sclms1rz3ss01f75r3ys8r58z", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/qdd0hz0sclms1rz3ss01f75r3ys8r58z", {st_mode=S_IFREG|0600, st_size=774, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=774, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 774
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/qmnm72fw8i69cw8qqjpi7zb2l5scz5cp", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/qmnm72fw8i69cw8qqjpi7zb2l5scz5cp", {st_mode=S_IFREG|0600, st_size=649, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=649, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 649
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/qxd19r7hjx1drbcvdcby72grdzailr1f", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/qxd19r7hjx1drbcvdcby72grdzailr1f", {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 544
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/qym1290b30xyy3prl9ynlh7znkvh7liv", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/qym1290b30xyy3prl9ynlh7znkvh7liv", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/r534qbhj6jni2x30q4rgl8ry8rilarak", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/r534qbhj6jni2x30q4rgl8ry8rilarak", {st_mode=S_IFREG|0600, st_size=664, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=664, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 664
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/r7lpkp8d2df74rw24ndcivxvjzdgxn8d", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/r7lpkp8d2df74rw24ndcivxvjzdgxn8d", {st_mode=S_IFREG|0600, st_size=603, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=603, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 603
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/rdkid5ikard16cfyggamz5i3ir7km08r", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/rdkid5ikard16cfyggamz5i3ir7km08r", {st_mode=S_IFREG|0600, st_size=560, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=560, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 560
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/rxrfcjk3mf10j5r8w162i29nn9xad8ck", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/rxrfcjk3mf10j5r8w162i29nn9xad8ck", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/s0fnxx14k1f27igwjms09i66d0jasdlg", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/s0fnxx14k1f27igwjms09i66d0jasdlg", {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=433, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 433
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/s3fh5jw788rbf3sczjkq1vkv85x1hzcr", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/s3fh5jw788rbf3sczjkq1vkv85x1hzcr", {st_mode=S_IFREG|0600, st_size=575, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=575, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 575
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/s5bivryhd619cvlg9yxna2a0gsfv9hx8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/s5bivryhd619cvlg9yxna2a0gsfv9hx8", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/sf8zzyqjnx3va6f00b1z8hh3ikhkc2ki", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/sf8zzyqjnx3va6f00b1z8hh3ikhkc2ki", {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=447, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 447
20578 brk(0x2ade000)                    = 0x2ade000
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/shvfi8ns2467acrf3dqs4sgagahhqaxb", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/shvfi8ns2467acrf3dqs4sgagahhqaxb", {st_mode=S_IFREG|0600, st_size=611, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=611, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 611
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/sj5ivydxwm1943y2g06vhwfwpn9hc1a1", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/sj5ivydxwm1943y2g06vhwfwpn9hc1a1", {st_mode=S_IFREG|0600, st_size=543, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=543, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 543
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/sszkyphbxyqzb18dsns4mhf6wd6d63k8", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/sszkyphbxyqzb18dsns4mhf6wd6d63k8", {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 436
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/v2q2595q6n4gs32j15ga65bgy0yqg76g", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/v2q2595q6n4gs32j15ga65bgy0yqg76g", {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=544, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 544
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/v31h8ks7pnrqaz1rf09l6hwgh58715j9", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/v31h8ks7pnrqaz1rf09l6hwgh58715j9", {st_mode=S_IFREG|0600, st_size=457, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=457, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 457
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/v61rn7xhhkiqq79d453mkp8ymmj0rs0w", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/v61rn7xhhkiqq79d453mkp8ymmj0rs0w", {st_mode=S_IFREG|0600, st_size=580, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=580, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 580
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/w4sy9p1m4gl50falp7g35f5bi7kdxr3y", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/w4sy9p1m4gl50falp7g35f5bi7kdxr3y", {st_mode=S_IFREG|0600, st_size=482, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=482, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 482
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/wc1vwmndsm429qzx7dh357n42hq889ws", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/wc1vwmndsm429qzx7dh357n42hq889ws", {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=448, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 448
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/wv98s1vgp69b52v3als36jy4xcfv27vh", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/wv98s1vgp69b52v3als36jy4xcfv27vh", {st_mode=S_IFREG|0600, st_size=970, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=970, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 970
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/xbryfykc21adgrq3z56g4c6xvv2lb645", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/xbryfykc21adgrq3z56g4c6xvv2lb645", {st_mode=S_IFREG|0600, st_size=579, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=579, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 579
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/xvkzgvc6bnsfayrk6svaiaf2av6nk1ag", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/xvkzgvc6bnsfayrk6svaiaf2av6nk1ag", {st_mode=S_IFREG|0600, st_size=558, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=558, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 558
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/xvvdw32cawg94pw6dl1illddrybpyv4g", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/xvvdw32cawg94pw6dl1illddrybpyv4g", {st_mode=S_IFREG|0600, st_size=599, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=599, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 599
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/xvxk27343n5hnzhmh8il6g0xvcffbhwy", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/xvxk27343n5hnzhmh8il6g0xvcffbhwy", {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=440, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 440
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/y23pyisb22na45pjwflnysiy6vrbr1j0", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/y23pyisb22na45pjwflnysiy6vrbr1j0", {st_mode=S_IFREG|0600, st_size=453, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=453, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 453
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/y4w5yvp9rx79hhlz26mzs9xa4xxlv8vc", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/y4w5yvp9rx79hhlz26mzs9xa4xxlv8vc", {st_mode=S_IFREG|0600, st_size=490, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=490, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 490
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/ydkqv7q4xjid20iha8z570mxv47dnxnk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/ydkqv7q4xjid20iha8z570mxv47dnxnk", {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=445, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 445
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/yr1yb386zw4s4r8dwpap9mf47wwkrgkd", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/yr1yb386zw4s4r8dwpap9mf47wwkrgkd", {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=454, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 454
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/yszllv1xwcg5ncphfdki7nji4x0v0z2c", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/yszllv1xwcg5ncphfdki7nji4x0v0z2c", {st_mode=S_IFREG|0600, st_size=647, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=647, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 647
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/yvkmm09anxq8zznmcyliwdpgml8sxz9x", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/yvkmm09anxq8zznmcyliwdpgml8sxz9x", {st_mode=S_IFREG|0600, st_size=435, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=435, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 435
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/yvqg4504bdi0l5hyn969k6s5vb690sbz", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/yvqg4504bdi0l5hyn969k6s5vb690sbz", {st_mode=S_IFREG|0600, st_size=430, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=430, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 430
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/ywh5isr2fahpb67cdj1nvnjv6kzmwqfk", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/ywh5isr2fahpb67cdj1nvnjv6kzmwqfk", {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=436, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 436
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/yy4467bw78dsdbshaf0py3bryqdh6amx", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/yy4467bw78dsdbshaf0py3bryqdh6amx", {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=439, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 439
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/z5hin9i9lj66dgi5l2grcgiiz49daybm", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/z5hin9i9lj66dgi5l2grcgiiz49daybm", {st_mode=S_IFREG|0600, st_size=620, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=620, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 620
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/z8qifq9172ad17a7mxg9w8jq51axwwqr", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/z8qifq9172ad17a7mxg9w8jq51axwwqr", {st_mode=S_IFREG|0600, st_size=502, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=502, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 502
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zgh2nvvxkwvmijchf4gyrqb4cq11znvd", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zgh2nvvxkwvmijchf4gyrqb4cq11znvd", {st_mode=S_IFREG|0600, st_size=473, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=473, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 473
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zp3r4sv0bnsg2y6ifbn0zvhbjcl83086", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zp3r4sv0bnsg2y6ifbn0zvhbjcl83086", {st_mode=S_IFREG|0600, st_size=458, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=458, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 458
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zp76gr4g7p1ajwyi9cj05ar9f250b8xn", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zp76gr4g7p1ajwyi9cj05ar9f250b8xn", {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=465, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 465
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zqkc210mnad00fbg76m29hh9s27fr6la", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zqkc210mnad00fbg76m29hh9s27fr6la", {st_mode=S_IFREG|0600, st_size=555, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=555, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 555
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zvqlvp5dcmf0cssanvyzhq7v13hm01bg", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zvqlvp5dcmf0cssanvyzhq7v13hm01bg", {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=498, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 498
20578 close(16)                         = 0
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/zzspskiw9nfpybk09l11xgmdw92j616f", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/zzspskiw9nfpybk09l11xgmdw92j616f", {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=585, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13953"..., 4096) = 585
20578 close(16)                         = 0
20578 write(1, "/gnu/store/0aicf8dcrrldfqcw1l5jn"..., 64) = 64
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/0aqp1lhhhy86jpq3hh8ng"..., 58 <unfinished ...>
20577 <... read resumed> "/gnu/store/0aicf8dcrrldfqcw1l5jn"..., 32768) = 64
20578 <... write resumed> )             = 58
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/0d7xnp3nji2mi4cw4jmd3"..., 60 <unfinished ...>
20577 <... select resumed> )            = 1 (in [12])
20578 <... write resumed> )             = 60
20577 read(12, "/gnu/store/0aqp1lhhhy86jpq3hh8ng"..., 32768) = 118
20578 write(1, "/gnu/store/0la8szb4fggsbqjscrgy3"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/0la8szb4fggsbqjscrgy3"..., 32768) = 56
20578 write(1, "/gnu/store/0vyv4rfymdjp7hplkadq9"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/11s3cj841nhr1dif9fjdx"..., 60 <unfinished ...>
20577 <... read resumed> "/gnu/store/0vyv4rfymdjp7hplkadq9"..., 32768) = 63
20578 <... write resumed> )             = 60
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/1363ms0jcp9944k40zg7d"..., 64 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... read resumed> "/gnu/store/11s3cj841nhr1dif9fjdx"..., 32768) = 124
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/14ii00l19i9p5021k0bcw"..., 62) = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/14ii00l19i9p5021k0bcw"..., 32768) = 62
20578 write(1, "/gnu/store/14jddqclhilby3s1db2vm"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/14jddqclhilby3s1db2vm"..., 32768) = 56
20578 write(1, "/gnu/store/174wq58i1q9gd2d59pakm"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/17wrrjk28q067ppwm28v9"..., 60 <unfinished ...>
20577 <... read resumed> "/gnu/store/174wq58i1q9gd2d59pakm"..., 32768) = 58
20578 <... write resumed> )             = 60
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/19iagsm5mfv0xrjnv5b60"..., 69 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 69
20577 <... read resumed> "/gnu/store/17wrrjk28q067ppwm28v9"..., 32768) = 129
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/1jldj4qinzk90dmxskwvq"..., 56) = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/1jldj4qinzk90dmxskwvq"..., 32768) = 56
20578 write(1, "/gnu/store/1k26zf7qsmg6pkaygi75x"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/1k26zf7qsmg6pkaygi75x"..., 32768) = 67
20578 write(1, "/gnu/store/1lrpghbi26kip0r00a5jb"..., 55 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/1lrpghbi26kip0r00a5jb"..., 32768) = 55
20578 write(1, "/gnu/store/1qdk13ly4c5iqqz7nay0x"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/1qdk13ly4c5iqqz7nay0x"..., 32768) = 56
20578 write(1, "/gnu/store/1zs7xnaby6vl49195sid1"..., 53 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 53
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/1zs7xnaby6vl49195sid1"..., 32768) = 53
20578 write(1, "/gnu/store/212bsp1jvw5i1xdf8j067"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/212bsp1jvw5i1xdf8j067"..., 32768) = 58
20578 write(1, "/gnu/store/23qpvnw9rsw035c4zcf4s"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/281n6ma5jxy9sb3nwc09m"..., 53 <unfinished ...>
20577 <... read resumed> "/gnu/store/23qpvnw9rsw035c4zcf4s"..., 32768) = 54
20578 <... write resumed> )             = 53
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/29k12z18hi01gv52xm5pw"..., 57 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 57
20577 <... read resumed> "/gnu/store/281n6ma5jxy9sb3nwc09m"..., 32768) = 110
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/2amx5dpidw8p09zzfkf7m"..., 58) = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/2amx5dpidw8p09zzfkf7m"..., 32768) = 58
20578 write(1, "/gnu/store/2ly72pfnmg28ps7jdj835"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/2pqf0pisrg2kq7asx1ami"..., 65 <unfinished ...>
20577 <... read resumed> "/gnu/store/2ly72pfnmg28ps7jdj835"..., 32768) = 58
20578 <... write resumed> )             = 65
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/30mh7x2nx61iw9r7hpabg"..., 63 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... read resumed> "/gnu/store/2pqf0pisrg2kq7asx1ami"..., 32768) = 128
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/387r23khhz2hv05r7i3gk"..., 57) = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/387r23khhz2hv05r7i3gk"..., 32768) = 57
20578 write(1, "/gnu/store/3c9ih4j09b69i9xyx717p"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/3c9ih4j09b69i9xyx717p"..., 32768) = 61
20578 write(1, "/gnu/store/3fjmnhbjvgmgyym3i6idv"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/3fswwrlm0py5wvlz4k9c6"..., 65 <unfinished ...>
20577 <... read resumed> "/gnu/store/3fjmnhbjvgmgyym3i6idv"..., 32768) = 62
20578 <... write resumed> )             = 65
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/3j4pxqg9rskk9365m6jqi"..., 55 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... read resumed> "/gnu/store/3fswwrlm0py5wvlz4k9c6"..., 32768) = 120
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/450iim5g238fn4i24krbr"..., 74) = 74
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/450iim5g238fn4i24krbr"..., 32768) = 74
20578 write(1, "/gnu/store/45q0dnkqfr7qjpsc3a8fa"..., 68 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 68
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/45q0dnkqfr7qjpsc3a8fa"..., 32768) = 68
20578 write(1, "/gnu/store/4836kvg46qw93w1n1av6q"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/4836kvg46qw93w1n1av6q"..., 32768) = 61
20578 write(1, "/gnu/store/4d80zxr6qvfbfim7k6v96"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/4d80zxr6qvfbfim7k6v96"..., 32768) = 67
20578 write(1, "/gnu/store/4gl7i5vdsbrnzg052g8k6"..., 70 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 70
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/4gl7i5vdsbrnzg052g8k6"..., 32768) = 70
20578 write(1, "/gnu/store/4gqp60hijd53j1nl0ybsb"..., 66 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 66
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/4nla09brz7k0rz3gq0rnh"..., 56 <unfinished ...>
20577 <... read resumed> "/gnu/store/4gqp60hijd53j1nl0ybsb"..., 32768) = 66
20578 <... write resumed> )             = 56
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/4saadbv1x473hx1i89a0b"..., 58 <unfinished ...>
20577 <... read resumed> "/gnu/store/4nla09brz7k0rz3gq0rnh"..., 32768) = 56
20578 <... write resumed> )             = 58
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/4vf1ff79ix51pnnai20cy"..., 55 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... read resumed> "/gnu/store/4saadbv1x473hx1i89a0b"..., 32768) = 113
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/506ih29z9a6idj00jqrkk"..., 57) = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/506ih29z9a6idj00jqrkk"..., 32768) = 57
20578 write(1, "/gnu/store/5gzxdbvprjk7rhrli95hz"..., 74 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 74
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/5hb3b8a4f4r3ja49853hr"..., 70 <unfinished ...>
20577 <... read resumed> "/gnu/store/5gzxdbvprjk7rhrli95hz"..., 32768) = 74
20578 <... write resumed> )             = 70
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/5v11czsqd9x9xqvsww9dk"..., 55 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... read resumed> "/gnu/store/5hb3b8a4f4r3ja49853hr"..., 32768) = 125
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/5w5gww9h1mq82wlcnphhb"..., 57) = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/5w5gww9h1mq82wlcnphhb"..., 32768) = 57
20578 write(1, "/gnu/store/6c7ipnvmgg0f23jgihw8z"..., 68 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 68
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/6c7ipnvmgg0f23jgihw8z"..., 32768) = 68
20578 write(1, "/gnu/store/6fsgppr68ww4vx6q6zz4d"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/6fsgppr68ww4vx6q6zz4d"..., 32768) = 65
20578 write(1, "/gnu/store/6fy1c0qvgs1rmsw6x0l92"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/6fy1c0qvgs1rmsw6x0l92"..., 32768) = 65
20578 write(1, "/gnu/store/6mkrpq8w4bzpm0wdsbxmp"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/6mvzhqivsn15s7sfr3rja"..., 67 <unfinished ...>
20577 <... read resumed> "/gnu/store/6mkrpq8w4bzpm0wdsbxmp"..., 32768) = 58
20578 <... write resumed> )             = 67
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/7267cq3clzcbgd1k7s5rg"..., 53 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 53
20577 <... read resumed> "/gnu/store/6mvzhqivsn15s7sfr3rja"..., 32768) = 120
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/7dbskk7yv9vnpkm3qa44d"..., 63) = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/7dbskk7yv9vnpkm3qa44d"..., 32768) = 63
20578 write(1, "/gnu/store/7i1xd53ifnvw4q543l2dy"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/7i1xd53ifnvw4q543l2dy"..., 32768) = 61
20578 write(1, "/gnu/store/7knq52jk39s7s4c4svslg"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/7knq52jk39s7s4c4svslg"..., 32768) = 65
20578 write(1, "/gnu/store/7qnyi6njw49j79qdh9gzk"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/7qnyi6njw49j79qdh9gzk"..., 32768) = 58
20578 write(1, "/gnu/store/7zc1mm02r2jdrbdjdxr8l"..., 55 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/7zc1mm02r2jdrbdjdxr8l"..., 32768) = 55
20578 write(1, "/gnu/store/7zmyshdhd9vqk6d7vrabp"..., 67) = 67
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/85jcd0y3bcd6468jyvgk8"..., 65 <unfinished ...>
20577 <... read resumed> "/gnu/store/7zmyshdhd9vqk6d7vrabp"..., 32768) = 67
20578 <... write resumed> )             = 65
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/8ciryj6rg78369w0knba6"..., 57 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 57
20577 <... read resumed> "/gnu/store/85jcd0y3bcd6468jyvgk8"..., 32768) = 122
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/8jnncw1czd1bi8cik8bmx"..., 63) = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/8jnncw1czd1bi8cik8bmx"..., 32768) = 63
20578 write(1, "/gnu/store/8rqpnwfz4pz15l4i67qxq"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/8vcag3sl0c837x3j8lqij"..., 62 <unfinished ...>
20577 <... read resumed> "/gnu/store/8rqpnwfz4pz15l4i67qxq"..., 32768) = 63
20578 <... write resumed> )             = 62
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/8vwmv6larv1fbr22mkbg5"..., 64 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... read resumed> "/gnu/store/8vcag3sl0c837x3j8lqij"..., 32768) = 126
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/9kighyh2vj3df460nfiw0"..., 63) = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/9kighyh2vj3df460nfiw0"..., 32768) = 63
20578 write(1, "/gnu/store/9x9m8z4v3czvp8l04pi9f"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/9x9m8z4v3czvp8l04pi9f"..., 32768) = 58
20578 write(1, "/gnu/store/a1ir9y0bgaazp6n58y3qb"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/a1ir9y0bgaazp6n58y3qb"..., 32768) = 56
20578 write(1, "/gnu/store/a62j9z64i667zi6c2g9xh"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/a62j9z64i667zi6c2g9xh"..., 32768) = 67
20578 write(1, "/gnu/store/al2dqwd42fqskfc4bvh0h"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/al2dqwd42fqskfc4bvh0h"..., 32768) = 56
20578 write(1, "/gnu/store/b7fdrhlyf4h3fjq8zyf0m"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/b7fdrhlyf4h3fjq8zyf0m"..., 32768) = 62
20578 write(1, "/gnu/store/bjpalrv9f49d2k40p7ga0"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/bjpalrv9f49d2k40p7ga0"..., 32768) = 63
20578 write(1, "/gnu/store/bkyicnfkd1djmycj0bdhy"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/bkyicnfkd1djmycj0bdhy"..., 32768) = 54
20578 write(1, "/gnu/store/bwq9iyvmrrgaiy686f56g"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/bwq9iyvmrrgaiy686f56g"..., 32768) = 65
20578 write(1, "/gnu/store/c3ysdyiqs7y0139n7z2ab"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/c3ysdyiqs7y0139n7z2ab"..., 32768) = 61
20578 write(1, "/gnu/store/c5cs53y3j5vkvvshxn9x0"..., 64 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/c6573fmbld9z293sl7ycd"..., 60 <unfinished ...>
20577 <... read resumed> "/gnu/store/c5cs53y3j5vkvvshxn9x0"..., 32768) = 64
20578 <... write resumed> )             = 60
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/cghlmh4964wgg3yy4fsq3"..., 64) = 64
20577 read(12, "/gnu/store/c6573fmbld9z293sl7ycd"..., 32768) = 124
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/chrlyizhxf9djqhmd4cdy"..., 59) = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/chrlyizhxf9djqhmd4cdy"..., 32768) = 59
20578 write(1, "/gnu/store/clarb53k2jc5p8z67cszp"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/clarb53k2jc5p8z67cszp"..., 32768) = 54
20578 write(1, "/gnu/store/d0d7f1jzf3ddjl064h4i5"..., 66 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 66
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/d0d7f1jzf3ddjl064h4i5"..., 32768) = 66
20578 write(1, "/gnu/store/d3zsndvr39r5jshqasvx1"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/d5ixjv0dvnwiqsb788rw1"..., 55 <unfinished ...>
20577 <... read resumed> "/gnu/store/d3zsndvr39r5jshqasvx1"..., 32768) = 54
20578 <... write resumed> )             = 55
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/d63dplw63mylc8s25iqvm"..., 65 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... read resumed> "/gnu/store/d5ixjv0dvnwiqsb788rw1"..., 32768) = 120
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/dam20hzfwcb8dxn0jrql0"..., 57) = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/dam20hzfwcb8dxn0jrql0"..., 32768) = 57
20578 write(1, "/gnu/store/dkhxqm3fdxz3dxr0qjy39"..., 64 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/dkhxqm3fdxz3dxr0qjy39"..., 32768) = 64
20578 write(1, "/gnu/store/dmvbvxbrr2zgs066wvpkb"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20578 brk(0x2aee000 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... brk resumed> )               = 0x2aee000
20577 <... read resumed> "/gnu/store/dmvbvxbrr2zgs066wvpkb"..., 32768) = 56
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/dwp927b6lvsdxv5816dnp"..., 67) = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/dwp927b6lvsdxv5816dnp"..., 32768) = 67
20578 write(1, "/gnu/store/dxmlsn4ajzw71a8pxl2rk"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/dxmlsn4ajzw71a8pxl2rk"..., 32768) = 58
20578 write(1, "/gnu/store/f4v605p9fva9kjragznh3"..., 55 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/f4v605p9fva9kjragznh3"..., 32768) = 55
20578 write(1, "/gnu/store/frjy0ij5ji127p61zs0pa"..., 55 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 55
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/frjy0ij5ji127p61zs0pa"..., 32768) = 55
20578 write(1, "/gnu/store/fs8kqhidm0dfhkyhhygkc"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/fs8kqhidm0dfhkyhhygkc"..., 32768) = 54
20578 write(1, "/gnu/store/fxxx41qqyy01qyh45q1d6"..., 71 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 71
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/fxxx41qqyy01qyh45q1d6"..., 32768) = 71
20578 write(1, "/gnu/store/gjl05yl9lvgjhznz5v985"..., 59 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/gpvn3cp4h885hlxpl5qnj"..., 62 <unfinished ...>
20577 <... read resumed> "/gnu/store/gjl05yl9lvgjhznz5v985"..., 32768) = 59
20578 <... write resumed> )             = 62
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/h65hc683gn8y1yln6vc3z"..., 60 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 60
20577 <... read resumed> "/gnu/store/gpvn3cp4h885hlxpl5qnj"..., 32768) = 122
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/h6g4jwyvg1rd2p5lxd0h8"..., 66) = 66
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/h6g4jwyvg1rd2p5lxd0h8"..., 32768) = 66
20578 write(1, "/gnu/store/hcq9sb7kxkw4936qmwaxs"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/hcq9sb7kxkw4936qmwaxs"..., 32768) = 67
20578 write(1, "/gnu/store/hhjphs30l8a0d0d3dbjlc"..., 60 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 60
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/hhjphs30l8a0d0d3dbjlc"..., 32768) = 60
20578 write(1, "/gnu/store/i2818dmb6awd01nzv7zd0"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/i2818dmb6awd01nzv7zd0"..., 32768) = 63
20578 write(1, "/gnu/store/i6kkas2ssrc2mz817x8by"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/i6kkas2ssrc2mz817x8by"..., 32768) = 61
20578 write(1, "/gnu/store/ipzn49z81cvsgkg9pghcx"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/ipzn49z81cvsgkg9pghcx"..., 32768) = 61
20578 write(1, "/gnu/store/iqcqqqcx7hb0k2bbkff11"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/iqcqqqcx7hb0k2bbkff11"..., 32768) = 56
20578 write(1, "/gnu/store/j19fl60v67libd0rwrq8b"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/j19fl60v67libd0rwrq8b"..., 32768) = 58
20578 write(1, "/gnu/store/jdbgy34lm5ccz9q7v7if2"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/jdbgy34lm5ccz9q7v7if2"..., 32768) = 58
20578 write(1, "/gnu/store/jxqjgyh53jzlwxhy6r52d"..., 59 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/jxqjgyh53jzlwxhy6r52d"..., 32768) = 59
20578 write(1, "/gnu/store/k07kbclxbpc54m3pw6w10"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/k07kbclxbpc54m3pw6w10"..., 32768) = 62
20578 write(1, "/gnu/store/k439id8vb2hhxc7ghvxgy"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/k439id8vb2hhxc7ghvxgy"..., 32768) = 67
20578 write(1, "/gnu/store/kjfwp1priiw8bxdv6hzwl"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/kw2r0s86qs03xv431r3wh"..., 72 <unfinished ...>
20577 <... read resumed> "/gnu/store/kjfwp1priiw8bxdv6hzwl"..., 32768) = 67
20578 <... write resumed> )             = 72
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/l1zaxyf22pkahwhjdssny"..., 56 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... read resumed> "/gnu/store/kw2r0s86qs03xv431r3wh"..., 32768) = 128
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/l4swj14478h35ilr04hrk"..., 60) = 60
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/l4swj14478h35ilr04hrk"..., 32768) = 60
20578 write(1, "/gnu/store/l5ipl1cp2397vk1klr108"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/l5ipl1cp2397vk1klr108"..., 32768) = 56
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/l77lby8arvb3lml6pn9w2"..., 53) = 53
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/l77lby8arvb3lml6pn9w2"..., 32768) = 53
20578 write(1, "/gnu/store/ldp61d7qzh6bjjm57byy0"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/ldp61d7qzh6bjjm57byy0"..., 32768) = 56
20578 write(1, "/gnu/store/lh470wflcclhafbi4amxh"..., 66 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 66
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/lh470wflcclhafbi4amxh"..., 32768) = 66
20578 write(1, "/gnu/store/m2w9byxsalln1i2nx4naw"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/m2w9byxsalln1i2nx4naw"..., 32768) = 62
20578 write(1, "/gnu/store/m730f8yawrklvkxmag6h4"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/m730f8yawrklvkxmag6h4"..., 32768) = 58
20578 write(1, "/gnu/store/my41hrs53gqpvvc5514df"..., 64 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/myxvcn06q46kk193hjfqj"..., 56 <unfinished ...>
20577 <... read resumed> "/gnu/store/my41hrs53gqpvvc5514df"..., 32768) = 64
20578 <... write resumed> )             = 56
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/n2p6x6s6rahx7igqvqbid"..., 62 <unfinished ...>
20577 <... read resumed> "/gnu/store/myxvcn06q46kk193hjfqj"..., 32768) = 56
20578 <... write resumed> )             = 62
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/n3n1w8avlc41qgy886sxh"..., 63 <unfinished ...>
20577 <... read resumed> "/gnu/store/n2p6x6s6rahx7igqvqbid"..., 32768) = 62
20578 <... write resumed> )             = 63
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/n4sf5cjg1vsj7vgvvr94m"..., 60 <unfinished ...>
20577 <... read resumed> "/gnu/store/n3n1w8avlc41qgy886sxh"..., 32768) = 63
20578 <... write resumed> )             = 60
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/nk2y202m92h8nsph6gqqy"..., 63 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... read resumed> "/gnu/store/n4sf5cjg1vsj7vgvvr94m"..., 32768) = 123
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/nkmqqr1h482inpqvcbvcw"..., 62) = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/nkmqqr1h482inpqvcbvcw"..., 32768) = 62
20578 write(1, "/gnu/store/nm26vdh992i2kx7hy9wmz"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/nm26vdh992i2kx7hy9wmz"..., 32768) = 58
20578 write(1, "/gnu/store/nqx2n6gw9f7fbsl09bx7l"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/nqx2n6gw9f7fbsl09bx7l"..., 32768) = 63
20578 write(1, "/gnu/store/p1zwmmd46b5f3fc8xq22m"..., 53 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 53
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/p7sa45rnhxgb2d7bad3dn"..., 64 <unfinished ...>
20577 <... read resumed> "/gnu/store/p1zwmmd46b5f3fc8xq22m"..., 32768) = 53
20578 <... write resumed> )             = 64
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/pcgsvbfwjggm607a756f4"..., 67 <unfinished ...>
20577 <... read resumed> "/gnu/store/p7sa45rnhxgb2d7bad3dn"..., 32768) = 64
20578 <... write resumed> )             = 67
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/pfms382qi0jdxdydcy00d"..., 64 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 64
20577 <... read resumed> "/gnu/store/pcgsvbfwjggm607a756f4"..., 32768) = 131
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/pwj08y2lp9f128l4w2qr4"..., 70) = 70
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/pwj08y2lp9f128l4w2qr4"..., 32768) = 70
20578 write(1, "/gnu/store/pwm61di9kpfks4acn0k6k"..., 53 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 53
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/pwm61di9kpfks4acn0k6k"..., 32768) = 53
20578 write(1, "/gnu/store/q0i0kd9jvryy6vicnjwlb"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/q0i0kd9jvryy6vicnjwlb"..., 32768) = 67
20578 write(1, "/gnu/store/q0zm1rvrd6arzmm0g14p4"..., 59 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/q0zm1rvrd6arzmm0g14p4"..., 32768) = 59
20578 write(1, "/gnu/store/q6si4g7i42x18mmav1p61"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/q6si4g7i42x18mmav1p61"..., 32768) = 62
20578 write(1, "/gnu/store/q7vn68dzlknyjq6d23khx"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/q7vn68dzlknyjq6d23khx"..., 32768) = 65
20578 write(1, "/gnu/store/qdd0hz0sclms1rz3ss01f"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/qdd0hz0sclms1rz3ss01f"..., 32768) = 56
20578 write(1, "/gnu/store/qmnm72fw8i69cw8qqjpi7"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/qmnm72fw8i69cw8qqjpi7"..., 32768) = 56
20578 write(1, "/gnu/store/qxd19r7hjx1drbcvdcby7"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/qxd19r7hjx1drbcvdcby7"..., 32768) = 54
20578 write(1, "/gnu/store/qym1290b30xyy3prl9ynl"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/qym1290b30xyy3prl9ynl"..., 32768) = 67
20578 write(1, "/gnu/store/r534qbhj6jni2x30q4rgl"..., 60 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 60
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/r534qbhj6jni2x30q4rgl"..., 32768) = 60
20578 write(1, "/gnu/store/r7lpkp8d2df74rw24ndci"..., 57 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/r7lpkp8d2df74rw24ndci"..., 32768) = 57
20578 write(1, "/gnu/store/rdkid5ikard16cfyggamz"..., 58 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 58
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/rxrfcjk3mf10j5r8w162i"..., 65 <unfinished ...>
20577 <... read resumed> "/gnu/store/rdkid5ikard16cfyggamz"..., 32768) = 58
20578 <... write resumed> )             = 65
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/s0fnxx14k1f27igwjms09"..., 60 <unfinished ...>
20577 <... read resumed> "/gnu/store/rxrfcjk3mf10j5r8w162i"..., 32768) = 65
20578 <... write resumed> )             = 60
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/s3fh5jw788rbf3sczjkq1"..., 62 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... read resumed> "/gnu/store/s0fnxx14k1f27igwjms09"..., 32768) = 122
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/s5bivryhd619cvlg9yxna"..., 65) = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/s5bivryhd619cvlg9yxna"..., 32768) = 65
20578 write(1, "/gnu/store/sf8zzyqjnx3va6f00b1z8"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/sf8zzyqjnx3va6f00b1z8"..., 32768) = 65
20578 write(1, "/gnu/store/shvfi8ns2467acrf3dqs4"..., 66 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 66
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/shvfi8ns2467acrf3dqs4"..., 32768) = 66
20578 write(1, "/gnu/store/sj5ivydxwm1943y2g06vh"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/sszkyphbxyqzb18dsns4m"..., 61 <unfinished ...>
20577 <... read resumed> "/gnu/store/sj5ivydxwm1943y2g06vh"..., 32768) = 54
20578 <... write resumed> )             = 61
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/v2q2595q6n4gs32j15ga6"..., 54 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... read resumed> "/gnu/store/sszkyphbxyqzb18dsns4m"..., 32768) = 115
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/v31h8ks7pnrqaz1rf09l6"..., 68) = 68
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/v31h8ks7pnrqaz1rf09l6"..., 32768) = 68
20578 write(1, "/gnu/store/v61rn7xhhkiqq79d453mk"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/v61rn7xhhkiqq79d453mk"..., 32768) = 63
20578 write(1, "/gnu/store/w4sy9p1m4gl50falp7g35"..., 60 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 60
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/w4sy9p1m4gl50falp7g35"..., 32768) = 60
20578 write(1, "/gnu/store/wc1vwmndsm429qzx7dh35"..., 65 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 65
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/wv98s1vgp69b52v3als36"..., 56 <unfinished ...>
20577 <... read resumed> "/gnu/store/wc1vwmndsm429qzx7dh35"..., 32768) = 65
20578 <... write resumed> )             = 56
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/xbryfykc21adgrq3z56g4"..., 60 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 60
20577 <... read resumed> "/gnu/store/wv98s1vgp69b52v3als36"..., 32768) = 116
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/xvkzgvc6bnsfayrk6svai"..., 57) = 57
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/xvkzgvc6bnsfayrk6svai"..., 32768) = 57
20578 write(1, "/gnu/store/xvvdw32cawg94pw6dl1il"..., 59 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/xvvdw32cawg94pw6dl1il"..., 32768) = 59
20578 write(1, "/gnu/store/xvxk27343n5hnzhmh8il6"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/y23pyisb22na45pjwflny"..., 67 <unfinished ...>
20577 <... read resumed> "/gnu/store/xvxk27343n5hnzhmh8il6"..., 32768) = 62
20578 <... write resumed> )             = 67
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/y4w5yvp9rx79hhlz26mzs"..., 62 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... read resumed> "/gnu/store/y23pyisb22na45pjwflny"..., 32768) = 129
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/ydkqv7q4xjid20iha8z57"..., 64) = 64
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/ydkqv7q4xjid20iha8z57"..., 32768) = 64
20578 write(1, "/gnu/store/yr1yb386zw4s4r8dwpap9"..., 67 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/yr1yb386zw4s4r8dwpap9"..., 32768) = 67
20578 write(1, "/gnu/store/yszllv1xwcg5ncphfdki7"..., 63 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 63
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/yszllv1xwcg5ncphfdki7"..., 32768) = 63
20578 write(1, "/gnu/store/yvkmm09anxq8zznmcyliw"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/yvkmm09anxq8zznmcyliw"..., 32768) = 61
20578 write(1, "/gnu/store/yvqg4504bdi0l5hyn969k"..., 59 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 59
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/yvqg4504bdi0l5hyn969k"..., 32768) = 59
20578 write(1, "/gnu/store/ywh5isr2fahpb67cdj1nv"..., 61 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 61
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/ywh5isr2fahpb67cdj1nv"..., 32768) = 61
20578 write(1, "/gnu/store/yy4467bw78dsdbshaf0py"..., 62 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 62
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/yy4467bw78dsdbshaf0py"..., 32768) = 62
20578 write(1, "/gnu/store/z5hin9i9lj66dgi5l2grc"..., 56 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 56
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/z5hin9i9lj66dgi5l2grc"..., 32768) = 56
20578 write(1, "/gnu/store/z8qifq9172ad17a7mxg9w"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/z8qifq9172ad17a7mxg9w"..., 32768) = 54
20578 write(1, "/gnu/store/zgh2nvvxkwvmijchf4gyr"..., 73 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 73
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/zgh2nvvxkwvmijchf4gyr"..., 32768) = 73
20578 write(1, "/gnu/store/zp3r4sv0bnsg2y6ifbn0z"..., 68 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 68
20577 <... select resumed> )            = 1 (in [12])
20577 read(12,  <unfinished ...>
20578 write(1, "/gnu/store/zp76gr4g7p1ajwyi9cj05"..., 58 <unfinished ...>
20577 <... read resumed> "/gnu/store/zp3r4sv0bnsg2y6ifbn0z"..., 32768) = 68
20578 <... write resumed> )             = 58
20577 select(15, [12 14], NULL, NULL, NULL) = 1 (in [12])
20578 write(1, "/gnu/store/zqkc210mnad00fbg76m29"..., 57 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 57
20577 <... read resumed> "/gnu/store/zp76gr4g7p1ajwyi9cj05"..., 32768) = 115
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 write(1, "/gnu/store/zvqlvp5dcmf0cssanvyzh"..., 67) = 67
20577 <... select resumed> )            = 1 (in [12])
20577 read(12, "/gnu/store/zvqlvp5dcmf0cssanvyzh"..., 32768) = 67
20578 write(1, "/gnu/store/zzspskiw9nfpybk09l11x"..., 54 <unfinished ...>
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 <... write resumed> )             = 54
20577 <... select resumed> )            = 1 (in [12])
20578 write(1, "\n", 1 <unfinished ...>
20577 read(12,  <unfinished ...>
20578 <... write resumed> )             = 1
20577 <... read resumed> "/gnu/store/zzspskiw9nfpybk09l11x"..., 32768) = 55
20578 read(0,  <unfinished ...>
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\260\0\0\0\0\0\0\0?\0\0\0\0\0\0\0/gnu/sto"..., 12568) = 12568
20577 read(4, "\1\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "3\0\0\0\0\0\0\0/gnu/store/lf67s8xx8342c"..., 32768) = 64
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
20577 read(4, "\1\0\0\0\0\0\0\0", 32768) = 8
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "7\0\0\0\0\0\0\0/gnu/store/wv98s1vgp69b5"..., 32768) = 64
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 199680, SEEK_SET)        = 199680
20577 read(6, "\r\0\0\0\4\0\266\0\3/\2Y\1\204\0\266\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/chrly"..., 32768) = 80
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 504832, SEEK_SET)        = 504832
20577 read(6, "\r\0\0\0\4\0\245\0\3!\2K\1y\0\245\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/jdbgy"..., 32768) = 80
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/k439i"..., 32768) = 88
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0007\0\0\0\0\0\0\0/gnu/store/wv98s"..., 32768) = 72
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0:\0\0\0\0\0\0\0/gnu/store/chrly"..., 32768) = 80
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0009\0\0\0\0\0\0\0/gnu/store/jdbgy"..., 32768) = 80
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0B\0\0\0\0\0\0\0/gnu/store/k439i"..., 32768) = 88
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\1\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\1\0\0\0\0\0\0\0003\0\0\0\0\0\0\0/gnu/store/lf67s"..., 32768) = 72
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\3\0\0\0\0\0\0\0003\0\0\0\0\0\0\0/gnu/store/lf67s"..., 32768) = 72
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 write(11, "have /gnu/store/lf67s8xx8342c2sc"..., 58 <unfinished ...>
20578 <... read resumed> "have /gnu/store/lf67s8xx8342c2sc"..., 4096) = 58
20577 <... write resumed> )             = 58
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 futex(0x195de8c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x195de88, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20582 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20582 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1) = 0
20582 futex(0x195de8c, FUTEX_WAIT_PRIVATE, 35, NULL <unfinished ...>
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13954"..., 4096) = 50
20578 close(16)                         = 0
20578 write(1, "\n", 1)                 = 1
20577 <... select resumed> )            = 1 (in [12])
20578 read(0,  <unfinished ...>
20577 read(12, "\n", 32768)             = 1
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\36\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 32768) = 16
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "stla\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
20577 --- SIGIO (I/O possible) @ 0 (0) ---
20577 read(4, "\t\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0007\0\0\0\0\0\0\0/gnu/sto"..., 32768) = 80
20577 rt_sigaction(SIGIO, {0x409bf0, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {SIG_IGN, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 select(5, [4], NULL, NULL, {0, 0}) = 0 (Timeout)
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hdhppd3jfbpbq53afmmh0"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hdhppd3jfbpbq53afmmh0"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=1799, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/lf67s"..., 1799) = 1799
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lf67s8xx8342c2schfm8m"..., 52) = 52
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/lf67s8xx8342c2schfm8m"..., 52) = 52
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 write(11, "info /gnu/store/lf67s8xx8342c2sc"..., 58 <unfinished ...>
20578 <... read resumed> "info /gnu/store/lf67s8xx8342c2sc"..., 4096) = 58
20577 <... write resumed> )             = 58
20577 select(15, [12 14], NULL, NULL, NULL <unfinished ...>
20578 futex(0x1d4808c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x1d48088, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
20581 <... futex resumed> )             = 0
20578 <... futex resumed> )             = 1
20581 futex(0x18a50a0, FUTEX_WAKE_PRIVATE, 1) = 0
20581 futex(0x1d4808c, FUTEX_WAIT_PRIVATE, 59, NULL <unfinished ...>
20578 open("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", O_RDONLY) = 16
20578 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache", {st_mode=S_IFDIR|S_ISGID|0755, st_size=36864, ...}) = 0
20578 lstat("/usr/local/guix-git/var/guix/substitute-binary/cache/lf67s8xx8342c2schfm8ma4c8gh77byy", {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 fcntl(16, F_GETFL)                = 0x8000 (flags O_RDONLY|O_LARGEFILE)
20578 lseek(16, 0, SEEK_CUR)            = 0
20578 fstat(16, {st_mode=S_IFREG|0600, st_size=50, ...}) = 0
20578 read(16, "(narinfo (version 0) (date 13954"..., 4096) = 50
20578 close(16)                         = 0
20578 write(1, "\n", 1)                 = 1
20577 <... select resumed> )            = 1 (in [12])
20578 read(0,  <unfinished ...>
20577 read(12, "\n", 32768)             = 1
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/3wacq9b5qhnk1vn82jggn"..., 52) = 52
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 654336, SEEK_SET)        = 654336
20577 read(6, "\r\0\0\0\5\0002\0\3Z\2\265\1\323\1\16\0002\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/rp81x673wxs5kbz6j00m1"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 522240, SEEK_SET)        = 522240
20577 read(6, "\r\0\0\0\4\0\221\0\3/\2C\1m\0\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6ykw9b6ia0g46rxsl34vq"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1064960, SEEK_SET)       = 1064960
20577 read(6, "\r\0\0\0\5\0\204\0\0037\2s\1\330\1H\0\204\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/8zvalqbk9pfhp2f7mi28n"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1009664, SEEK_SET)       = 1009664
20577 read(6, "\r\0\0\0\5\0/\0\0033\2d\1\227\0\312\0/\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/i411w0v1r3g1ykks1g4j6"..., 61) = 61
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 698368, SEEK_SET)        = 698368
20577 read(6, "\r\0\0\0\5\0T\0\3\32\2B\1\247\1\27\0T\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/in5hhsj3335k1mkdq15y8"..., 57) = 57
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 926720, SEEK_SET)        = 926720
20577 read(6, "\r\0\0\0\4\0\307\0\0033\2[\1\213\0\307\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/p79nzyaabab3slf7hwbvg"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1088512, SEEK_SET)       = 1088512
20577 read(6, "\r\0\0\0\5\0|\0\3/\2k\1\320\1@\0|\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/6cl1954dinw0fj5zmzjns"..., 66) = 66
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/qkj4wl8k5mbl80xk305x4"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 936960, SEEK_SET)        = 936960
20577 read(6, "\r\0\0\0\5\0\231\0\0030\2_\1\304\0014\0\231\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/0lqjsfrirjjxs680b2cgv"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1006592, SEEK_SET)       = 1006592
20577 read(6, "\r\0\0\0\4\0\254\0\3*\2P\1z\0\254\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2wbcpx2ndblc6cpm46a4h"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1059840, SEEK_SET)       = 1059840
20577 read(6, "\r\0\0\0\4\0\271\0\3,\2Q\1\205\0\271\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wij9mrvjz691v4s2h7xzq"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 805888, SEEK_SET)        = 805888
20577 read(6, "\r\0\0\0\6\0\37\0\0038\2\235\2\r\1J\0\257\0\37\0\0\0\0\0\0\0\0\0\0\0\201"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y32fqpfcc25vz37w3zvv0"..., 53) = 53
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 950272, SEEK_SET)        = 950272
20577 read(6, "\r\0\0\0\5\0u\0\3*\2\217\1\377\1;\0u\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/w686jd4zsxz0w4sm4qgsa"..., 64) = 64
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1113088, SEEK_SET)       = 1113088
20577 read(6, "\r\0\0\0\4\0\202\0\3\33\2D\1a\0\202\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/s6jhn4gm1bf24fvhv53sk"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 701440, SEEK_SET)        = 701440
20577 read(6, "\r\0\0\0\5\0P\0\3,\2c\1\206\0\356\0P\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/w49k1wwwj5cg3838j2kwr"..., 54) = 54
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 958464, SEEK_SET)        = 958464
20577 read(6, "\r\0\0\0\5\0q\0\3(\2`\1\305\0015\0q\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/sydvcbxkw28vr4c0g4h1m"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 945152, SEEK_SET)        = 945152
20577 read(6, "\r\0\0\0\5\0\306\0\3/\2\214\1\363\1W\0\306\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jphplgcd17ik7x96d9y0q"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/br6fprfm3cqs6lmp8wx1w"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hgqa0mdmclbf6235bgjdl"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y2rp5l5kwcvq7bafvr8w8"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/hgqa0mdmclbf6235bgjdl"..., 71) = 71
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/hgqa0mdmclbf6235bgjdlja159hcp2df-module-import-compiled.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=592, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/k439i"..., 592) = 592
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/k439id8vb2hhxc7ghvxgy"..., 67) = 67
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/br6fprfm3cqs6lmp8wx1w"..., 63) = 63
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/br6fprfm3cqs6lmp8wx1wf356lm95crm-libxslt-1.1.28.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=2571, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/chrly"..., 2571) = 2571
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/chrlyizhxf9djqhmd4cdy"..., 59) = 59
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jphplgcd17ik7x96d9y0q"..., 60) = 60
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/jphplgcd17ik7x96d9y0qj3wiji861a7-guile-2.0.9.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=2484, ...}) = 0
20577 read(9, "Derive([(\"debug\",\"/gnu/store/2jm"..., 2484) = 2484
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/2jmqkzmgc1xyrf61f0grm"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/wv98s1vgp69b52v3als36"..., 56) = 56
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/y2rp5l5kwcvq7bafvr8w8"..., 62) = 62
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/y2rp5l5kwcvq7bafvr8w8753kna804jd-module-import.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=538, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/jdbgy"..., 538) = 538
20577 close(9)                          = 0
20577 fcntl(10, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 write(10, "/gnu/store/jdbgy34lm5ccz9q7v7if2"..., 58) = 58
20577 fcntl(10, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/br6fprfm3cqs6lmp8wx1wf356lm95crm-libxslt-1.1.28.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=2571, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/chrly"..., 2571) = 2571
20577 close(9)                          = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 5120, SEEK_SET)          = 5120
20577 read(6, "\2\0\0\0\2\3\343\0\0\0\3\323\3\362\3\343\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 559104, SEEK_SET)        = 559104
20577 read(6, "\2\0\0\0,\1n\0\0\0\2\371\1n\1}\1\214\1\233\1\252\1\271\1\310\1\327\1\346\1\365"..., 1024) = 1024
20577 lseek(6, 505856, SEEK_SET)        = 505856
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 188416, SEEK_SET)        = 188416
20577 read(6, "\r\0\0\0\4\0\233\0\0034\2a\1\214\0\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 190464, SEEK_SET)        = 190464
20577 read(6, "\r\0\0\0\4\0\325\0\0037\2j\1\233\0\325\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 202752, SEEK_SET)        = 202752
20577 read(6, "\r\0\0\0\4\0\301\0\3\34\2V\1\211\0\301\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 465920, SEEK_SET)        = 465920
20577 read(6, "\r\0\0\0\4\0\242\0\0031\2f\1\204\0\242\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 473088, SEEK_SET)        = 473088
20577 read(6, "\r\0\0\0\4\0~\0\3 \0026\1X\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 475136, SEEK_SET)        = 475136
20577 read(6, "\r\0\0\0\4\0\206\0\3\24\2>\1b\0\206\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 474112, SEEK_SET)        = 474112
20577 read(6, "\n\0\0\0E\1\v\0\1\v\1\26\1!\1,\0017\1B\1M\1X\1c\1n\1y\1\204"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 558080, SEEK_SET)        = 558080
20577 read(6, "\2\0\0\0.\1e\0\0\0\1\231\1e\1q\1~\1\213\1\230\1\245\1\263\1\301\1\317\1\335"..., 1024) = 1024
20577 lseek(6, 186368, SEEK_SET)        = 186368
20577 read(6, "\n\0\0\0E\1\n\0\1\n\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1037312, SEEK_SET)       = 1037312
20577 read(6, "\n\0\0\0\v\0\304\0\0\304\1\31\1U\1\244\1\342\0020\2u\2\322\3\25\3_\3\253\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 204800, SEEK_SET)        = 204800
20577 read(6, "\n\0\0\0E\1\16\0\1\16\1\31\1$\1/\0019\1C\1M\1W\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 503808, SEEK_SET)        = 503808
20577 read(6, "\r\0\0\0\4\0\242\0\3!\2B\1r\0\242\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 499712, SEEK_SET)        = 499712
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 215040, SEEK_SET)        = 215040
20577 read(6, "\r\0\0\0\5\0008\0\3+\2P\1\210\0\333\0008\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 445440, SEEK_SET)        = 445440
20577 read(6, "\r\0\0\0\4\0\270\0\3(\2F\1~\0\270\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 457728, SEEK_SET)        = 457728
20577 read(6, "\r\0\0\0\4\0\225\0\0031\2A\1t\0\225\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 467968, SEEK_SET)        = 467968
20577 read(6, "\r\0\0\0\4\0\223\0\0033\2_\1y\0\223\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 486400, SEEK_SET)        = 486400
20577 read(6, "\r\0\0\0\4\0\256\0\0031\2`\1\210\0\256\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 493568, SEEK_SET)        = 493568
20577 read(6, "\r\0\0\0\4\0\304\0\0033\2h\1\231\0\304\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 491520, SEEK_SET)        = 491520
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 446464, SEEK_SET)        = 446464
20577 read(6, "\n\0\0\0E\1\f\0\1\f\1\27\1\"\1-\0018\1C\1N\1Y\1d\1o\1z\1\205"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 216064, SEEK_SET)        = 216064
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 lseek(6, 212992, SEEK_SET)        = 212992
20577 read(6, "\r\0\0\0\4\0\307\0\0038\2_\1\222\0\307\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 489472, SEEK_SET)        = 489472
20577 read(6, "\r\0\0\0\4\0\275\0\3:\2l\1\214\0\275\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 203776, SEEK_SET)        = 203776
20577 read(6, "\r\0\0\0\5\0Q\0\0033\2m\1\247\0\332\0Q\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 209920, SEEK_SET)        = 209920
20577 read(6, "\r\0\0\0\4\0\312\0\3*\2b\1\225\0\312\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/hgqa0mdmclbf6235bgjdlja159hcp2df-module-import-compiled.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=592, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/k439i"..., 592) = 592
20577 close(9)                          = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 627712, SEEK_SET)        = 627712
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/jphplgcd17ik7x96d9y0qj3wiji861a7-guile-2.0.9.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=2484, ...}) = 0
20577 read(9, "Derive([(\"debug\",\"/gnu/store/2jm"..., 2484) = 2484
20577 close(9)                          = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 196608, SEEK_SET)        = 196608
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 192512, SEEK_SET)        = 192512
20577 read(6, "\r\0\0\0\4\0\272\0\3/\2W\1\214\0\272\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 194560, SEEK_SET)        = 194560
20577 read(6, "\r\0\0\0\4\0\302\0\3&\2Y\1\212\0\302\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 195584, SEEK_SET)        = 195584
20577 read(6, "\r\0\0\0\4\0\277\0\3$\2V\1\216\0\277\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/y2rp5l5kwcvq7bafvr8w8753kna804jd-module-import.drv", O_RDONLY) = 9
20577 fstat(9, {st_mode=S_IFREG|0444, st_size=538, ...}) = 0
20577 read(9, "Derive([(\"out\",\"/gnu/store/jdbgy"..., 538) = 538
20577 close(9)                          = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1001472, SEEK_SET)       = 1001472
20577 read(6, "\2\0\0\0000\0016\0\0\0\4H\2R\2a\2p\2\177\2\215\2\234\2\253\2\271\2\310\2\327"..., 1024) = 1024
20577 lseek(6, 1008640, SEEK_SET)       = 1008640
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 508928, SEEK_SET)        = 508928
20577 read(6, "\r\0\0\0\4\0\313\0\0031\2a\1\226\0\313\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 509952, SEEK_SET)        = 509952
20577 read(6, "\r\0\0\0\4\0\247\0\3&\2H\1z\0\247\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 662528, SEEK_SET)        = 662528
20577 read(6, "\r\0\0\0\4\0\221\0\3\30\2G\1i\0\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 666624, SEEK_SET)        = 666624
20577 read(6, "\r\0\0\0\5\0004\0\3(\2R\1_\0\304\0004\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 670720, SEEK_SET)        = 670720
20577 read(6, "\r\0\0\0\4\0\311\0\3=\2p\1\226\0\311\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 909312, SEEK_SET)        = 909312
20577 read(6, "\r\0\0\0\5\0b\0\0034\2_\1\215\0\362\0b\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 930816, SEEK_SET)        = 930816
20577 read(6, "\r\0\0\0\4\0\233\0\3\17\2D\1j\0\233\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 976896, SEEK_SET)        = 976896
20577 read(6, "\r\0\0\0\4\0\204\0\0038\2^\1v\0\204\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 995328, SEEK_SET)        = 995328
20577 read(6, "\r\0\0\0\4\0\235\0\3$\2K\1s\0\235\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 913408, SEEK_SET)        = 913408
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 450560, SEEK_SET)        = 450560
20577 read(6, "\r\0\0\0\4\0\255\0\0033\2k\1\221\0\255\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 463872, SEEK_SET)        = 463872
20577 read(6, "\r\0\0\0\4\0\241\0\3,\2[\1{\0\241\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 676864, SEEK_SET)        = 676864
20577 read(6, "\r\0\0\0\4\0\315\0\3(\2d\1\223\0\315\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 678912, SEEK_SET)        = 678912
20577 read(6, "\r\0\0\0\4\0\260\0\3*\2b\1\201\0\260\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 664576, SEEK_SET)        = 664576
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 674816, SEEK_SET)        = 674816
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 681984, SEEK_SET)        = 681984
20577 read(6, "\n\0\0\0E\1\21\0\1\21\1\34\1'\0012\1=\1H\1R\1\\\1f\1p\1{\1\206"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 515072, SEEK_SET)        = 515072
20577 read(6, "\n\0\0\0E\1\21\0\1\21\1\34\1'\0012\1=\1H\1S\1^\1i\1t\1\177\1\212"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 520192, SEEK_SET)        = 520192
20577 read(6, "\n\0\0\0E\1\21\0\1\21\1\34\1'\0012\1=\1G\1Q\1[\1e\1p\1{\1\206"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 928768, SEEK_SET)        = 928768
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 935936, SEEK_SET)        = 935936
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 656384, SEEK_SET)        = 656384
20577 read(6, "\r\0\0\0\4\0\256\0\0035\2W\1}\0\256\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 659456, SEEK_SET)        = 659456
20577 read(6, "\r\0\0\0\4\0\236\0\0038\2T\1t\0\236\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 671744, SEEK_SET)        = 671744
20577 read(6, "\r\0\0\0\4\0\257\0\3/\2^\1\217\0\257\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 923648, SEEK_SET)        = 923648
20577 read(6, "\r\0\0\0\4\0\237\0\3$\2N\1p\0\237\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 916480, SEEK_SET)        = 916480
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1o\1y\1\203"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 907264, SEEK_SET)        = 907264
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 990208, SEEK_SET)        = 990208
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 973824, SEEK_SET)        = 973824
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1057792, SEEK_SET)       = 1057792
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 970752, SEEK_SET)        = 970752
20577 read(6, "\r\0\0\0\4\0\221\0\3\32\2K\1i\0\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 1056768, SEEK_SET)       = 1056768
20577 read(6, "\r\0\0\0\4\0\326\0\0033\2k\1\236\0\326\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 189440, SEEK_SET)        = 189440
20577 read(6, "\r\0\0\0\4\0\235\0\3&\2O\1t\0\235\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 200704, SEEK_SET)        = 200704
20577 read(6, "\r\0\0\0\4\0\256\0\0030\2`\1\222\0\256\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 492544, SEEK_SET)        = 492544
20577 read(6, "\r\0\0\0\4\0\304\0\0038\2k\1\232\0\304\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 648192, SEEK_SET)        = 648192
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 lseek(6, 651264, SEEK_SET)        = 651264
20577 read(6, "\r\0\0\0\5\0\31\0\3\"\2M\1~\0\263\0\31\0\0\0\0\0\0\0\201\26\210\30\t\0\201"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1121280, SEEK_SET)       = 1121280
20577 read(6, "\n\0\0\0E\1\t\0\1K\1V\1a\1l\1w\1\202\1\215\1\230\1\243\1\256\1\271\1\304"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1065984, SEEK_SET)       = 1065984
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 494592, SEEK_SET)        = 494592
20577 read(6, "\r\0\0\0\4\0\275\0\0035\2g\1\230\0\275\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 497664, SEEK_SET)        = 497664
20577 read(6, "\r\0\0\0\4\0\266\0\3+\2V\1\210\0\266\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 987136, SEEK_SET)        = 987136
20577 read(6, "\r\0\0\0\4\0\276\0\3/\2`\1\217\0\276\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 996352, SEEK_SET)        = 996352
20577 read(6, "\r\0\0\0\4\0\257\0\0035\2Z\1|\0\257\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 999424, SEEK_SET)        = 999424
20577 read(6, "\r\0\0\0\4\0\266\0\0034\2h\1\222\0\266\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 1004544, SEEK_SET)       = 1004544
20577 read(6, "\r\0\0\0\4\0\312\0\3*\2[\1\223\0\312\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1000448, SEEK_SET)       = 1000448
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 476160, SEEK_SET)        = 476160
20577 read(6, "\r\0\0\0\4\0\231\0\3&\2H\1d\0\231\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 477184, SEEK_SET)        = 477184
20577 read(6, "\r\0\0\0\4\0\245\0\3*\2L\1\201\0\245\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 478208, SEEK_SET)        = 478208
20577 read(6, "\r\0\0\0\4\0\255\0\3(\2N\1\201\0\255\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 447488, SEEK_SET)        = 447488
20577 read(6, "\r\0\0\0\4\0\204\0\3(\2<\1b\0\204\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 989184, SEEK_SET)        = 989184
20577 read(6, "\r\0\0\0\4\0\244\0\3)\2A\1o\0\244\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 994304, SEEK_SET)        = 994304
20577 read(6, "\r\0\0\0\4\0\255\0\0031\2i\1\211\0\255\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1012736, SEEK_SET)       = 1012736
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 991232, SEEK_SET)        = 991232
20577 read(6, "\r\0\0\0\4\0\224\0\3*\2L\1l\0\224\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 974848, SEEK_SET)        = 974848
20577 read(6, "\r\0\0\0\4\0}\0\3\n\0029\1Q\0}\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 979968, SEEK_SET)        = 979968
20577 read(6, "\r\0\0\0\4\0\230\0\3,\2d\1z\0\230\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 982016, SEEK_SET)        = 982016
20577 read(6, "\n\0\0\0\6\2*\0\2*\2\205\2\332\3$\3_\3\254\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 694272, SEEK_SET)        = 694272
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 658432, SEEK_SET)        = 658432
20577 read(6, "\r\0\0\0\4\0\217\0\0033\2U\1o\0\217\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 661504, SEEK_SET)        = 661504
20577 read(6, "\r\0\0\0\4\0\216\0\0031\2O\1m\0\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 lseek(6, 673792, SEEK_SET)        = 673792
20577 read(6, "\r\0\0\0\4\0\261\0\3/\2f\1\200\0\261\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 712704, SEEK_SET)        = 712704
20577 read(6, "\n\0\0\0\t\1v\0\1v\1\265\2\21\2P\2\224\2\340\3,\3u\3\274\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 703488, SEEK_SET)        = 703488
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 924672, SEEK_SET)        = 924672
20577 read(6, "\n\0\0\0\6\2E\0\2E\2\213\2\331\3&\3p\3\273\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 902144, SEEK_SET)        = 902144
20577 read(6, "\r\0\0\0\6\0$\0\3l\2\306\2*\1\213\0\366\0$\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1082368, SEEK_SET)       = 1082368
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 lseek(6, 1087488, SEEK_SET)       = 1087488
20577 read(6, "\r\0\0\0\4\0\226\0\3\36\2D\1p\0\226\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 472064, SEEK_SET)        = 472064
20577 read(6, "\r\0\0\0\4\0\235\0\3\34\2M\1s\0\235\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 978944, SEEK_SET)        = 978944
20577 read(6, "\n\0\0\0\t\1M\0\1M\1\253\1\363\2D\2\221\2\353\3:\3|\3\273\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 693248, SEEK_SET)        = 693248
20577 read(6, "\r\0\0\0\4\0\253\0\3(\2P\1x\0\253\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 948224, SEEK_SET)        = 948224
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 959488, SEEK_SET)        = 959488
20577 read(6, "\n\0\0\0E\1\t\0\1\t\1\24\1\37\1*\0015\1@\1K\1V\1a\1l\1w\1\202"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 1116160, SEEK_SET)       = 1116160
20577 read(6, "\n\0\0\0G\0\367\0\0\367\1\2\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p"..., 1024) = 1024
20577 lseek(6, 453632, SEEK_SET)        = 453632
20577 read(6, "\r\0\0\0\4\0\242\0\3\34\2L\1\206\0\242\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 806912, SEEK_SET)        = 806912
20577 read(6, "\n\0\0\0E\1\r\0\1\r\1\30\1#\1.\0019\1D\1O\1Z\1e\1p\1{\1\206"..., 1024) = 1024
20577 lseek(6, 804864, SEEK_SET)        = 804864
20577 read(6, "\r\0\0\0\4\0\263\0\3(\2P\1\205\0\263\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 lseek(6, 954368, SEEK_SET)        = 954368
20577 read(6, "\n\0\0\0E\1\16\0\1\16\1\31\1$\1/\1:\1E\1P\1[\1f\1q\1|\1\207"..., 1024) = 1024
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 open("/gnu/store/lf67s8xx8342c2schfm8ma4c8gh77byy-profile.lock", O_RDWR|O_CREAT, 0600) = 9
20577 fcntl(9, F_GETFD)                 = 0
20577 fcntl(9, F_SETFD, FD_CLOEXEC)     = 0
20577 fcntl(9, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 fstat(9, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fcntl(8, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 fstat(6, {st_mode=S_IFREG|0644, st_size=1123328, ...}) = 0
20577 fcntl(8, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=123, len=1}) = 0
20577 lstat("/gnu/store/lf67s8xx8342c2schfm8ma4c8gh77byy-profile", 0x7fff2745f670) = -1 ENOENT (No such file or directory)
20577 lstat("/tmp", {st_mode=S_IFDIR|0777, st_size=65536, ...}) = 0
20577 mkdir("/tmp/nix-build-profile.drv-0", 0700) = 0
20577 getegid()                         = 0
20577 chown("/tmp/nix-build-profile.drv-0", 4294967295, 0) = 0
20577 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 13
20577 connect(13, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20577 close(13)                         = 0
20577 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 13
20577 connect(13, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20577 close(13)                         = 0
20577 open("/etc/nsswitch.conf", O_RDONLY) = 13
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
20577 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01d020c000
20577 read(13, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
20577 read(13, "", 4096)                = 0
20577 close(13)                         = 0
20577 munmap(0x7f01d020c000, 4096)      = 0
20577 open("/etc/ld.so.cache", O_RDONLY) = 13
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20577 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01d01da000
20577 close(13)                         = 0
20577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20577 open("/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY) = 13
20577 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\22\0\0\0\0\0\0"..., 832) = 832
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=31584, ...}) = 0
20577 mmap(NULL, 2127048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01ce56a000
20577 mprotect(0x7f01ce571000, 2093056, PROT_NONE) = 0
20577 mmap(0x7f01ce770000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x6000) = 0x7f01ce770000
20577 close(13)                         = 0
20577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20577 open("/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY) = 13
20577 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 @\0\0\0\0\0\0"..., 832) = 832
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=89056, ...}) = 0
20577 mmap(NULL, 2194128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01ce352000
20577 mprotect(0x7f01ce367000, 2093056, PROT_NONE) = 0
20577 mmap(0x7f01ce566000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x14000) = 0x7f01ce566000
20577 mmap(0x7f01ce568000, 6864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f01ce568000
20577 close(13)                         = 0
20577 mprotect(0x7f01ce566000, 4096, PROT_READ) = 0
20577 mprotect(0x7f01ce770000, 4096, PROT_READ) = 0
20577 munmap(0x7f01d01da000, 105434)    = 0
20577 open("/etc/ld.so.cache", O_RDONLY) = 13
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=105434, ...}) = 0
20577 mmap(NULL, 105434, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01d01da000
20577 close(13)                         = 0
20577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20577 open("/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY) = 13
20577 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=43552, ...}) = 0
20577 mmap(NULL, 2139320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01ce147000
20577 mprotect(0x7f01ce151000, 2093056, PROT_NONE) = 0
20577 mmap(0x7f01ce350000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x9000) = 0x7f01ce350000
20577 close(13)                         = 0
20577 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
20577 open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY) = 13
20577 read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0
20577 mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01cdf3b000
20577 mprotect(0x7f01cdf46000, 2093056, PROT_NONE) = 0
20577 mmap(0x7f01ce145000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xa000) = 0x7f01ce145000
20577 close(13)                         = 0
20577 mprotect(0x7f01ce145000, 4096, PROT_READ) = 0
20577 mprotect(0x7f01ce350000, 4096, PROT_READ) = 0
20577 munmap(0x7f01d01da000, 105434)    = 0
20577 open("/etc/group", O_RDONLY|O_CLOEXEC) = 13
20577 lseek(13, 0, SEEK_CUR)            = 0
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=1152, ...}) = 0
20577 mmap(NULL, 1152, PROT_READ, MAP_SHARED, 13, 0) = 0x7f01d020c000
20577 lseek(13, 1152, SEEK_SET)         = 1152
20577 munmap(0x7f01d020c000, 1152)      = 0
20577 close(13)                         = 0
20577 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 13
20577 connect(13, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20577 close(13)                         = 0
20577 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 13
20577 connect(13, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
20577 close(13)                         = 0
20577 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 13
20577 lseek(13, 0, SEEK_CUR)            = 0
20577 fstat(13, {st_mode=S_IFREG|0644, st_size=2566, ...}) = 0
20577 mmap(NULL, 2566, PROT_READ, MAP_SHARED, 13, 0) = 0x7f01d020c000
20577 lseek(13, 2566, SEEK_SET)         = 2566
20577 munmap(0x7f01d020c000, 2566)      = 0
20577 close(13)                         = 0
20577 lstat("/usr/local/guix-git/var/guix/userpool", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 open("/usr/local/guix-git/var/guix/userpool/1003", O_RDWR|O_CREAT, 0600) = 13
20577 fcntl(13, F_GETFD)                = 0
20577 fcntl(13, F_SETFD, FD_CLOEXEC)    = 0
20577 fcntl(13, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 getuid()                          = 0
20577 geteuid()                         = 0
20577 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f01d01f59f0) = 20583
20577 wait4(20583,  <unfinished ...>
20583 setuid(1003)                      = 0
20583 kill(4294967295, SIGKILL)         = 0
20583 exit_group(0)                     = ?
20577 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20583
20577 --- SIGCHLD (Child exited) @ 0 (0) ---
20577 chown("/tmp/nix-build-profile.drv-0", 1003, 1003) = 0
20577 stat("/gnu/store", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=172032, ...}) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", 0x7fff27454e10) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", 0x7fff27454c20) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", 0x7fff274546e0) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=172032, ...}) = 0
20577 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", 0777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", 0777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 chmod("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", 01777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc", 0x7fff27454c20) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc", 0777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/passwd", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
20577 write(15, "nixbld:x:1003:1003:Nix build use"..., 84) = 84
20577 close(15)                         = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/group", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
20577 write(15, "nixbld:!:1003:\n", 15) = 15
20577 close(15)                         = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/hosts", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
20577 write(15, "127.0.0.1 localhost\n", 20) = 20
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", 0x7fff27454c20) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu", 0x7fff274546e0) = -1 ENOENT (No such file or directory)
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu", 0777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", 0777) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 chmod("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", 01777) = 0
20577 lstat("/gnu/store/02lkf1bkg8z0q5q9g4nnawszn5lx55pf-neon-0.29.6", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/08059wg0m8zi1v50wx30q6z61ggaclbs-union.scm", {st_mode=S_IFREG|0444, st_size=9270, ...}) = 0
20577 link("/gnu/store/08059wg0m8zi1v50wx30q6z61ggaclbs-union.scm", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/08059wg0m8zi1v50wx30q6z61ggaclbs-union.scm") = 0
20577 lstat("/gnu/store/0aqp1lhhhy86jpq3hh8ng1vllpl2bqa8-libffi-3.0.13", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0l08sjbhi95fx313rd3wpw7cdrkvlkfk-cairo-1.12.16", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0la8szb4fggsbqjscrgy3s7z4bkj4qzw-libgc-7.4.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0lqjsfrirjjxs680b2cgvx0v1zlgsx2h-icecat-24.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0lraij2db0bjk2ghhgsxb4vxz8abbnmr-shishi-1.0.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0w9wws0y7ljl0sg70253ig1rihb811c2-libjpeg-8d", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/0zzyaz1833ydaxc2dcb2h6hazjxcmmfw-binutils-2.23.2-lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/1363ms0jcp9944k40zg7d6i3xrc6s9n8-libatomic-ops-7.4.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/14a6lyhzq4d32v1wqsyrchrz3707k9sw-gpgme-1.4.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/14ii00l19i9p5021k0bcwd2f7knsrsm1-libgpg-error-1.12", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/14jddqclhilby3s1db2vmr6i46i3549j-ncurses-5.9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/174wq58i1q9gd2d59pakmxg96w56x28f-libffi-3.0.13", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/18q2x69k14441nv1iqfv4aw8nmpiwyw3-gdk-pixbuf-2.28.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/1ix0yx56m3dhf1ap9cz6ri3k5fkbn99g-libogg-1.3.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/1zs7xnaby6vl49195sid1klx3gk03mwd-xz-5.0.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/23qpvnw9rsw035c4zcf4s8r9mpq922fk-gmp-5.1.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/281n6ma5jxy9sb3nwc09mzpqx43vczr6-bash-4.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/29k12z18hi01gv52xm5pw9spgk0lj0pk-python-3.3.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/2pqf0pisrg2kq7asx1amijadlk8j57js-python-wrapper-3.3.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/2s4fr6gldp6pdqzdky399havrmz8zv75-libgc-7.2d", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/2w3q7vh7r9rnkrz12c8sk19zrfx2436a-icu4c-52.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/2wbcpx2ndblc6cpm46a4h8qp8ca1h6rb-subversion-1.7.14", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/387r23khhz2hv05r7i3gkn7g6bbm7a8m-readline-6.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/3bnshy7k81bq2w2d4b1fdqiyzw6cbdfp-expat-2.1.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/3j4pxqg9rskk9365m6jqi59pvcyq1d82-gawk-4.1.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/3mzgxj095s4i5h3ax4mwqmijrphvx3n7-bdb-5.3.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/3pq23gc0b26darl37sj5vrv6p3434v8z-libxdmcp-1.1.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/3wacq9b5qhnk1vn82jggnc10rb1ib4hl-vim-7.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/4nla09brz7k0rz3gq0rnhi4zglb7bnfb-ncurses-5.9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/4saadbv1x473hx1i89a0bdlk66grmgjb-gnutls-3.2.12", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/4vf1ff79ix51pnnai20cyzxjbjmf2jj7-zlib-1.2.7", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/506ih29z9a6idj00jqrkk7wvbwfml3d0-readline-6.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/545w4bjvgf2piqsjn49bnh9j00v72rav-tcsh-6.18.01", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/5f0kr2k5nmy53n35v70x0f1fqmrlmwyf-apr-1.4.8", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/5hv538jj78ldvwwgxpx6r5xi4ghjp6cm-libsm-1.2.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/5pry8lsaz3h5csxv16bnhns79k32sjz4-libpaper-1.1.24", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/5v11czsqd9x9xqvsww9dk7h5i47laym0-glibc-2.18", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/5w5gww9h1mq82wlcnphhb05y4yavsfm6-nettle-2.7.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/63r80p1961ara4i5i00m4aqpnhl3m6v4-gnupg-2.0.22", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/6cl1954dinw0fj5zmzjnsgzwnqdvbdwb-profile-guile-builder", {st_mode=S_IFREG|0444, st_size=3347, ...}) = 0
20577 link("/gnu/store/6cl1954dinw0fj5zmzjnsgzwnqdvbdwb-profile-guile-builder", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/6cl1954dinw0fj5zmzjnsgzwnqdvbdwb-profile-guile-builder") = 0
20577 lstat("/gnu/store/6i4ps3c3kqlmgwmnm0h1mg4q63d7dsdm-libtiff-4.0.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/6ykw9b6ia0g46rxsl34vqp4j5gi299ch-git-1.8.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/7qnyi6njw49j79qdh9gzk35aiqgp3vva-libxml2-2.9.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/7w77383vpmkk90w3jxsf7zfc87qmcxy5-libxau-1.0.7", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/7zc1mm02r2jdrbdjdxr8lp84c7c07q9b-libgc-7.2d", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/80hmrgjhkpsj7czxmqgvwnhjnvd6bbif-libmp3splt-0.8.1a", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/84bahw1nifw6vwpsk72gnfp14izwbzj2-harfbuzz-0.9.22", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/8ciryj6rg78369w0knba6xyb7gisqb8i-python-2.7.6", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/8k0yxlqhhyvgyjiy8w0593jw6kj47044-lcms-2.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/8zcm7lw5g14mip9kygl21lj3n9lnr1c7-libxaw-1.0.11", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/8zvalqbk9pfhp2f7mi28nfzsdcwzmdr6-mutt-1.5.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/9g19yki694csdxcq5q7c69cxa5p32zq9-texlive-2013-data", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/9x9m8z4v3czvp8l04pi9fghlwhch7hwb-libtool-2.4.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/a1ir9y0bgaazp6n58y3qbhmfymjq3yxq-bzip2-1.0.6", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/a77bn988i9kjgf76c0j99yq6ndd48mkg-atk-2.10.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ak8xyb6zhpn26rm0jllax8q2fxc7s7vw-libxmu-1.1.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/b5pim39cg1b62dhdhqsfkrx6nhlfjb2h-gawk-4.1.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/b6kahwgj4h5zq7yxf6bv66hzbiw8f1lf-imagemagick-6.8.8-8-doc", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/bkyicnfkd1djmycj0bdhyc5h91mlfh1q-gmp-5.1.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/blz0525ml3m6951rgf2vx5dw7vnyz5d4-apr-util-1.5.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/bx3lijvrjvz41ls3yvwcjxqicbnycjch-libgcrypt-1.5.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/chrlyizhxf9djqhmd4cdy425plijah10-libxslt-1.1.28", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ci88ci52dg93349sxgksgxq35vbsqr41-libxt-1.1.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/cna27r29kzs0b8c7ql3an05gy4yv04ld-libxrender-0.9.7", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/d7amn5mv6hn1ps4lrsf96cxbdbr9f8bw-ghostscript-9.06.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/dggw6awch7b5lpa6g8gslb8vlacl9yz2-util-linux-2.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/dnvcpb6x94s9qn1pqv8pvm45iain2j45-libassuan-2.1.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/dyx0f0h5vcz42p2bl8lmrba8rrn3bbvb-libksba-1.3.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/f795hcdjrm2g36m82qvkvly36nnxkvy7-lesstif-0.95.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/fhy27r71h93ilg0hcci7cpa3hgayvykl-libice-1.0.8", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/fkffh6rzwxljk3kdd6cr48pb01xy293z-libxp-1.0.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/fl1m22y0gpvql5v2giq3iqcv9wcbfra0-libvorbis-1.3.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/fs8kqhidm0dfhkyhhygkck1h238lmpw8-gdbm-1.11", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/fxpj5aqkbdkmpvris9kdr9b4i8x1mk1i-pth-2.0.7", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/g43a4gw3p6i4czq0k2iffjkri3bf76sy-cairo-1.12.16", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ga4xhy485rl8fzd12dqjp72iwrd2azmj-t1lib-5.1.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/gd6jziv0lxcq0vs8i5w7ma6a0ia5qpdj-libpng-1.5.17", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/gjl05yl9lvgjhznz5v985mys861svp34-coreutils-8.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/h65hc683gn8y1yln6vc3zx9z2mr0g04l-libgcrypt-1.6.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/i411w0v1r3g1ykks1g4j64hr72pv4djj-fetchmail-6.3.26", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/i85iiaynrj811wnjnfm2899w670d5w7p-gcc-4.7.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/i95b2kb4rk8bmczkcgbv1nv30b23pnzf-libxext-1.3.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/in5hhsj3335k1mkdq15y855mya430c6v-texlive-2013", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/j1j6bk0ixdpwf9ff45397d8frfbfn2ih-gs-fonts-8.11", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/jdbgy34lm5ccz9q7v7if2d1dsicm0w91-module-import", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/k439id8vb2hhxc7ghvxgydhkpzvc2yjq-module-import-compiled", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/kvfjfqy42qhmj2vf3jjcx4zafdm3iix1-dbus-1.6.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/l1vghw930ab5daav69p5b8sc14m1dc7i-libjpeg-9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/l1zaxyf22pkahwhjdssny1qm45w8gq6n-ncurses-5.9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ldp61d7qzh6bjjm57byy09gd7d3wcdsh-guile-2.0.9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/li32jn04hwvlz14jiz7s48iwapznr2h9-zziplib-0.13.62", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/m2w9byxsalln1i2nx4naw231i05pvi31-pkg-config-0.27.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/m4nr4cvn6zbjclg9xp92g9414zndkccd-libxpm-3.5.10", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/mfpa75zyh3dk7aaivb8ca8xcshancmxb-openldap-2.4.33", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/msl2a0rax6hqy8wglz1as7f8z6m71n37-poppler-0.22.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/mx0xyvmb5isjqwr27s0dvx3igv9szmfy-gd-2.0.33", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/myk4adg9wjv7blxa9vda2lxa5b0j0g7l-pixman-0.32.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/myxvcn06q46kk193hjfqjhy63nk5c4qf-bzip2-1.0.6", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/myzl4bs1kq7p9x55s3pgqd02kri1q2x6-glib-2.39.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/nd40k1iar1h3926vvay8l45mx8yilnax-curl-7.35.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/nk2y202m92h8nsph6gqqy96fqv6m2sya-libunistring-0.9.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/nm26vdh992i2kx7hy9wmzasvzzw426wa-libtool-2.4.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/nznlwwdjy56snzciywl86k27wh1hjykx-mit-krb5-1.11.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/p1zwmmd46b5f3fc8xq22mxr8qlvd1ij7-xz-5.0.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/p79nzyaabab3slf7hwbvgj235qv4w4ws-mp3splt-2.5.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/p7vg7rr21cbgf8bgcgsg2id9l5b5dw9s-gss-1.0.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/pdc5grnfk17isic1f0v21ik672vpan3f-mpfr-3.1.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/q0zm1rvrd6arzmm0g14p420zgml14rq0-openssl-1.0.1f", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/q7lady4f0wdfqa4d6l8gbn0xhld29wlk-glibc-2.18-locales", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/qdd0hz0sclms1rz3ss01f75r3ys8r58z-perl-5.16.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/qkj4wl8k5mbl80xk305x4vyki9n3acwv-gkrellm-2.3.5", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/qnpbpp3c96ikp498laji5kxa3jzbrzp6-libssh2-1.4.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/qxd19r7hjx1drbcvdcby72grdzailr1f-gmp-5.1.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/r0f8zqln3qj6si559jqypqyrdlign0fk-bash-4.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/r0w00j67jpw4y7vkadbsgff05w37vbvw-gtk+-2.24.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/r7lpkp8d2df74rw24ndcivxvjzdgxn8d-ld-wrapper-0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/rp81x673wxs5kbz6j00m13w8vy0ysqq1-fontconfig-2.10.93", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/s3fh5jw788rbf3sczjkq1vkv85x1hzcr-pkg-config-0.27.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/s65ada9s4j7xkfh6s91hkng74rp27z2d-libx11-1.5.0", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/s6jhn4gm1bf24fvhv53skn2rikn613rf-xpdf-3.03", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/s97qdj3n4ffli98rr238rkd7ym03spmp-libmad-0.15.1b", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/sj5ivydxwm1943y2g06vhwfwpn9hc1a1-sed-4.2.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/smnrrnw8avs0mcjpxygn3idbh47ppa7r-mpc-1.0.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/sydvcbxkw28vr4c0g4h1mihpwqs7rfa7-openssh-6.5p1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/v28jxrsbc71ajx4hw0gilinfgcgj45yb-cyrus-sasl-2.1.26", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/v2q2595q6n4gs32j15ga65bgy0yqg76g-grep-2.15", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/v61rn7xhhkiqq79d453mkp8ymmj0rs0w-libunistring-0.9.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/v8ma2v30l0ndzddyg2kx1kr4p25vdz1v-libidn-1.28", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/vkcgy21sf1ncszmg27za8jfq1q4r5bqf-freetype-2.4.11", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/w49k1wwwj5cg3838j2kwr8fhg0g2qm9m-wget-1.15", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/w686jd4zsxz0w4sm4qgsaz0yjxllj3ag-imagemagick-6.8.8-8", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/wij9mrvjz691v4s2h7xzqjb2j031335g-w3m-0.5.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/wv98s1vgp69b52v3als36jy4xcfv27vh-guile-2.0.9", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/wz56l34kf5rdp0sa57az9jqc3l968b7c-libid3tag-0.15.1b", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/xbryfykc21adgrq3z56g4c6xvv2lb645-binutils-2.23.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/xdrh8838kfw4ygnxbkw45y19s3izjqcd-sqlite-3.8.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/xj8f9qf1la9d78s1hy9v1sqn8k8v6gzc-fftw-3.3.3", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/xqhjx8dn2wchd8q28nlza07vmchz507z-libxcb-1.8.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/xvkzgvc6bnsfayrk6svaiaf2av6nk1ag-readline-6.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/y32fqpfcc25vz37w3zvv0w4ib434sx6k-less-451", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ycsfa8a0f471jzk79f40jjzlzy2na153-libevent-2.0.21", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/yf76bww6dg15mqnv29q9xyc85nm9icfh-teckit-2.5.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ywx1b67q64ss4apgr4rw54r0vbg1rzxy-pango-1.34.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/z8qifq9172ad17a7mxg9w8jq51axwwqr-gcc-4.8.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/ziri11xyds38a5wmajx6gzfv1f3lm639-dbus-glib-0.100.2", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/zn4iyk9l2dkz5wk2zg22725wz4fgcr3z-pcre-8.32", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/zqkc210mnad00fbg76m29hh9s27fr6la-libtasn1-3.4", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/gnu/store/zwa0w65r825xl2xffn2blyc61fl9pgxq-alsa-lib-1.0.27.1", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
20577 lstat("/usr/local/guix-git/var/log/guix/drvs/hd/", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
20577 open("/usr/local/guix-git/var/log/guix/drvs/hd//hppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.bz2", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15
20577 fcntl(15, F_GETFD)                = 0
20577 fcntl(15, F_SETFD, FD_CLOEXEC)    = 0
20577 fcntl(15, F_GETFL)                = 0x8001 (flags O_WRONLY|O_LARGEFILE)
20577 fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f01d020c000
20577 lseek(15, 0, SEEK_CUR)            = 0
20577 brk(0x1e0b000)                    = 0x1e0b000
20577 brk(0x1e4b000)                    = 0x1e4b000
20577 pipe([16, 17])                    = 0
20577 fcntl(16, F_GETFD)                = 0
20577 fcntl(16, F_SETFD, FD_CLOEXEC)    = 0
20577 fcntl(17, F_GETFD)                = 0
20577 fcntl(17, F_SETFD, FD_CLOEXEC)    = 0
20577 clone(child_stack=0x7fff2745f8a8, flags=CLONE_NEWNS|0x6c000000|SIGCHLD) = 20584
20577 close(17 <unfinished ...>
20584 getpid( <unfinished ...>
20577 <... close resumed> )             = 0
20584 <... getpid resumed> )            = 1
20577 time( <unfinished ...>
20584 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP <unfinished ...>
20577 <... time resumed> NULL)          = 1395404954
20584 <... socket resumed> )            = 18
20584 ioctl(18, SIOCSIFFLAGS <unfinished ...>
20577 write(4, "gmlo\0\0\0\0\260\0\0\0\0\0\0\0@ build-started "..., 192) = 192
20577 time(NULL)                        = 1395404954
20577 select(17, [16], NULL, NULL, {3600, 0} <unfinished ...>
20584 <... ioctl resumed> , {ifr_name="lo", ifr_flags=IFF_UP|IFF_LOOPBACK|IFF_RUNNING}) = 0
20584 close(18)                         = 0
20584 sethostname("localhost"..., 10)   = 0
20584 setdomainname("(none)", 7)        = 0
20584 open("/proc/self/mountinfo", O_RDONLY) = 18
20584 read(18, "28 27 254:1 / / rw,relatime - ex"..., 4096) = 938
20584 read(18, "", 4096)                = 0
20584 close(18)                         = 0
20584 mount(NULL, "/", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/dev", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/dev/pts", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/run", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/run/lock", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/run/shm", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/sys", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/proc", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/proc/sys/fs/binfmt_misc", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/boot", NULL, MS_PRIVATE, NULL) = 0
20584 mount(NULL, "/home", NULL, MS_PRIVATE, NULL) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm", 0x7fff2745cab8) = -1 ENOENT (No such file or directory)
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", 0x7fff2745c578) = -1 ENOENT (No such file or directory)
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", 0777) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm", 0777) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts", 0x7fff2745cab8) = -1 ENOENT (No such file or directory)
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 mkdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts", 0777) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 symlink("/proc/self/fd", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/fd") = 0
20584 symlink("/proc/self/fd/0", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdin") = 0
20584 symlink("/proc/self/fd/1", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdout") = 0
20584 symlink("/proc/self/fd/2", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stderr") = 0
20584 stat("/dev/full", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 7), ...}) = 0
20584 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20584 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/full", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 18
20584 close(18)                         = 0
20584 mount("/dev/full", "/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/full", 0x4873cf, MS_BIND, NULL) = 0
20584 stat("/dev/kvm", 0x7fff2745d348)  = -1 ENOENT (No such file or directory)
20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20584 write(2, "build error: getting attributes "..., 78) = 78
20584 exit_group(189)                   = ?
20577 <... select resumed> )            = 1 (in [16], left {3599, 992990})
20577 time(NULL)                        = 1395404954
20577 read(16, "", 4096)                = 0
20577 wait4(20584, [{WIFEXITED(s) && WEXITSTATUS(s) == 189}], 0, NULL) = 20584
20577 --- SIGCHLD (Child exited) @ 0 (0) ---
20577 close(16)                         = 0
20577 write(15, "BZh9\27rE8P\220\0\0\0\0", 14) = 14
20577 close(15)                         = 0
20577 munmap(0x7f01d020c000, 4096)      = 0
20577 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f01d01f59f0) = 20585
20577 wait4(20585,  <unfinished ...>
20585 setuid(1003)                      = 0
20585 kill(4294967295, SIGKILL)         = 0
20585 exit_group(0)                     = ?
20577 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20585
20577 --- SIGCHLD (Child exited) @ 0 (0) ---
20577 lstat("/tmp/nix-build-profile.drv-0", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
20577 open("/tmp/nix-build-profile.drv-0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 2 entries */, 32768) = 48
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 unlink("/tmp/nix-build-profile.drv-0") = -1 EISDIR (Is a directory)
20577 rmdir("/tmp/nix-build-profile.drv-0") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/lf67s8xx8342c2schfm8ma4c8gh77byy-profile", 0x7fff2745f0f0) = -1 ENOENT (No such file or directory)
20577 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 6 entries */, 32768) = 144
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 5 entries */, 32768) = 144
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/group", {st_mode=S_IFREG|0644, st_size=15, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/group") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/passwd", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/passwd") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/hosts", {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc/hosts") = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/etc") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 9 entries */, 32768) = 240
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdout", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdout") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/full", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/full") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 2 entries */, 32768) = 48
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/shm") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/fd", {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/fd") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 2 entries */, 32768) = 48
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/pts") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdin", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stdin") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stderr", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev/stderr") = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/dev") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 3 entries */, 32768) = 80
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 4 entries */, 32768) = 192
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/08059wg0m8zi1v50wx30q6z61ggaclbs-union.scm", {st_mode=S_IFREG|0444, st_size=9270, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/08059wg0m8zi1v50wx30q6z61ggaclbs-union.scm") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/6cl1954dinw0fj5zmzjnsgzwnqdvbdwb-profile-guile-builder", {st_mode=S_IFREG|0444, st_size=3347, ...}) = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store/6cl1954dinw0fj5zmzjnsgzwnqdvbdwb-profile-guile-builder") = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu/store") = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/gnu") = 0
20577 lstat("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
20577 open("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
20577 getdents(15, /* 2 entries */, 32768) = 48
20577 getdents(15, /* 0 entries */, 32768) = 0
20577 close(15)                         = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot/tmp") = 0
20577 unlink("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot") = -1 EISDIR (Is a directory)
20577 rmdir("/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv.chroot") = 0
20577 close(13)                         = 0
20577 close(9)                          = 0
20577 rt_sigaction(SIGIO, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, {0x409bf0, ~[KILL STOP RTMIN RT_1], SA_RESTORER, 0x7f01cedc74f0}, 8) = 0
20577 write(4, "ptxc\0\0\0\0d\0\0\0\0\0\0\0failed to set up"..., 128) = 128
20577 read(4, "", 32768)                = 0
20577 write(2, "408 operations\n", 15)  = 15
20577 close(10)                         = 0
20577 unlink("/usr/local/guix-git/var/guix/temproots/20577") = 0
20577 close(11)                         = 0
20578 <... read resumed> "", 4096)      = 0
20577 close(12 <unfinished ...>
20578 read(5,  <unfinished ...>
20577 <... close resumed> )             = 0
20578 <... read resumed> "", 4096)      = 0
20577 close(14 <unfinished ...>
20578 close(5 <unfinished ...>
20577 <... close resumed> )             = 0
20578 <... close resumed> )             = 0
20577 wait4(20578,  <unfinished ...>
20578 exit_group(0)                     = ?
20582 <... ???? resumed> )              = ? <unavailable>
20577 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20578
20577 --- SIGCHLD (Child exited) @ 0 (0) ---
20577 fcntl(6, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=1073741824, len=1}) = 0
20577 fcntl(6, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=1073741826, len=510}) = 0
20577 unlink("/usr/local/guix-git/var/guix/db/db.sqlite-shm") = 0
20577 munmap(0x7f01d020d000, 32768)     = 0
20577 close(8)                          = 0
20577 close(7)                          = 0
20577 unlink("/usr/local/guix-git/var/guix/db/db.sqlite-wal") = 0
20577 fcntl(6, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=2}) = 0
20577 fcntl(6, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
20577 close(6)                          = 0
20577 close(5)                          = 0
20577 exit_group(0)                     = ?
17236 <... accept resumed> 0x7fff27461ca0, [110]) = ? ERESTARTSYS (To be restarted)
17236 --- SIGCHLD (Child exited) @ 0 (0) ---
17236 wait4(-1, NULL, WNOHANG, NULL)    = 20577
17236 wait4(-1, NULL, WNOHANG, NULL)    = -1 ECHILD (No child processes)
17236 rt_sigreturn(0xffffffffffffffff)  = -1 EINTR (Interrupted system call)
17236 accept(3,  <unfinished ...>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 12:31           ` Andreas Enge
@ 2014-03-21 12:49             ` Ludovic Courtès
  2014-03-21 13:44               ` Andreas Enge
  2014-03-21 15:45               ` Mark H Weaver
  0 siblings, 2 replies; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-21 12:49 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> guix package: error: build failed: failed to set up the build environment for `/gnu/store/hdhppd3jfbpbq53afmmh0p51lx259w8a-profile.drv'
>
> On Thu, Mar 20, 2014 at 10:40:20PM +0100, Ludovic Courtès wrote:
>>   strace -f -o log -p XYZ
>
> I am attaching the file.
>
>> Another idea: does your machine have /dev/kvm?
>
> No.

That’s indeed the problem:

> 20584 stat("/dev/kvm", 0x7fff2745d348)  = -1 ENOENT (No such file or directory)
> 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
> 20584 write(2, "build error: getting attributes "..., 78) = 78
> 20584 exit_group(189)                   = ?

For now, the “solution” is to create it like this:

  sudo mknod /dev/kvm c 10 232

Can you confirm?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21  4:04           ` Mark H Weaver
@ 2014-03-21 12:50             ` Ludovic Courtès
  0 siblings, 0 replies; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-21 12:50 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Another idea: does your machine have /dev/kvm?
>
> Is /dev/kvm now required by the daemon?
> If so, I'm concerned about portability.

Yeah, me too.  I’ll propose a patch.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 12:49             ` Ludovic Courtès
@ 2014-03-21 13:44               ` Andreas Enge
  2014-03-21 15:23                 ` Alex Sassmannshausen
  2014-03-22 14:17                 ` Ludovic Courtès
  2014-03-21 15:45               ` Mark H Weaver
  1 sibling, 2 replies; 16+ messages in thread
From: Andreas Enge @ 2014-03-21 13:44 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote:
> For now, the “solution” is to create it like this:
>   sudo mknod /dev/kvm c 10 232
> Can you confirm?

Yes, that works. Together with /dev/shm (how is this affected by the change,
by the way?), there are more and more things to change on a debian system.
Hopefully your patch will go through. Could /dev/kvm not simply be dropped,
instead of enabled according to the machine on which the daemon runs? Then
we would be closer to a deterministic build also.

Andreas

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 13:44               ` Andreas Enge
@ 2014-03-21 15:23                 ` Alex Sassmannshausen
  2014-03-22 14:17                 ` Ludovic Courtès
  1 sibling, 0 replies; 16+ messages in thread
From: Alex Sassmannshausen @ 2014-03-21 15:23 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Hello,

Andreas Enge writes:

> On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote:
>> For now, the “solution” is to create it like this:
>>   sudo mknod /dev/kvm c 10 232
>> Can you confirm?
>
> Yes, that works. 

Indeed that works a charm! Thanks for your help.

Alex

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 12:49             ` Ludovic Courtès
  2014-03-21 13:44               ` Andreas Enge
@ 2014-03-21 15:45               ` Mark H Weaver
  2014-03-21 15:59                 ` Mark H Weaver
  1 sibling, 1 reply; 16+ messages in thread
From: Mark H Weaver @ 2014-03-21 15:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> Andreas Enge <andreas@enge.fr> skribis:
>
>>> Another idea: does your machine have /dev/kvm?
>>
>> No.
>
> That’s indeed the problem:
>
>> 20584 stat("/dev/kvm", 0x7fff2745d348)  = -1 ENOENT (No such file or directory)
>> 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
>> 20584 write(2, "build error: getting attributes "..., 78) = 78
>> 20584 exit_group(189)                   = ?
>
> For now, the “solution” is to create it like this:
>
>   sudo mknod /dev/kvm c 10 232

This is very troubling to me.  KVM is not supported on my primary
platform (Loongson).

      Mark

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 15:45               ` Mark H Weaver
@ 2014-03-21 15:59                 ` Mark H Weaver
  0 siblings, 0 replies; 16+ messages in thread
From: Mark H Weaver @ 2014-03-21 15:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> writes:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Andreas Enge <andreas@enge.fr> skribis:
>>
>>>> Another idea: does your machine have /dev/kvm?
>>>
>>> No.
>>
>> That’s indeed the problem:
>>
>>> 20584 stat("/dev/kvm", 0x7fff2745d348)  = -1 ENOENT (No such file or directory)
>>> 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
>>> 20584 write(2, "build error: getting attributes "..., 78) = 78
>>> 20584 exit_group(189)                   = ?
>>
>> For now, the “solution” is to create it like this:
>>
>>   sudo mknod /dev/kvm c 10 232
>
> This is very troubling to me.  KVM is not supported on my primary
> platform (Loongson).

Nevermind.  I see now that there's no actual dependency on KVM, and that
it merely wants a /dev/kvm node to propagate into the build environment.

     Mark

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Failed to set up the build environment for…
  2014-03-21 13:44               ` Andreas Enge
  2014-03-21 15:23                 ` Alex Sassmannshausen
@ 2014-03-22 14:17                 ` Ludovic Courtès
  1 sibling, 0 replies; 16+ messages in thread
From: Ludovic Courtès @ 2014-03-22 14:17 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote:
>> For now, the “solution” is to create it like this:
>>   sudo mknod /dev/kvm c 10 232
>> Can you confirm?
>
> Yes, that works. Together with /dev/shm (how is this affected by the change,
> by the way?), there are more and more things to change on a debian system.
> Hopefully your patch will go through. Could /dev/kvm not simply be dropped,
> instead of enabled according to the machine on which the daemon runs? Then
> we would be closer to a deterministic build also.

We can’t simply drop it, because we want to be able to use KVM in the
build environment.

That’s a minor issue, though, because (1) the only things that rely on
KVM are the VM build support, and (2) when the stand-alone GNU exists,
it will have /dev/kvm.

Ludo’.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-03-22 14:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 11:05 Failed to set up the build environment for… Alex Sassmannshausen
2014-03-19 15:46 ` Ludovic Courtès
2014-03-20 14:38   ` Andreas Enge
2014-03-20 18:07     ` Ludovic Courtès
2014-03-20 21:15       ` Andreas Enge
2014-03-20 21:40         ` Ludovic Courtès
2014-03-20 23:04           ` Alex Sassmannshausen
2014-03-21  4:04           ` Mark H Weaver
2014-03-21 12:50             ` Ludovic Courtès
2014-03-21 12:31           ` Andreas Enge
2014-03-21 12:49             ` Ludovic Courtès
2014-03-21 13:44               ` Andreas Enge
2014-03-21 15:23                 ` Alex Sassmannshausen
2014-03-22 14:17                 ` Ludovic Courtès
2014-03-21 15:45               ` Mark H Weaver
2014-03-21 15:59                 ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).