unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36330: guix-build-branch.sh failed on Fedora 29
@ 2019-06-22 14:25 Matt Wette
  2019-06-24  8:26 ` Ludovic Courtès
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Wette @ 2019-06-22 14:25 UTC (permalink / raw)
  To: 36330

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

[mwette@localhost guix-1.0.1]$ uname -a
Linux localhost.localdomain 5.1.11-200.fc29.x86_64 #1 SMP Mon Jun 17 
19:30:44 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[mwette@localhost guix-1.0.1]$ cat /etc/redhat-release
Fedora release 29 (Twenty Nine)

test-suite.log attached

config.log attached



[-- Attachment #2: config.log --]
[-- Type: text/x-log, Size: 44017 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Guix configure 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/opt/local

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 5.1.6-200.fc29.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Jun 3 17:20:05 UTC 2019

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/mwette/.local/bin
PATH: /home/mwette/bin
PATH: /usr/share/Modules/bin
PATH: /usr/local/bin
PATH: /opt/local/bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2573: checking for a BSD-compatible install
configure:2641: result: /usr/bin/install -c
configure:2652: checking whether build environment is sane
configure:2707: result: yes
configure:2858: checking for a thread-safe mkdir -p
configure:2897: result: /usr/bin/mkdir -p
configure:2904: checking for gawk
configure:2920: found /usr/bin/gawk
configure:2931: result: gawk
configure:2942: checking whether make sets $(MAKE)
configure:2964: result: yes
configure:2993: checking whether make supports nested variables
configure:3010: result: yes
configure:3149: checking whether make supports nested variables
configure:3166: result: yes
configure:3185: checking whether make supports the include directive
configure:3200: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3203: $? = 0
configure:3222: result: yes (GNU style)
configure:3292: checking for gcc
configure:3308: found /usr/bin/gcc
configure:3319: result: gcc
configure:3548: checking for C compiler version
configure:3557: gcc --version >&5
gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3568: $? = 0
configure:3557: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
configure:3568: $? = 0
configure:3557: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3568: $? = 1
configure:3557: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3568: $? = 1
configure:3588: checking whether the C compiler works
configure:3610: gcc    conftest.c  >&5
configure:3614: $? = 0
configure:3662: result: yes
configure:3665: checking for C compiler default output file name
configure:3667: result: a.out
configure:3673: checking for suffix of executables
configure:3680: gcc -o conftest    conftest.c  >&5
configure:3684: $? = 0
configure:3706: result: 
configure:3728: checking whether we are cross compiling
configure:3736: gcc -o conftest    conftest.c  >&5
configure:3740: $? = 0
configure:3747: ./conftest
configure:3751: $? = 0
configure:3766: result: no
configure:3771: checking for suffix of object files
configure:3793: gcc -c   conftest.c >&5
configure:3797: $? = 0
configure:3818: result: o
configure:3822: checking whether we are using the GNU C compiler
configure:3841: gcc -c   conftest.c >&5
configure:3841: $? = 0
configure:3850: result: yes
configure:3859: checking whether gcc accepts -g
configure:3879: gcc -c -g  conftest.c >&5
configure:3879: $? = 0
configure:3920: result: yes
configure:3937: checking for gcc option to accept ISO C89
configure:4000: gcc  -c -g -O2  conftest.c >&5
configure:4000: $? = 0
configure:4013: result: none needed
configure:4038: checking whether gcc understands -c and -o together
configure:4060: gcc -c conftest.c -o conftest2.o
configure:4063: $? = 0
configure:4060: gcc -c conftest.c -o conftest2.o
configure:4063: $? = 0
configure:4075: result: yes
configure:4094: checking dependency style of gcc
configure:4205: result: gcc3
configure:4226: checking how to run the C preprocessor
configure:4257: gcc -E  conftest.c
configure:4257: $? = 0
configure:4271: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4296: result: gcc -E
configure:4316: gcc -E  conftest.c
configure:4316: $? = 0
configure:4330: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4359: checking for grep that handles long lines and -e
configure:4417: result: /usr/bin/grep
configure:4422: checking for egrep
configure:4484: result: /usr/bin/grep -E
configure:4489: checking for ANSI C header files
configure:4509: gcc -c -g -O2  conftest.c >&5
configure:4509: $? = 0
configure:4582: gcc -o conftest -g -O2   conftest.c  >&5
configure:4582: $? = 0
configure:4582: ./conftest
configure:4582: $? = 0
configure:4593: result: yes
configure:4606: checking for sys/types.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for sys/stat.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for stdlib.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for string.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for memory.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for strings.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for inttypes.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for stdint.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4606: checking for unistd.h
configure:4606: gcc -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4606: result: yes
configure:4619: checking minix/config.h usability
configure:4619: gcc -c -g -O2  conftest.c >&5
conftest.c:54:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4619: result: no
configure:4619: checking minix/config.h presence
configure:4619: gcc -E  conftest.c
conftest.c:21:10: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4619: result: no
configure:4619: checking for minix/config.h
configure:4619: result: no
configure:4640: checking whether it is safe to define __EXTENSIONS__
configure:4658: gcc -c -g -O2  conftest.c >&5
configure:4658: $? = 0
configure:4665: result: yes
configure:4680: checking for a sed that does not truncate output
configure:4744: result: /usr/bin/sed
configure:4750: checking whether NLS is requested
configure:4759: result: yes
configure:4799: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:4831: result: /usr/bin/msgfmt
configure:4840: checking for gmsgfmt
configure:4871: result: /usr/bin/msgfmt
configure:4921: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:4953: result: /usr/bin/xgettext
configure:4998: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:5029: result: /usr/bin/msgmerge
configure:5066: checking build system type
configure:5080: result: x86_64-pc-linux-gnu
configure:5100: checking host system type
configure:5113: result: x86_64-pc-linux-gnu
configure:5158: checking for ld used by gcc
configure:5225: result: /usr/bin/ld
configure:5232: checking if the linker (/usr/bin/ld) is GNU ld
configure:5247: result: yes
configure:5254: checking for shared library run path origin
configure:5267: result: done
configure:5839: checking for CFPreferencesCopyAppValue
configure:5857: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:5866: result: no
configure:5873: checking for CFLocaleCopyCurrent
configure:5891: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:26:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:5900: result: no
configure:5949: checking for GNU gettext in libc
configure:5973: gcc -o conftest -g -O2   conftest.c  >&5
configure:5973: $? = 0
configure:5982: result: yes
configure:6810: checking whether to use NLS
configure:6812: result: yes
configure:6815: checking where the gettext function comes from
configure:6826: result: libc
configure:6889: checking for sed
configure:6919: result: /usr/bin/sed
configure:6972: checking for the Guix system type
configure:6974: result: x86_64-linux
configure:7058: checking for the store directory
configure:7060: result: /gnu/store
configure:7082: checking the length of the installed socket file name
configure:7089: result: 40
configure:7093: checking for unit test root directory
configure:7100: result: /home/mwette/proj/guix/guix-1.0.1/test-tmp
configure:7105: checking the length of the socket file name used in tests
configure:7112: result: 74
configure:7116: checking the length of a typical hash bang line
configure:7123: result: 73
configure:7128: checking the length of a hash bang line used in tests
configure:7135: result: 111
configure:7232: checking for pkg-config
configure:7250: found /usr/bin/pkg-config
configure:7262: result: /usr/bin/pkg-config
configure:7287: checking pkg-config is at least version 0.9.0
configure:7290: result: yes
configure:7318: checking for guile 2.2
configure:7321: $PKG_CONFIG --exists --print-errors "guile-$v"
configure:7324: $? = 0
configure:7341: found guile 2.2
configure:7362: checking for guile-2.2
configure:7392: result: /opt/local/bin/guile
configure:7420: checking for Guile version >= 2.2
configure:7448: result: 2.2.4
configure:7453: checking for guild
configure:7483: result: /opt/local/bin/guild
configure:7495: checking for guile-config
configure:7513: found /opt/local/bin/guile-config
configure:7525: result: /opt/local/bin/guile-config
configure:7589: checking if (gnutls) is available
configure:7596: result: yes
configure:7604: checking if (git) is available
configure:7611: result: yes
configure:7619: checking if (json) is available
configure:7626: result: yes
configure:7635: checking whether Guile-Sqlite3 is available and recent enough
configure:7650: result: yes
configure:7657: checking if (gcrypt hash) is available
configure:7664: result: yes
configure:7672: checking if (newt) is available
configure:7679: result: no
configure:7710: checking whether /opt/local/bin/guile provides feature 'regex'
configure:7714: result: yes
configure:7710: checking whether /opt/local/bin/guile provides feature 'posix'
configure:7714: result: yes
configure:7710: checking whether /opt/local/bin/guile provides feature 'socket'
configure:7714: result: yes
configure:7710: checking whether /opt/local/bin/guile provides feature 'net-db'
configure:7714: result: yes
configure:7710: checking whether /opt/local/bin/guile provides feature 'threads'
configure:7714: result: yes
configure:7725: checking whether 'equal?' works for syntax objects
configure:7737: result: yes
configure:7745: checking for a sed that does not truncate output
configure:7809: result: /usr/bin/sed
configure:7817: checking for gzip
configure:7835: found /usr/bin/gzip
configure:7847: result: /usr/bin/gzip
configure:7857: checking for bzip2
configure:7875: found /usr/bin/bzip2
configure:7887: result: /usr/bin/bzip2
configure:7897: checking for xz
configure:7915: found /usr/bin/xz
configure:7927: result: /usr/bin/xz
configure:7955: checking for nix-hash
configure:7988: result: no
configure:8007: checking for Nixpkgs source tree
configure:8014: result: not found
configure:8054: checking for libgcrypt-config
configure:8072: found /usr/bin/libgcrypt-config
configure:8084: result: /usr/bin/libgcrypt-config
configure:8092: checking libgcrypt's library directory
configure:8103: result: 
configure:8115: checking zlib's library directory
configure:8122: result: /usr/lib64
configure:8131: checking for zlib's shared library name
configure:8133: result: /usr/lib64/libz
configure:8139: checking lzlib's file name
configure:8150: gcc -o conftest -g -O2   conftest.c -llz >&5
conftest.c: In function 'main':
conftest.c:29:22: warning: implicit declaration of function 'LZ_decompress_open' [-Wimplicit-function-declaration]
 int main () { return LZ_decompress_open(); }
                      ^~~~~~~~~~~~~~~~~~
/usr/bin/ld: cannot find -llz
collect2: error: ld returned 1 exit status
configure:8150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| int main () { return LZ_decompress_open(); }
configure:8157: result: 
configure:8170: checking whether Guile-SSH is available and recent enough
configure:8187: result: no
configure:8286: checking whether to build daemon
configure:8288: result: yes
configure:8349: checking for g++
configure:8365: found /usr/bin/g++
configure:8376: result: g++
configure:8403: checking for C++ compiler version
configure:8412: g++ --version >&5
g++ (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:8423: $? = 0
configure:8412: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC) 
configure:8423: $? = 0
configure:8412: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:8423: $? = 1
configure:8412: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:8423: $? = 1
configure:8427: checking whether we are using the GNU C++ compiler
configure:8446: g++ -c   conftest.cpp >&5
configure:8446: $? = 0
configure:8455: result: yes
configure:8464: checking whether g++ accepts -g
configure:8484: g++ -c -g  conftest.cpp >&5
configure:8484: $? = 0
configure:8525: result: yes
configure:8550: checking dependency style of g++
configure:8661: result: gcc3
configure:8725: checking for ar
configure:8741: found /usr/bin/ar
configure:8752: result: ar
configure:8778: checking the archiver (ar) interface
configure:8794: gcc -c -g -O2  conftest.c >&5
configure:8794: $? = 0
configure:8796: ar cru libconftest.a conftest.o >&5
configure:8799: $? = 0
configure:8827: result: ar
configure:8860: checking whether g++ supports C++11
configure:8884: g++ -c -std=c++11 -g -O2  conftest.cpp >&5
configure:8884: $? = 0
configure:8893: result: yes
configure:8944: checking for ranlib
configure:8960: found /usr/bin/ranlib
configure:8971: result: ranlib
configure:9003: checking for special C compiler options needed for large files
configure:9048: result: no
configure:9054: checking for _FILE_OFFSET_BITS value needed for large files
configure:9079: g++ -c -g -O2  conftest.cpp >&5
configure:9079: $? = 0
configure:9111: result: no
configure:9197: checking for gzdopen in -lz
configure:9222: g++ -o conftest -g -O2   conftest.cpp -lz   >&5
configure:9222: $? = 0
configure:9231: result: yes
configure:9244: checking how to run the C++ preprocessor
configure:9271: g++ -E  conftest.cpp
configure:9271: $? = 0
configure:9285: g++ -E  conftest.cpp
conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9310: result: g++ -E
configure:9330: g++ -E  conftest.cpp
configure:9330: $? = 0
configure:9344: g++ -E  conftest.cpp
conftest.cpp:29:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guix"
| #define PACKAGE_TARNAME "guix"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "GNU Guix 1.0.1"
| #define PACKAGE_BUGREPORT "bug-guix@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/guix/"
| #define PACKAGE "guix"
| #define VERSION "1.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9375: checking zlib.h usability
configure:9375: g++ -c -g -O2  conftest.cpp >&5
configure:9375: $? = 0
configure:9375: result: yes
configure:9375: checking zlib.h presence
configure:9375: g++ -E  conftest.cpp
configure:9375: $? = 0
configure:9375: result: yes
configure:9375: checking for zlib.h
configure:9375: result: yes
configure:9388: checking for BZ2_bzWriteOpen in -lbz2
configure:9413: g++ -o conftest -g -O2   conftest.cpp -lbz2   >&5
configure:9413: $? = 0
configure:9422: result: yes
configure:9433: checking bzlib.h usability
configure:9433: g++ -c -g -O2  conftest.cpp >&5
configure:9433: $? = 0
configure:9433: result: yes
configure:9433: checking bzlib.h presence
configure:9433: g++ -E  conftest.cpp
configure:9433: $? = 0
configure:9433: result: yes
configure:9433: checking for bzlib.h
configure:9433: result: yes
configure:9448: checking for sqlite3 >= 3.6.19
configure:9455: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9458: $? = 0
configure:9472: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.6.19"
configure:9475: $? = 0
configure:9533: result: yes
configure:9574: checking for gcry_md_open in -lgcrypt
configure:9599: g++ -o conftest -g -O2    conftest.cpp -lgcrypt   >&5
configure:9599: $? = 0
configure:9608: result: yes
configure:9616: checking gcrypt.h usability
configure:9616: g++ -c -g -O2  conftest.cpp >&5
configure:9616: $? = 0
configure:9616: result: yes
configure:9616: checking gcrypt.h presence
configure:9616: g++ -E  conftest.cpp
configure:9616: $? = 0
configure:9616: result: yes
configure:9616: checking for gcrypt.h
configure:9616: result: yes
configure:9634: checking for chroot
configure:9634: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9634: $? = 0
configure:9634: result: yes
configure:9634: checking for unshare
configure:9634: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9634: $? = 0
configure:9634: result: yes
configure:9646: checking sched.h usability
configure:9646: g++ -c -g -O2  conftest.cpp >&5
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking sched.h presence
configure:9646: g++ -E  conftest.cpp
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking for sched.h
configure:9646: result: yes
configure:9646: checking sys/param.h usability
configure:9646: g++ -c -g -O2  conftest.cpp >&5
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking sys/param.h presence
configure:9646: g++ -E  conftest.cpp
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking for sys/param.h
configure:9646: result: yes
configure:9646: checking sys/mount.h usability
configure:9646: g++ -c -g -O2  conftest.cpp >&5
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking sys/mount.h presence
configure:9646: g++ -E  conftest.cpp
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking for sys/mount.h
configure:9646: result: yes
configure:9646: checking sys/syscall.h usability
configure:9646: g++ -c -g -O2  conftest.cpp >&5
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking sys/syscall.h presence
configure:9646: g++ -E  conftest.cpp
configure:9646: $? = 0
configure:9646: result: yes
configure:9646: checking for sys/syscall.h
configure:9646: result: yes
configure:9665: checking for lutimes
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for lchown
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for posix_fallocate
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for sched_setaffinity
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for statvfs
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for nanosleep
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for strsignal
configure:9665: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9675: checking whether it is possible to create a link to a symlink
configure:9679: result: yes
configure:9698: checking locale usability
configure:9698: g++ -c -g -O2  conftest.cpp >&5
configure:9698: $? = 0
configure:9698: result: yes
configure:9698: checking locale presence
configure:9698: g++ -E  conftest.cpp
configure:9698: $? = 0
configure:9698: result: yes
configure:9698: checking for locale
configure:9698: result: yes
configure:9718: checking sys/personality.h usability
configure:9718: g++ -c -g -O2  conftest.cpp >&5
configure:9718: $? = 0
configure:9718: result: yes
configure:9718: checking sys/personality.h presence
configure:9718: g++ -E  conftest.cpp
configure:9718: $? = 0
configure:9718: result: yes
configure:9718: checking for sys/personality.h
configure:9718: result: yes
configure:9731: checking linux/fs.h usability
configure:9731: g++ -c -g -O2  conftest.cpp >&5
configure:9731: $? = 0
configure:9731: result: yes
configure:9731: checking linux/fs.h presence
configure:9731: g++ -E  conftest.cpp
configure:9731: $? = 0
configure:9731: result: yes
configure:9731: checking for linux/fs.h
configure:9731: result: yes
configure:9744: checking for default substitute URLs
configure:9746: result: https://ci.guix.gnu.org
configure:9756: checking whether Guile-SSH is available and recent enough
configure:9773: result: no
configure:9790: checking for unit test root directory
configure:9797: result: /home/mwette/proj/guix/guix-1.0.1/test-tmp
configure:9806: checking for guile
configure:9836: result: /opt/local/bin/guile
configure:9844: checking the current installation's localstatedir
configure:9858: result: none
configure:9943: checking for emacs
configure:9961: found /usr/bin/emacs
configure:9974: result: /usr/bin/emacs
configure:10114: checking that generated files are newer than configure
configure:10120: result: done
configure:10171: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Guix config.status 1.0.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:992: creating nix/scripts/list-runtime-roots
config.status:992: creating nix/scripts/download
config.status:992: creating nix/scripts/substitute
config.status:992: creating nix/scripts/authenticate
config.status:992: creating nix/scripts/offload
config.status:992: creating Makefile
config.status:992: creating po/guix/Makefile.in
config.status:992: creating po/packages/Makefile.in
config.status:992: creating etc/guix-daemon.cil
config.status:992: creating guix/config.scm
config.status:992: creating test-env
config.status:992: creating pre-inst-env
config.status:992: creating etc/indent-code.el
config.status:992: creating nix/config.h
config.status:1221: executing depfiles commands
config.status:1298: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1303: $? = 0
config.status:1221: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/opt/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE3_CFLAGS_set=
ac_cv_env_SQLITE3_CFLAGS_value=
ac_cv_env_SQLITE3_LIBS_set=
ac_cv_env_SQLITE3_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_chroot=yes
ac_cv_func_lchown=yes
ac_cv_func_lutimes=yes
ac_cv_func_nanosleep=yes
ac_cv_func_posix_fallocate=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_statvfs=yes
ac_cv_func_strsignal=yes
ac_cv_func_unshare=yes
ac_cv_guix_cxx11_support=yes
ac_cv_guix_hash_bang_length=73
ac_cv_guix_socket_file_name_length=40
ac_cv_guix_syntax_object_equal=yes
ac_cv_guix_test_hash_bang_length=111
ac_cv_guix_test_root=/home/mwette/proj/guix/guix-1.0.1/test-tmp
ac_cv_guix_test_socket_file_name_length=74
ac_cv_header_bzlib_h=yes
ac_cv_header_gcrypt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_locale=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_personality_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_bz2_BZ2_bzWriteOpen=yes
ac_cv_lib_gcrypt_gcry_md_open=yes
ac_cv_lib_z_gzdopen=yes
ac_cv_objext=o
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_EMACS=/usr/bin/emacs
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GUILD=/opt/local/bin/guild
ac_cv_path_GUILE=/opt/local/bin/guile
ac_cv_path_GUILE_CONFIG=/opt/local/bin/guile-config
ac_cv_path_GZIP=/usr/bin/gzip
ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
guix_cv_current_localstatedir=none
guix_cv_have_recent_guile_sqlite3=yes
guix_cv_have_recent_guile_ssh=no
guix_cv_libgcrypt_libdir=
guix_cv_libz_libdir=/usr/lib64
pkg_cv_SQLITE3_CFLAGS=
pkg_cv_SQLITE3_LIBS='-lsqlite3 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing automake-1.16'
AWK='gawk'
BUILD_DAEMON_FALSE='#'
BUILD_DAEMON_OFFLOAD_FALSE=''
BUILD_DAEMON_OFFLOAD_TRUE='#'
BUILD_DAEMON_TRUE=''
BZIP2='/usr/bin/bzip2'
CAN_RUN_TESTS_FALSE='#'
CAN_RUN_TESTS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing dot'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMACS='/usr/bin/emacs'
ENABLE_INSTALLER_FALSE=''
ENABLE_INSTALLER_TRUE='#'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GUILD='/opt/local/bin/guild'
GUILE='/opt/local/bin/guile'
GUILE_CONFIG='/opt/local/bin/guile-config'
GUILE_EFFECTIVE_VERSION='2.2'
GUILE_TOOLS='/opt/local/bin/guild'
GUIX_TEST_ROOT='/home/mwette/proj/guix/guix-1.0.1/test-tmp'
GZIP='/usr/bin/gzip'
HAVE_GUILE_SSH_FALSE=''
HAVE_GUILE_SSH_TRUE='#'
HAVE_LIBBZ2_FALSE='#'
HAVE_LIBBZ2_TRUE=''
HELP2MAN='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing help2man'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
LIBGCRYPT_LIBDIR=''
LIBGCRYPT_LIBS='-lgcrypt'
LIBGCRYPT_PREFIX='no'
LIBICONV='-liconv'
LIBINTL=''
LIBLZ='liblz'
LIBOBJS=''
LIBS=''
LIBZ='/usr/lib64/libz'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NIXPKGS=''
NIX_HASH=''
NIX_PREFIX=''
OBJEXT='o'
PACKAGE='guix'
PACKAGE_BUGREPORT='bug-guix@gnu.org'
PACKAGE_NAME='GNU Guix'
PACKAGE_STRING='GNU Guix 1.0.1'
PACKAGE_TARNAME='guix'
PACKAGE_URL='https://www.gnu.org/software/guix/'
PACKAGE_VERSION='1.0.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/opt/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'
PO4A_TRANSLATE='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing po4a-translate'
PO4A_UPDATEPO='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/missing po4a-updatepo'
POSUB='po'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CFLAGS=''
SQLITE3_LIBS='-lsqlite3 '
STRIP=''
USE_NLS='yes'
VERSION='1.0.1'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XZ='/usr/bin/xz'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bashcompletiondir='${sysconfdir}/bash_completion.d'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
fishcompletiondir='${datadir}/fish/vendor_completions.d'
guilemoduledir='${prefix}/share/guile/site/2.2'
guileobjectdir='${exec_prefix}/lib/guile/2.2/site-ccache'
guix_localstatedir='/opt/local/var'
guix_sbindir='/opt/local/sbin'
guix_sysconfdir='/opt/local/etc'
guix_system='x86_64-linux'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mwette/proj/guix/guix-1.0.1/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
selinux_policydir='${datadir}/selinux/'
sharedstatedir='${prefix}/com'
storedir='/gnu/store'
sysconfdir='${prefix}/etc'
target_alias=''
zshcompletiondir='${datadir}/zsh/site-functions'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Guix"
#define PACKAGE_TARNAME "guix"
#define PACKAGE_VERSION "1.0.1"
#define PACKAGE_STRING "GNU Guix 1.0.1"
#define PACKAGE_BUGREPORT "bug-guix@gnu.org"
#define PACKAGE_URL "https://www.gnu.org/software/guix/"
#define PACKAGE "guix"
#define VERSION "1.0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_ZLIB_H 1
#define HAVE_BZLIB_H 1
#define NIX_VERSION "0.0.0"
#define SYSTEM "x86_64-linux"
#define HAVE_CHROOT 1
#define HAVE_UNSHARE 1
#define HAVE_SCHED_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_LUTIMES 1
#define HAVE_LCHOWN 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_SCHED_SETAFFINITY 1
#define HAVE_STATVFS 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRSIGNAL 1
#define CAN_LINK_SYMLINK 1
#define HAVE_LOCALE 1
#define HAVE_SYS_PERSONALITY_H 1
#define HAVE_LINUX_FS_H 1
#define GUIX_SUBSTITUTE_URLS "https://ci.guix.gnu.org"

configure: exit 0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: test-suite.log --]
[-- Type: text/x-log; name="test-suite.log", Size: 330667 bytes --]

======================================
   GNU Guix 1.0.1: ./test-suite.log
======================================

# TOTAL: 901
# PASS:  876
# SKIP:  24
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

SKIP: tests/base32
==================

sh: nix-hash: command not found
test-name: bytevector->base32-string
location: /home/mwette/proj/guix/guix-1.0.1/tests/base32.scm:48
source:
+ (test-assert
+   "bytevector->base32-string"
+   (fold (lambda (bv expected result)
+           (and result
+                (string=?
+                  (bytevector->base32-string bv)
+                  expected)))
+         #t
+         (map string->utf8
+              '("" "f" "fo" "foo" "foob" "fooba" "foobar"))
+         '(""
+           "my"
+           "mzxq"
+           "mzxw6"
+           "mzxw6yq"
+           "mzxw6ytb"
+           "mzxw6ytboi")))
actual-value: #t
result: PASS

test-name: base32-string->bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/base32.scm:65
source:
+ (test-assert
+   "base32-string->bytevector"
+   (every (lambda (bv)
+            (equal?
+              (base32-string->bytevector
+                (bytevector->base32-string bv))
+              bv))
+          (map string->utf8
+               '("" "f" "fo" "foo" "foob" "fooba" "foobar"))))
actual-value: #t
result: PASS

test-name: nix-base32-string->bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/base32.scm:73
source:
+ (test-assert
+   "nix-base32-string->bytevector"
+   (every (lambda (bv)
+            (equal?
+              (nix-base32-string->bytevector
+                (bytevector->nix-base32-string bv))
+              bv))
+          (map string->utf8
+               '("" "f" "fo" "foo" "foob" "fooba" "foobar"))))
actual-value: #t
result: PASS

test-name: &invalid-base32-character
location: /home/mwette/proj/guix/guix-1.0.1/tests/base32.scm:81
source:
+ (test-equal
+   "&invalid-base32-character"
+   #\e
+   (guard (c ((invalid-base32-character? c)
+              (invalid-base32-character-value c)))
+          (nix-base32-string->bytevector
+            (string-append (make-string 51 #\a) "e"))))
expected-value: #\e
actual-value: #\e
result: PASS

test-name: sha256 & bytevector->nix-base32-string
location: /home/mwette/proj/guix/guix-1.0.1/tests/base32.scm:92
source:
+ (test-assert
+   "sha256 & bytevector->nix-base32-string"
+   (let ((file (search-path %load-path "tests/test.drv")))
+     (equal?
+       (bytevector->nix-base32-string
+         (sha256
+           (call-with-input-file file get-bytevector-all)))
+       (let* ((c (format
+                   #f
+                   "~a --type sha256 --base32 --flat \"~a\""
+                   %nix-hash
+                   file))
+              (p (open-input-pipe c))
+              (l (read-line p)))
+         (close-pipe p)
+         l))))
result: SKIP


SKIP: tests/upstream
====================

test-name: coalesce-sources same version
location: /home/mwette/proj/guix/guix-1.0.1/tests/upstream.scm:30
source:
+ (test-equal
+   "coalesce-sources same version"
+   (list (upstream-source
+           (package "foo")
+           (version "1")
+           (urls '("ftp://example.org/foo-1.tar.xz"
+                   "ftp://example.org/foo-1.tar.gz"))
+           (signature-urls
+             '("ftp://example.org/foo-1.tar.xz.sig"
+               "ftp://example.org/foo-1.tar.gz.sig"))))
+   (coalesce-sources
+     (list (upstream-source
+             (package "foo")
+             (version "1")
+             (urls '("ftp://example.org/foo-1.tar.gz"))
+             (signature-urls
+               '("ftp://example.org/foo-1.tar.gz.sig")))
+           (upstream-source
+             (package "foo")
+             (version "1")
+             (urls '("ftp://example.org/foo-1.tar.xz"))
+             (signature-urls
+               '("ftp://example.org/foo-1.tar.xz.sig"))))))
result: SKIP

random seed for tests: 1561202458

SKIP: tests/snix
================

test-name: factorize-uri
location: /home/mwette/proj/guix/guix-1.0.1/tests/snix.scm:36
source:
+ (test-assert
+   "factorize-uri"
+   (every?
+     (match-lambda
+       ((uri version '-> expected)
+        (equal? (factorize-uri uri version) expected)))
+     '(("http://example.com/foo.tgz"
+        "1.0"
+        ->
+        "http://example.com/foo.tgz")
+       ("http://example.com/foo-2.8.tgz"
+        "2.8"
+        ->
+        ("http://example.com/foo-" version ".tgz"))
+       ("http://example.com/2.8/foo-2.8.tgz"
+        "2.8"
+        ->
+        ("http://example.com/"
+         version
+         "/foo-"
+         version
+         ".tgz")))))
actual-value: #t
result: PASS

test-name: nixpkgs->guix-package
location: /home/mwette/proj/guix/guix-1.0.1/tests/snix.scm:54
source:
+ (test-assert
+   "nixpkgs->guix-package"
+   (match (nixpkgs->guix-package
+            %nixpkgs-directory
+            "guile")
+          (('package
+            ('name "guile")
+            ('version (? string?))
+            ('source ('origin _ ...))
+            ('build-system _)
+            ('inputs ('quasiquote (inputs ...)))
+            ('propagated-inputs ('quasiquote (pinputs ...)))
+            ('home-page (? string?))
+            ('synopsis (? string?))
+            ('description (? string?))
+            ('license (? symbol?)))
+           (and (member '("libffi" ,libffi) inputs)
+                (member '("gmp" ,gmp) pinputs)
+                #t))
+          (x (pk 'fail x #f))))
result: SKIP


SKIP: tests/gexp
================

test-name: no refs
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:89
source:
+ (test-equal
+   "no refs"
+   '(display "hello!")
+   (let ((exp (gexp (display "hello!"))))
+     (and (gexp? exp)
+          (null? (gexp-inputs exp))
+          (gexp->sexp* exp))))
expected-value: (display "hello!")
actual-value: (display "hello!")
result: PASS

test-name: unquote
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:96
source:
+ (test-equal
+   "unquote"
+   '(display `(foo ,(+ 2 3)))
+   (let ((exp (gexp (display `(foo ,(+ 2 3))))))
+     (and (gexp? exp)
+          (null? (gexp-inputs exp))
+          (gexp->sexp* exp))))
expected-value: (display (quasiquote (foo (unquote (+ 2 3)))))
actual-value: (display (quasiquote (foo (unquote (+ 2 3)))))
result: PASS

test-name: one input package
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:103
source:
+ (test-assert
+   "one input package"
+   (let ((exp (gexp (display (ungexp coreutils)))))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((p "out")) (eq? p coreutils)))
+          (equal?
+            `(display
+               ,(derivation->output-path
+                  (package-derivation %store coreutils)))
+            (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: one input package, dotted list
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:113
source:
+ (test-assert
+   "one input package, dotted list"
+   (let ((exp (gexp (coreutils ungexp coreutils))))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((p "out")) (eq? p coreutils)))
+          (equal?
+            `(coreutils
+               unquote
+               (derivation->output-path
+                 (package-derivation %store coreutils)))
+            (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: one input origin
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:123
source:
+ (test-assert
+   "one input origin"
+   (let ((exp (gexp (display (ungexp (package-source coreutils))))))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((o "out")) (eq? o (package-source coreutils))))
+          (equal?
+            `(display
+               ,(derivation->output-path
+                  (package-source-derivation
+                    %store
+                    (package-source coreutils))))
+            (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: one local file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:134
source:
+ (test-assert
+   "one local file"
+   (let* ((file (search-path %load-path "guix.scm"))
+          (local (local-file file))
+          (exp (gexp (display (ungexp local))))
+          (intd (add-to-store
+                  %store
+                  (basename file)
+                  #f
+                  "sha256"
+                  file)))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((x "out")) (eq? x local)))
+          (equal? `(display ,intd) (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: one local file, symlink
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:146
source:
+ (test-assert
+   "one local file, symlink"
+   (let ((file (search-path %load-path "guix.scm"))
+         (link (tmpnam)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (symlink (canonicalize-path file) link)
+         (let* ((local (local-file link "my-file" #:recursive? #f))
+                (exp (gexp (display (ungexp local))))
+                (intd (add-to-store %store "my-file" #f "sha256" file)))
+           (and (gexp? exp)
+                (match (gexp-inputs exp)
+                       (((x "out")) (eq? x local)))
+                (equal? `(display ,intd) (gexp->sexp* exp)))))
+       (lambda ()
+         (false-if-exception (delete-file link))))))
actual-value: #t
result: PASS

test-name: local-file, relative file name
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:165
source:
+ (test-equal
+   "local-file, relative file name"
+   (canonicalize-path
+     (search-path %load-path "guix/base32.scm"))
+   (let ((directory
+           (dirname
+             (search-path
+               %load-path
+               "guix/build-system/gnu.scm"))))
+     (with-directory-excursion
+       directory
+       (let ((file (local-file "../guix/base32.scm")))
+         (local-file-absolute-file-name file)))))
expected-value: "/home/mwette/proj/guix/guix-1.0.1/guix/base32.scm"
actual-value: "/home/mwette/proj/guix/guix-1.0.1/guix/base32.scm"
result: PASS

test-name: local-file, #:select?
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:173
source:
+ (test-assert
+   "local-file, #:select?"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((select?
+                     ->
+                     (lambda (file stat)
+                       (member
+                         (basename file)
+                         '("guix.scm" "tests" "gexp.scm"))))
+                   (file ->
+                         (local-file
+                           ".."
+                           "directory"
+                           #:recursive?
+                           #t
+                           #:select?
+                           select?))
+                   (dir (lower-object file)))
+                  (return
+                    (and (store-path? dir)
+                         (equal?
+                           (scandir dir)
+                           '("." ".." "guix.scm" "tests"))
+                         (equal?
+                           (scandir (string-append dir "/tests"))
+                           '("." ".." "gexp.scm")))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: one plain file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:188
source:
+ (test-assert
+   "one plain file"
+   (let* ((file (plain-file "hi" "Hello, world!"))
+          (exp (gexp (display (ungexp file))))
+          (expected
+            (add-text-to-store %store "hi" "Hello, world!")))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((x "out")) (eq? x file)))
+          (equal? `(display ,expected) (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: same input twice
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:198
source:
+ (test-assert
+   "same input twice"
+   (let ((exp (gexp (begin
+                      (display (ungexp coreutils))
+                      (display (ungexp coreutils))))))
+     (and (gexp? exp)
+          (match (gexp-inputs exp)
+                 (((p "out")) (eq? p coreutils)))
+          (let ((e `(display
+                      ,(derivation->output-path
+                         (package-derivation %store coreutils)))))
+            (equal? `(begin ,e ,e) (gexp->sexp* exp))))))
actual-value: #t
result: PASS

test-name: two input packages, one derivation, one file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:210
source:
+ (test-assert
+   "two input packages, one derivation, one file"
+   (let* ((drv (build-expression->derivation
+                 %store
+                 "foo"
+                 'bar
+                 #:guile-for-build
+                 (package-derivation %store %bootstrap-guile)))
+          (txt (add-text-to-store %store "foo" "Hello, world!"))
+          (exp (gexp (begin
+                       (display (ungexp coreutils))
+                       (display (ungexp %bootstrap-guile))
+                       (display (ungexp drv))
+                       (display (ungexp txt))))))
+     (define (match-input thing)
+       (match-lambda
+         ((drv-or-pkg _ ...) (eq? thing drv-or-pkg))))
+     (and (gexp? exp)
+          (= 4 (length (gexp-inputs exp)))
+          (every (lambda (input)
+                   (find (match-input input) (gexp-inputs exp)))
+                 (list drv coreutils %bootstrap-guile txt))
+          (let ((e0 `(display
+                       ,(derivation->output-path
+                          (package-derivation %store coreutils))))
+                (e1 `(display
+                       ,(derivation->output-path
+                          (package-derivation %store %bootstrap-guile))))
+                (e2 `(display ,(derivation->output-path drv)))
+                (e3 `(display ,txt)))
+            (equal?
+              `(begin ,e0 ,e1 ,e2 ,e3)
+              (gexp->sexp* exp))))))
actual-value: #t
result: PASS

test-name: file-append
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:238
source:
+ (test-assert
+   "file-append"
+   (let* ((drv (package-derivation %store %bootstrap-guile))
+          (fa (file-append %bootstrap-guile "/bin/guile"))
+          (exp (gexp (here we go (ungexp fa)))))
+     (and (match (gexp->sexp* exp)
+                 (('here 'we 'go (? string? result))
+                  (string=?
+                    result
+                    (string-append
+                      (derivation->output-path drv)
+                      "/bin/guile"))))
+          (match (gexp-inputs exp)
+                 (((thing "out")) (eq? thing fa))))))
actual-value: #t
result: PASS

test-name: file-append, output
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:251
source:
+ (test-assert
+   "file-append, output"
+   (let* ((drv (package-derivation %store glibc))
+          (fa (file-append glibc "/lib" "/debug"))
+          (exp (gexp (foo (ungexp fa "debug")))))
+     (and (match (gexp->sexp* exp)
+                 (('foo (? string? result))
+                  (string=?
+                    result
+                    (string-append
+                      (derivation->output-path drv "debug")
+                      "/lib/debug"))))
+          (match (gexp-inputs exp)
+                 (((thing "debug")) (eq? thing fa))))))
actual-value: #t
result: PASS

test-name: file-append, nested
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:264
source:
+ (test-assert
+   "file-append, nested"
+   (let* ((drv (package-derivation %store glibc))
+          (dir (file-append glibc "/bin"))
+          (slash (file-append dir "/"))
+          (file (file-append slash "getent"))
+          (exp (gexp (foo (ungexp file)))))
+     (and (match (gexp->sexp* exp)
+                 (('foo (? string? result))
+                  (string=?
+                    result
+                    (string-append
+                      (derivation->output-path drv)
+                      "/bin/getent"))))
+          (match (gexp-inputs exp)
+                 (((thing "out")) (eq? thing file))))))
actual-value: #t
result: PASS

test-name: ungexp + ungexp-native
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:279
source:
+ (test-assert
+   "ungexp + ungexp-native"
+   (let* ((exp (gexp (list (ungexp-native %bootstrap-guile)
+                           (ungexp coreutils)
+                           (ungexp-native glibc)
+                           (ungexp binutils))))
+          (target "mips64el-linux")
+          (guile (derivation->output-path
+                   (package-derivation %store %bootstrap-guile)))
+          (cu (derivation->output-path
+                (package-cross-derivation
+                  %store
+                  coreutils
+                  target)))
+          (libc (derivation->output-path
+                  (package-derivation %store glibc)))
+          (bu (derivation->output-path
+                (package-cross-derivation %store binutils target))))
+     (and (lset= equal?
+                 `((,%bootstrap-guile "out") (,glibc "out"))
+                 (gexp-native-inputs exp))
+          (lset= equal?
+                 `((,coreutils "out") (,binutils "out"))
+                 (gexp-inputs exp))
+          (equal?
+            `(list ,guile ,cu ,libc ,bu)
+            (gexp->sexp* exp target)))))
actual-value: #t
result: PASS

test-name: ungexp + ungexp-native, nested
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:302
source:
+ (test-equal
+   "ungexp + ungexp-native, nested"
+   (list `((,%bootstrap-guile "out"))
+         '<>
+         `((,coreutils "out")))
+   (let* ((exp (gexp (list (ungexp-native (gexp (ungexp coreutils)))
+                           (ungexp %bootstrap-guile)))))
+     (list (gexp-inputs exp)
+           '<>
+           (gexp-native-inputs exp))))
expected-value: (((#<package guile-bootstrap@2.0 gnu/packages/bootstrap.scm:338 1b45f20> "out")) <> ((#<package coreutils@8.30 gnu/packages/base.scm:342 34cfb00> "out")))
actual-value: (((#<package guile-bootstrap@2.0 gnu/packages/bootstrap.scm:338 1b45f20> "out")) <> ((#<package coreutils@8.30 gnu/packages/base.scm:342 34cfb00> "out")))
result: PASS

test-name: ungexp + ungexp-native, nested, special mixture
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:308
source:
+ (test-equal
+   "ungexp + ungexp-native, nested, special mixture"
+   `(() <> ((,coreutils "out")))
+   (let* ((foo (gexp (foo (ungexp-native coreutils))))
+          (exp (gexp (bar (ungexp foo)))))
+     (list (gexp-inputs exp)
+           '<>
+           (gexp-native-inputs exp))))
expected-value: (() <> ((#<package coreutils@8.30 gnu/packages/base.scm:342 34cfb00> "out")))
actual-value: (() <> ((#<package coreutils@8.30 gnu/packages/base.scm:342 34cfb00> "out")))
result: PASS

test-name: input list
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:316
source:
+ (test-assert
+   "input list"
+   (let ((exp (gexp (display
+                      '(ungexp (list %bootstrap-guile coreutils)))))
+         (guile (derivation->output-path
+                  (package-derivation %store %bootstrap-guile)))
+         (cu (derivation->output-path
+               (package-derivation %store coreutils))))
+     (and (lset= equal?
+                 `((,%bootstrap-guile "out") (,coreutils "out"))
+                 (gexp-inputs exp))
+          (equal?
+            `(display '(,guile ,cu))
+            (gexp->sexp* exp)))))
actual-value: #t
result: PASS

test-name: input list + ungexp-native
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:329
source:
+ (test-assert
+   "input list + ungexp-native"
+   (let* ((target "mips64el-linux")
+          (exp (gexp (display
+                       (cons '(ungexp-native
+                                (list %bootstrap-guile coreutils))
+                             '(ungexp (list glibc binutils))))))
+          (guile (derivation->output-path
+                   (package-derivation %store %bootstrap-guile)))
+          (cu (derivation->output-path
+                (package-derivation %store coreutils)))
+          (xlibc (derivation->output-path
+                   (package-cross-derivation %store glibc target)))
+          (xbu (derivation->output-path
+                 (package-cross-derivation %store binutils target))))
+     (and (lset= equal?
+                 `((,%bootstrap-guile "out") (,coreutils "out"))
+                 (gexp-native-inputs exp))
+          (lset= equal?
+                 `((,glibc "out") (,binutils "out"))
+                 (gexp-inputs exp))
+          (equal?
+            `(display (cons '(,guile ,cu) '(,xlibc ,xbu)))
+            (gexp->sexp* exp target)))))
actual-value: #t
result: PASS

test-name: input list splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:351
source:
+ (test-assert
+   "input list splicing"
+   (let* ((inputs
+            (list (gexp-input glibc "debug")
+                  %bootstrap-guile))
+          (outputs
+            (list (derivation->output-path
+                    (package-derivation %store glibc)
+                    "debug")
+                  (derivation->output-path
+                    (package-derivation %store %bootstrap-guile))))
+          (exp (gexp (list (ungexp-splicing (cons (+ 2 3) inputs))))))
+     (and (lset= equal?
+                 `((,glibc "debug") (,%bootstrap-guile "out"))
+                 (gexp-inputs exp))
+          (equal?
+            (gexp->sexp* exp)
+            `(list ,@(cons 5 outputs))))))
actual-value: #t
result: PASS

test-name: input list splicing + ungexp-native-splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:365
source:
+ (test-assert
+   "input list splicing + ungexp-native-splicing"
+   (let* ((inputs
+            (list (gexp-input glibc "debug" #:native? #t)
+                  %bootstrap-guile))
+          (exp (gexp (list (ungexp-native-splicing (cons (+ 2 3) inputs))))))
+     (and (lset= equal?
+                 `((,glibc "debug") (,%bootstrap-guile "out"))
+                 (gexp-native-inputs exp))
+          (null? (gexp-inputs exp))
+          (equal?
+            (gexp->sexp* exp)
+            (gexp->sexp* exp "mips64el-linux")))))
actual-value: #t
result: PASS

test-name: gexp list splicing + ungexp-splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:376
source:
+ (test-assert
+   "gexp list splicing + ungexp-splicing"
+   (let* ((inner (gexp (ungexp-native glibc)))
+          (exp (gexp (list (ungexp-splicing (list inner))))))
+     (and (equal?
+            `((,glibc "out"))
+            (gexp-native-inputs exp))
+          (null? (gexp-inputs exp))
+          (equal?
+            (gexp->sexp* exp)
+            (gexp->sexp* exp "mips64el-linux")))))
actual-value: #t
result: PASS

test-name: output list
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:384
source:
+ (test-equal
+   "output list"
+   2
+   (let ((exp (gexp (begin
+                      (mkdir (ungexp output))
+                      (mkdir (ungexp output "bar"))))))
+     (length (gexp-outputs exp))))
expected-value: 2
actual-value: 2
result: PASS

test-name: output list, combined gexps
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:390
source:
+ (test-assert
+   "output list, combined gexps"
+   (let* ((exp0 (gexp (mkdir (ungexp output))))
+          (exp1 (gexp (mkdir (ungexp output "foo"))))
+          (exp2 (gexp (begin
+                        (display "hi!")
+                        (ungexp exp0)
+                        (ungexp exp1)))))
+     (and (lset= equal?
+                 (append (gexp-outputs exp0) (gexp-outputs exp1))
+                 (gexp-outputs exp2))
+          (= 2 (length (gexp-outputs exp2))))))
actual-value: #t
result: PASS

test-name: output list, combined gexps, duplicate output
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:399
source:
+ (test-equal
+   "output list, combined gexps, duplicate output"
+   1
+   (let* ((exp0 (gexp (mkdir (ungexp output))))
+          (exp1 (gexp (begin (mkdir (ungexp output)) (ungexp exp0))))
+          (exp2 (gexp (begin (mkdir (ungexp output)) (ungexp exp1)))))
+     (length (gexp-outputs exp2))))
expected-value: 1
actual-value: 1
result: PASS

test-name: output list + ungexp-splicing list, combined gexps
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:406
source:
+ (test-assert
+   "output list + ungexp-splicing list, combined gexps"
+   (let* ((exp0 (gexp (mkdir (ungexp output))))
+          (exp1 (gexp (mkdir (ungexp output "foo"))))
+          (exp2 (gexp (begin
+                        (display "hi!")
+                        (ungexp-splicing (list exp0 exp1))))))
+     (and (lset= equal?
+                 (append (gexp-outputs exp0) (gexp-outputs exp1))
+                 (gexp-outputs exp2))
+          (= 2 (length (gexp-outputs exp2))))))
actual-value: #t
result: PASS

test-name: gexp->file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:416
source:
+ (test-assert
+   "gexp->file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((exp ->
+                        (gexp (display (ungexp %bootstrap-guile))))
+                   (guile (package-file %bootstrap-guile))
+                   (sexp (gexp->sexp exp))
+                   (drv (gexp->file "foo" exp))
+                   (out -> (derivation->output-path drv))
+                   (done (built-derivations (list drv)))
+                   (refs (references* out)))
+                  (return
+                    (and (equal? sexp (call-with-input-file out read))
+                         (equal? (list guile) refs))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
random seed for tests: 1561201887
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/vq2x31ydyhpdlin4yzyp7v599a3jqnsb-foo.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/vq//2x31ydyhpdlin4yzyp7v599a3jqnsb-foo.drv.bz2 16212
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/vq2x31ydyhpdlin4yzyp7v599a3jqnsb-foo.drv -
actual-value: #t
result: PASS

test-name: gexp->file + file-append
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:427
source:
+ (test-assert
+   "gexp->file + file-append"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((exp ->
+                        (gexp (ungexp
+                                (file-append %bootstrap-guile "/bin/guile"))))
+                   (guile (package-file %bootstrap-guile))
+                   (drv (gexp->file "foo" exp))
+                   (out -> (derivation->output-path drv))
+                   (done (built-derivations (list drv)))
+                   (refs (references* out)))
+                  (return
+                    (and (equal?
+                           (string-append guile "/bin/guile")
+                           (call-with-input-file out read))
+                         (equal? (list guile) refs))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/k46p97csp0gsc2b64151qiw588wn706v-foo.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/k4//6p97csp0gsc2b64151qiw588wn706v-foo.drv.bz2 16214
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/k46p97csp0gsc2b64151qiw588wn706v-foo.drv -
actual-value: #t
result: PASS

test-name: gexp->file + #:splice?
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:439
source:
+ (test-assert
+   "gexp->file + #:splice?"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((exp ->
+                        (list (gexp (define foo 'bar))
+                              (gexp (define guile
+                                      (ungexp %bootstrap-guile)))))
+                   (guile (package-file %bootstrap-guile))
+                   (drv (gexp->file "splice" exp #:splice? #t))
+                   (out -> (derivation->output-path drv))
+                   (done (built-derivations (list drv)))
+                   (refs (references* out)))
+                  (pk 'splice out)
+                  (return
+                    (and (equal?
+                           `((define foo 'bar)
+                             (define guile ,guile)
+                             ,(call-with-input-string "" read))
+                           (call-with-input-file
+                             out
+                             (lambda (port)
+                               (list (read port) (read port) (read port)))))
+                         (equal? (list guile) refs))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/fcjkpg9x5h571lck1nv7vn8sdxs01wlc-splice.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/fc//jkpg9x5h571lck1nv7vn8sdxs01wlc-splice.drv.bz2 16216
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/fcjkpg9x5h571lck1nv7vn8sdxs01wlc-splice.drv -

;;; (splice "/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/wbdmhbivp22g9jszbjilb4fqzy7qzwwb-splice")
actual-value: #t
result: PASS

test-name: gexp->derivation
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:457
source:
+ (test-assert
+   "gexp->derivation"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((file (text-file "foo" "Hello, world!"))
+                   (exp ->
+                        (gexp (begin
+                                (mkdir (ungexp output))
+                                (chdir (ungexp output))
+                                (symlink
+                                  (string-append
+                                    (ungexp %bootstrap-guile)
+                                    "/bin/guile")
+                                  "foo")
+                                (symlink
+                                  (ungexp file)
+                                  (ungexp output "2nd")))))
+                   (drv (gexp->derivation "foo" exp))
+                   (out -> (derivation->output-path drv))
+                   (out2 -> (derivation->output-path drv "2nd"))
+                   (done (built-derivations (list drv)))
+                   (refs (references* out))
+                   (refs2 (references* out2))
+                   (guile (package-file %bootstrap-guile "bin/guile")))
+                  (return
+                    (and (string=?
+                           (readlink (string-append out "/foo"))
+                           guile)
+                         (string=? (readlink out2) file)
+                         (equal? refs (list (dirname (dirname guile))))
+                         (equal? refs2 (list file))
+                         (null? (derivation-properties drv)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/z00ipd7i5kn5ay8asmzggklgw9siv41h-foo.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/z0//0ipd7i5kn5ay8asmzggklgw9siv41h-foo.drv.bz2 16218
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/z00ipd7i5kn5ay8asmzggklgw9siv41h-foo.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation properties
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:482
source:
+ (test-assert
+   "gexp->derivation properties"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet %store-monad
+                 ((drv (gexp->derivation
+                         "foo"
+                         (gexp (mkdir (ungexp output)))
+                         #:properties
+                         '((type . test)))))
+                 (return
+                   (equal?
+                     '((type . test))
+                     (derivation-properties drv))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation vs. grafts
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:489
source:
+ (test-assert
+   "gexp->derivation vs. grafts"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((graft? (set-grafting #f))
+                   (p0 ->
+                       (dummy-package
+                         "dummy"
+                         (arguments '(#:implicit-inputs? #f))))
+                   (r -> (package (inherit p0) (name "DuMMY")))
+                   (p1 -> (package (inherit p0) (replacement r)))
+                   (exp0 ->
+                         (gexp (frob (ungexp p0) (ungexp output))))
+                   (exp1 ->
+                         (gexp (frob (ungexp p1) (ungexp output))))
+                   (void (set-guile-for-build %bootstrap-guile))
+                   (drv0 (gexp->derivation "t" exp0 #:graft? #t))
+                   (drv1 (gexp->derivation "t" exp1 #:graft? #t))
+                   (drv1* (gexp->derivation "t" exp1 #:graft? #f))
+                   (_ (set-grafting graft?)))
+                  (return
+                    (and (not (string=?
+                                (derivation->output-path drv0)
+                                (derivation->output-path drv1)))
+                         (string=?
+                           (derivation->output-path drv0)
+                           (derivation->output-path drv1*)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation, composed gexps
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:508
source:
+ (test-assert
+   "gexp->derivation, composed gexps"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((exp0 ->
+                         (gexp (begin
+                                 (mkdir (ungexp output))
+                                 (chdir (ungexp output)))))
+                   (exp1 ->
+                         (gexp (symlink
+                                 (string-append
+                                   (ungexp %bootstrap-guile)
+                                   "/bin/guile")
+                                 "foo")))
+                   (exp ->
+                        (gexp (begin (ungexp exp0) (ungexp exp1))))
+                   (drv (gexp->derivation "foo" exp))
+                   (out -> (derivation->output-path drv))
+                   (done (built-derivations (list drv)))
+                   (guile (package-file %bootstrap-guile "bin/guile")))
+                  (return
+                    (string=?
+                      (readlink (string-append out "/foo"))
+                      guile)))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/773ya8b752pcl0qkbmggfpfjwqr262vz-foo.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/77//3ya8b752pcl0qkbmggfpfjwqr262vz-foo.drv.bz2 16222
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/773ya8b752pcl0qkbmggfpfjwqr262vz-foo.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation, default system
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:524
source:
+ (test-assert
+   "gexp->derivation, default system"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let ((system (%current-system))
+                 (mdrv (parameterize
+                         ((%current-system "foobar64-linux"))
+                         (gexp->derivation
+                           "foo"
+                           (gexp (mkdir (ungexp output)))))))
+             (mlet %store-monad
+                   ((drv mdrv))
+                   (return
+                     (string=? system (derivation-system drv)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation, local-file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:535
source:
+ (test-assert
+   "gexp->derivation, local-file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((file -> (search-path %load-path "guix.scm"))
+                   (intd (interned-file file #:recursive? #f))
+                   (local -> (local-file file))
+                   (exp ->
+                        (gexp (begin
+                                (stat (ungexp local))
+                                (symlink (ungexp local) (ungexp output)))))
+                   (drv (gexp->derivation "local-file" exp)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (return
+                      (string=?
+                        (readlink (derivation->output-path drv))
+                        intd))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/j9irpisqx177wpvnzv25ppxrkmn7xw5w-local-file.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/j9//irpisqx177wpvnzv25ppxrkmn7xw5w-local-file.drv.bz2 16225
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/j9irpisqx177wpvnzv25ppxrkmn7xw5w-local-file.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation, cross-compilation
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:549
source:
+ (test-assert
+   "gexp->derivation, cross-compilation"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((target -> "mips64el-linux")
+                   (exp ->
+                        (gexp (list (ungexp coreutils) (ungexp output))))
+                   (xdrv (gexp->derivation "foo" exp #:target target))
+                   (refs (references* (derivation-file-name xdrv)))
+                   (xcu (package->cross-derivation coreutils target))
+                   (cu (package->derivation coreutils)))
+                  (return
+                    (and (member (derivation-file-name xcu) refs)
+                         (not (member (derivation-file-name cu) refs)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation, ungexp-native
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:563
source:
+ (test-assert
+   "gexp->derivation, ungexp-native"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((target -> "mips64el-linux")
+                   (exp ->
+                        (gexp (list (ungexp-native coreutils)
+                                    (ungexp output))))
+                   (xdrv (gexp->derivation "foo" exp #:target target))
+                   (drv (gexp->derivation "foo" exp)))
+                  (return
+                    (string=?
+                      (derivation-file-name drv)
+                      (derivation-file-name xdrv))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation, ungexp + ungexp-native
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:573
source:
+ (test-assert
+   "gexp->derivation, ungexp + ungexp-native"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((target -> "mips64el-linux")
+                   (exp ->
+                        (gexp (list (ungexp-native coreutils)
+                                    (ungexp glibc)
+                                    (ungexp output))))
+                   (xdrv (gexp->derivation "foo" exp #:target target))
+                   (refs (references* (derivation-file-name xdrv)))
+                   (xglibc (package->cross-derivation glibc target))
+                   (cu (package->derivation coreutils)))
+                  (return
+                    (and (member (derivation-file-name cu) refs)
+                         (member (derivation-file-name xglibc) refs))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: ("/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/xyc9mfkycm1k4h6hlkwwxc7pk63fpir1-glibc-2.28.drv")
result: PASS

test-name: gexp->derivation, ungexp-native + composed gexps
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:587
source:
+ (test-assert
+   "gexp->derivation, ungexp-native + composed gexps"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((target -> "mips64el-linux")
+                   (exp0 -> (gexp (list 1 2 (ungexp coreutils))))
+                   (exp -> (gexp (list 0 (ungexp-native exp0))))
+                   (xdrv (gexp->derivation "foo" exp #:target target))
+                   (drv (gexp->derivation "foo" exp)))
+                  (return
+                    (string=?
+                      (derivation-file-name drv)
+                      (derivation-file-name xdrv))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation, store copy
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:598
source:
+ (test-assert
+   "gexp->derivation, store copy"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let ((build-one
+                   (gexp (call-with-output-file
+                           (ungexp output)
+                           (lambda (port)
+                             (display "This is the one." port)))))
+                 (build-two
+                   (lambda (one)
+                     (gexp (begin
+                             (mkdir (ungexp output))
+                             (symlink
+                               (ungexp one)
+                               (string-append (ungexp output) "/one"))
+                             (call-with-output-file
+                               (string-append (ungexp output) "/two")
+                               (lambda (port)
+                                 (display
+                                   "This is the second one."
+                                   port)))))))
+                 (build-drv
+                   (gexp (begin
+                           (use-modules (guix build store-copy))
+                           (mkdir (ungexp output))
+                           (populate-store '("graph") (ungexp output))))))
+             (mlet* %store-monad
+                    ((one (gexp->derivation "one" build-one))
+                     (two (gexp->derivation "two" (build-two one)))
+                     (drv (gexp->derivation
+                            "store-copy"
+                            build-drv
+                            #:references-graphs
+                            `(("graph" ,two))
+                            #:modules
+                            '((guix build store-copy)
+                              (guix progress)
+                              (guix records)
+                              (guix sets)
+                              (guix build utils))))
+                     (ok? (built-derivations (list drv)))
+                     (out -> (derivation->output-path drv)))
+                    (let ((one (derivation->output-path one))
+                          (two (derivation->output-path two)))
+                      (return
+                        (and ok?
+                             (file-exists? (string-append out "/" one))
+                             (file-exists? (string-append out "/" two))
+                             (file-exists? (string-append out "/" two "/two"))
+                             (string=?
+                               (readlink (string-append out "/" two "/one"))
+                               one))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/0sf65akkg0fw95x7wfxhw5r9ynlka7py-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/0s//f65akkg0fw95x7wfxhw5r9ynlka7py-module-import-compiled.drv.bz2 16231
[ 1/10] Loading './guix/build/store-copy.scm'...
[ 2/10] Loading './guix/build/utils.scm'...
[ 3/10] Loading './guix/progress.scm'...
[ 4/10] Loading './guix/records.scm'...
[ 5/10] Loading './guix/sets.scm'...
[ 6/10] Compiling './guix/build/store-copy.scm'...
[ 7/10] Compiling './guix/build/utils.scm'...
[ 8/10] Compiling './guix/progress.scm'...
[ 9/10] Compiling './guix/records.scm'...
[10/10] Compiling './guix/sets.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/0sf65akkg0fw95x7wfxhw5r9ynlka7py-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/7ka8xsca896hmgn7860pqfy83dldc41d-one.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/7k//a8xsca896hmgn7860pqfy83dldc41d-one.drv.bz2 16232
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/7ka8xsca896hmgn7860pqfy83dldc41d-one.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/s575czjfc7msp89splmm90mcfckcgx0i-two.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/s5//75czjfc7msp89splmm90mcfckcgx0i-two.drv.bz2 16233
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/s575czjfc7msp89splmm90mcfckcgx0i-two.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/7phxkmc2ahjhpar5bmc6nffzz7f1wh4x-store-copy.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/7p//hxkmc2ahjhpar5bmc6nffzz7f1wh4x-store-copy.drv.bz2 16234
\r^[[Kcopying 2 store items  [###########################                           ]\r^[[Kcopying 2 store items  [######################################################]\r^[[Kcopying 2 store items
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/7phxkmc2ahjhpar5bmc6nffzz7f1wh4x-store-copy.drv -
actual-value: #t
result: PASS

test-name: imported-files
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:636
source:
+ (test-assert
+   "imported-files"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((files ->
+                          `(("x"
+                             unquote
+                             (search-path %load-path "ice-9/q.scm"))
+                            ("a/b/c"
+                             unquote
+                             (search-path %load-path "guix/derivations.scm"))
+                            ("p/q"
+                             unquote
+                             (search-path %load-path "guix.scm"))
+                            ("p/z"
+                             unquote
+                             (search-path %load-path "guix/store.scm"))))
+                   (dir (imported-files files)))
+                  (mbegin
+                    %store-monad
+                    (return
+                      (every (match-lambda
+                               ((path . source)
+                                (equal?
+                                  (call-with-input-file
+                                    (string-append dir "/" path)
+                                    get-bytevector-all)
+                                  (call-with-input-file
+                                    source
+                                    get-bytevector-all))))
+                             files))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: imported-files with file-like objects
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:654
source:
+ (test-assert
+   "imported-files with file-like objects"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((plain -> (plain-file "foo" "bar!"))
+                   (q-scm -> (search-path %load-path "ice-9/q.scm"))
+                   (files ->
+                          `(("a/b/c" unquote q-scm) ("p/q" unquote plain)))
+                   (drv (imported-files files)))
+                  (define (file=? file1 file2)
+                    (= (stat:ino (stat file1))
+                       (stat:ino (stat file2))))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list (pk 'drv drv)))
+                    (mlet %store-monad
+                          ((dir -> (derivation->output-path drv))
+                           (plain* (text-file "foo" "bar!"))
+                           (q-scm* (interned-file q-scm "c")))
+                          (return
+                            (and (file=? (string-append dir "/a/b/c") q-scm*)
+                                 (file=?
+                                   (string-append dir "/p/q")
+                                   plain*))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))

;;; (drv #<derivation /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/prsv91ckqchzd2mhnn4wymd8xx0g8alh-file-import.drv => /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/fyjcgl73zinv4ph9wgc1m025q7df4r4x-file-import 1f9c460>)
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/prsv91ckqchzd2mhnn4wymd8xx0g8alh-file-import.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/pr//sv91ckqchzd2mhnn4wymd8xx0g8alh-file-import.drv.bz2 16237
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/prsv91ckqchzd2mhnn4wymd8xx0g8alh-file-import.drv -
actual-value: #t
result: PASS

test-name: gexp-modules & ungexp
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:674
source:
+ (test-equal
+   "gexp-modules & ungexp"
+   '((bar) (foo))
+   ((@@ (guix gexp) gexp-modules)
+    (gexp (foo (ungexp
+                 (with-imported-modules '((foo)) (gexp +)))
+               (ungexp-native
+                 (with-imported-modules '((bar)) (gexp -)))))))
expected-value: ((bar) (foo))
actual-value: ((bar) (foo))
result: PASS

test-name: gexp-modules & ungexp-splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:680
source:
+ (test-equal
+   "gexp-modules & ungexp-splicing"
+   '((foo) (bar))
+   ((@@ (guix gexp) gexp-modules)
+    (gexp (foo (ungexp-splicing
+                 (list (with-imported-modules '((foo)) (gexp +))
+                       (with-imported-modules '((bar)) (gexp -))))))))
expected-value: ((foo) (bar))
actual-value: ((foo) (bar))
result: PASS

test-name: gexp-modules deletes duplicates
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:686
source:
+ (test-assert
+   "gexp-modules deletes duplicates"
+   (let ((make-file
+           (lambda ()
+             (eval '(scheme-file
+                      "bar.scm"
+                      (gexp (define-module (bar))))
+                   (current-module)))))
+     (define result
+       ((@@ (guix gexp) gexp-modules)
+        (with-imported-modules
+          `(((bar) => ,(make-file))
+            ((bar) => ,(make-file))
+            (foo)
+            (foo))
+          (gexp +))))
+     (match result
+            (((('bar) '=> (? scheme-file?)) ('foo)) #t))))
actual-value: #t
result: PASS

test-name: gexp-modules and literal Scheme object
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:702
source:
+ (test-equal
+   "gexp-modules and literal Scheme object"
+   '()
+   (gexp-modules #t))
expected-value: ()
actual-value: ()
result: PASS

test-name: gexp->derivation #:modules
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:706
source:
+ (test-assert
+   "gexp->derivation #:modules"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((build ->
+                          (gexp (begin
+                                  (use-modules (guix build utils))
+                                  (mkdir-p
+                                    (string-append
+                                      (ungexp output)
+                                      "/guile/guix/nix"))
+                                  #t)))
+                   (drv (gexp->derivation
+                          "test-with-modules"
+                          build
+                          #:modules
+                          '((guix build utils)))))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (let* ((p (derivation->output-path drv))
+                           (s (stat (string-append p "/guile/guix/nix"))))
+                      (return (eq? (stat:type s) 'directory)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/j2z6dm1m952x6v7719ji133iyqw5g0qp-test-with-modules.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/j2//z6dm1m952x6v7719ji133iyqw5g0qp-test-with-modules.drv.bz2 16239
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/j2z6dm1m952x6v7719ji133iyqw5g0qp-test-with-modules.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation & with-imported-modules
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:720
source:
+ (test-assert
+   "gexp->derivation & with-imported-modules"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((build ->
+                          (with-imported-modules
+                            '((guix build utils))
+                            (gexp (begin
+                                    (use-modules (guix build utils))
+                                    (mkdir-p
+                                      (string-append
+                                        (ungexp output)
+                                        "/guile/guix/nix"))
+                                    #t))))
+                   (drv (gexp->derivation "test-with-modules" build)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (let* ((p (derivation->output-path drv))
+                           (s (stat (string-append p "/guile/guix/nix"))))
+                      (return (eq? (stat:type s) 'directory)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: gexp->derivation & nested with-imported-modules
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:735
source:
+ (test-assert
+   "gexp->derivation & nested with-imported-modules"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((build1
+                     ->
+                     (with-imported-modules
+                       '((guix build utils))
+                       (gexp (begin
+                               (use-modules (guix build utils))
+                               (mkdir-p
+                                 (string-append
+                                   (ungexp output)
+                                   "/guile/guix/nix"))
+                               #t))))
+                   (build2
+                     ->
+                     (with-imported-modules
+                       '((guix build bournish))
+                       (gexp (begin
+                               (use-modules
+                                 (guix build bournish)
+                                 (system base compile))
+                               (ungexp-native build1)
+                               (call-with-output-file
+                                 (string-append (ungexp output) "/b")
+                                 (lambda (port)
+                                   (write (read-and-compile
+                                            (open-input-string "cd /foo")
+                                            #:from
+                                            %bournish-language
+                                            #:to
+                                            'scheme)
+                                          port)))))))
+                   (drv (gexp->derivation "test-with-modules" build2)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (let* ((p (derivation->output-path drv))
+                           (s (stat (string-append p "/guile/guix/nix")))
+                           (b (string-append p "/b")))
+                      (return
+                        (and (eq? (stat:type s) 'directory)
+                             (equal?
+                               '(chdir "/foo")
+                               (call-with-input-file b read)))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/qh79jdbsqjiqynvask7wi9q0gd0khx8r-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/qh//79jdbsqjiqynvask7wi9q0gd0khx8r-module-import-compiled.drv.bz2 16242
[ 1/ 4] Loading './guix/build/bournish.scm'...
[ 2/ 4] Loading './guix/build/utils.scm'...
[ 3/ 4] Compiling './guix/build/bournish.scm'...
[ 4/ 4] Compiling './guix/build/utils.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/qh79jdbsqjiqynvask7wi9q0gd0khx8r-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/r1g6s5c766cp340hri4dcv9cjr4jrbps-test-with-modules.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/r1//g6s5c766cp340hri4dcv9cjr4jrbps-test-with-modules.drv.bz2 16243
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/r1g6s5c766cp340hri4dcv9cjr4jrbps-test-with-modules.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation & with-imported-module & computed module
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:764
source:
+ (test-assert
+   "gexp->derivation & with-imported-module & computed module"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((module
+                     ->
+                     (scheme-file
+                       "x"
+                       (gexp ((define-module (foo bar) #:export (the-answer))
+                              (define the-answer 42)))
+                       #:splice?
+                       #t))
+                   (build ->
+                          (with-imported-modules
+                            `(((foo bar) => ,module) (guix build utils))
+                            (gexp (begin
+                                    (use-modules (guix build utils) (foo bar))
+                                    mkdir-p
+                                    (call-with-output-file
+                                      (ungexp output)
+                                      (lambda (port)
+                                        (write the-answer port)))))))
+                   (drv (gexp->derivation "thing" build))
+                   (out -> (derivation->output-path drv)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (return (= 42 (call-with-input-file out read)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/40cndrlblybx91caxwdnnvfsrpwgzxxm-x.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/40//cndrlblybx91caxwdnnvfsrpwgzxxm-x.drv.bz2 16245
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/40cndrlblybx91caxwdnnvfsrpwgzxxm-x.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/azxfszqlw258axwi7q0j5g2fnrz3njcp-module-import.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/az//xfszqlw258axwi7q0j5g2fnrz3njcp-module-import.drv.bz2 16246
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/azxfszqlw258axwi7q0j5g2fnrz3njcp-module-import.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6znnd5xbr9zcawsribxl9cnv7yalpgd3-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/6z//nnd5xbr9zcawsribxl9cnv7yalpgd3-module-import-compiled.drv.bz2 16247
[ 1/ 4] Loading './foo/bar.scm'...
[ 2/ 4] Loading './guix/build/utils.scm'...
[ 3/ 4] Compiling './foo/bar.scm'...
[ 4/ 4] Compiling './guix/build/utils.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6znnd5xbr9zcawsribxl9cnv7yalpgd3-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/15ppj8sqz9iv4nlg3pyjxx687cbl23aw-thing.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/15//ppj8sqz9iv4nlg3pyjxx687cbl23aw-thing.drv.bz2 16248
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/15ppj8sqz9iv4nlg3pyjxx687cbl23aw-thing.drv -
actual-value: #t
result: PASS

test-name: gexp-extensions & ungexp
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:787
source:
+ (test-equal
+   "gexp-extensions & ungexp"
+   (list sed grep)
+   ((@@ (guix gexp) gexp-extensions)
+    (gexp (foo (ungexp (with-extensions (list grep) (gexp +)))
+               (ungexp-native
+                 (with-extensions (list sed) (gexp -)))))))
expected-value: (#<package sed@4.5 gnu/packages/base.scm:142 34cfe70> #<package grep@3.1 gnu/packages/base.scm:92 34cff20>)
actual-value: (#<package sed@4.5 gnu/packages/base.scm:142 34cfe70> #<package grep@3.1 gnu/packages/base.scm:92 34cff20>)
result: PASS

test-name: gexp-extensions & ungexp-splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:793
source:
+ (test-equal
+   "gexp-extensions & ungexp-splicing"
+   (list grep sed)
+   ((@@ (guix gexp) gexp-extensions)
+    (gexp (foo (ungexp-splicing
+                 (list (with-extensions (list grep) (gexp +))
+                       (with-imported-modules
+                         '((foo))
+                         (with-extensions (list sed) (gexp -)))))))))
expected-value: (#<package grep@3.1 gnu/packages/base.scm:92 34cff20> #<package sed@4.5 gnu/packages/base.scm:142 34cfe70>)
actual-value: (#<package grep@3.1 gnu/packages/base.scm:92 34cff20> #<package sed@4.5 gnu/packages/base.scm:142 34cfe70>)
result: PASS

test-name: gexp-extensions and literal Scheme object
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:800
source:
+ (test-equal
+   "gexp-extensions and literal Scheme object"
+   '()
+   ((@@ (guix gexp) gexp-extensions) #t))
expected-value: ()
actual-value: ()
result: PASS

test-name: gexp->derivation & with-extensions
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:804
source:
+ (test-assert
+   "gexp->derivation & with-extensions"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((extension -> %extension-package)
+                   (module
+                     ->
+                     (scheme-file
+                       "x"
+                       (gexp ((define-module
+                                (foo)
+                                #:use-module
+                                (hg2g)
+                                #:export
+                                (multiply))
+                              (define (multiply x) (* the-answer x))))
+                       #:splice?
+                       #t))
+                   (build ->
+                          (with-extensions
+                            (list extension)
+                            (with-imported-modules
+                              `((guix build utils) ((foo) => ,module))
+                              (gexp (begin
+                                      (use-modules
+                                        (guix build utils)
+                                        (hg2g)
+                                        (foo))
+                                      (call-with-output-file
+                                        (ungexp output)
+                                        (lambda (port)
+                                          (write (list the-answer
+                                                       (multiply 2))
+                                                 port))))))))
+                   (drv (gexp->derivation
+                          "thingie"
+                          build
+                          #:effective-version
+                          "2.0"))
+                   (out -> (derivation->output-path drv)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (return
+                      (equal? '(42 84) (call-with-input-file out read)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/pb8v57a9dfnzy12937adxb327h20iff9-extension-0.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/pb//8v57a9dfnzy12937adxb327h20iff9-extension-0.drv.bz2 16250
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/pb8v57a9dfnzy12937adxb327h20iff9-extension-0.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/yw3d4qqj9qxbh37nz32wq4c5dpc2406x-x.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/yw//3d4qqj9qxbh37nz32wq4c5dpc2406x-x.drv.bz2 16251
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/yw3d4qqj9qxbh37nz32wq4c5dpc2406x-x.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/x986wjk5ai76911qhqg12gbvhi8s5i18-module-import.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/x9//86wjk5ai76911qhqg12gbvhi8s5i18-module-import.drv.bz2 16252
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/x986wjk5ai76911qhqg12gbvhi8s5i18-module-import.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/m2n5c4kd7bzkbw15kylxh6h1la8ylzxg-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/m2//n5c4kd7bzkbw15kylxh6h1la8ylzxg-module-import-compiled.drv.bz2 16253
[ 1/ 4] Loading './foo.scm'...
[ 2/ 4] Loading './guix/build/utils.scm'...
[ 3/ 4] Compiling './foo.scm'...
[ 4/ 4] Compiling './guix/build/utils.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/m2n5c4kd7bzkbw15kylxh6h1la8ylzxg-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/warixjvrqrdpcwbpij5aailmy1ag6nzv-thingie.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/wa//rixjvrqrdpcwbpij5aailmy1ag6nzv-thingie.drv.bz2 16254
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/warixjvrqrdpcwbpij5aailmy1ag6nzv-thingie.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation #:references-graphs
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:835
source:
+ (test-assert
+   "gexp->derivation #:references-graphs"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((one (text-file "one" (random-text)))
+                   (two (gexp->derivation
+                          "two"
+                          (gexp (symlink
+                                  (ungexp one)
+                                  (ungexp output "chbouib")))))
+                   (build ->
+                          (with-imported-modules
+                            '((guix build store-copy)
+                              (guix progress)
+                              (guix records)
+                              (guix sets)
+                              (guix build utils))
+                            (gexp (begin
+                                    (use-modules (guix build store-copy))
+                                    (with-output-to-file
+                                      (ungexp output)
+                                      (lambda ()
+                                        (write (map store-info-item
+                                                    (call-with-input-file
+                                                      "guile"
+                                                      read-reference-graph)))))
+                                    (with-output-to-file
+                                      (ungexp output "one")
+                                      (lambda ()
+                                        (write (map store-info-item
+                                                    (call-with-input-file
+                                                      "one"
+                                                      read-reference-graph)))))
+                                    (with-output-to-file
+                                      (ungexp output "two")
+                                      (lambda ()
+                                        (write (map store-info-item
+                                                    (call-with-input-file
+                                                      "two"
+                                                      read-reference-graph)))))))))
+                   (drv (gexp->derivation
+                          "ref-graphs"
+                          build
+                          #:references-graphs
+                          `(("one" ,one)
+                            ("two" ,two "chbouib")
+                            ("guile" ,%bootstrap-guile))))
+                   (ok? (built-derivations (list drv)))
+                   (guile-drv
+                     (package->derivation %bootstrap-guile))
+                   (bash (interned-file
+                           (search-bootstrap-binary
+                             "bash"
+                             (%current-system))
+                           "bash"
+                           #:recursive?
+                           #t))
+                   (g-one -> (derivation->output-path drv "one"))
+                   (g-two -> (derivation->output-path drv "two"))
+                   (g-guile -> (derivation->output-path drv)))
+                  (return
+                    (and ok?
+                         (equal?
+                           (call-with-input-file g-one read)
+                           (list one))
+                         (lset= string=?
+                                (call-with-input-file g-two read)
+                                (list one
+                                      (derivation->output-path
+                                        two
+                                        "chbouib")))
+                         (lset= string=?
+                                (call-with-input-file g-guile read)
+                                (list (derivation->output-path guile-drv)
+                                      bash)))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/9f4w2wfkbhl9js9zzdprazdpm752chpr-two.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/9f//4w2wfkbhl9js9zzdprazdpm752chpr-two.drv.bz2 16256
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/9f4w2wfkbhl9js9zzdprazdpm752chpr-two.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/v9yjws1l5hjjkacs1wfxdc43rl24j9mb-ref-graphs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/v9//yjws1l5hjjkacs1wfxdc43rl24j9mb-ref-graphs.drv.bz2 16257
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/v9yjws1l5hjjkacs1wfxdc43rl24j9mb-ref-graphs.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation #:allowed-references
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:885
source:
+ (test-assert
+   "gexp->derivation #:allowed-references"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet %store-monad
+                 ((drv (gexp->derivation
+                         "allowed-refs"
+                         (gexp (begin
+                                 (mkdir (ungexp output))
+                                 (chdir (ungexp output))
+                                 (symlink (ungexp output) "self")
+                                 (symlink (ungexp %bootstrap-guile) "guile")))
+                         #:allowed-references
+                         (list "out" %bootstrap-guile))))
+                 (built-derivations (list drv)))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/yc3wmpynzd326h0hhkbidsq2gxlkisqn-allowed-refs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/yc//3wmpynzd326h0hhkbidsq2gxlkisqn-allowed-refs.drv.bz2 16259
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/yc3wmpynzd326h0hhkbidsq2gxlkisqn-allowed-refs.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation #:allowed-references, specific output
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:897
source:
+ (test-assert
+   "gexp->derivation #:allowed-references, specific output"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((in (gexp->derivation
+                         "thing"
+                         (gexp (begin
+                                 (mkdir (ungexp output "ok"))
+                                 (mkdir (ungexp output "not-ok"))))))
+                   (drv (gexp->derivation
+                          "allowed-refs"
+                          (gexp (begin
+                                  (pk (ungexp in "not-ok"))
+                                  (mkdir (ungexp output))
+                                  (chdir (ungexp output))
+                                  (symlink (ungexp output) "self")
+                                  (symlink (ungexp in "ok") "ok")))
+                          #:allowed-references
+                          (list "out" (gexp-input in "ok")))))
+                  (built-derivations (list drv)))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/2gzs0d1blj9xh6fdqd0hp3krz4xnlyji-thing.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/2g//zs0d1blj9xh6fdqd0hp3krz4xnlyji-thing.drv.bz2 16261
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/2gzs0d1blj9xh6fdqd0hp3krz4xnlyji-thing.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/rhb896lhhwp4hmv2316mmlblxqqmy9qy-allowed-refs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/rh//b896lhhwp4hmv2316mmlblxqqmy9qy-allowed-refs.drv.bz2 16262

;;; ("/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/vfz7qv6a91p3lqswms07dkjd9qxscay1-thing-not-ok")
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/rhb896lhhwp4hmv2316mmlblxqqmy9qy-allowed-refs.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation #:allowed-references, disallowed
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:914
source:
+ (test-assert
+   "gexp->derivation #:allowed-references, disallowed"
+   (let ((drv (run-with-store
+                %store
+                (gexp->derivation
+                  "allowed-refs"
+                  (gexp (begin
+                          (mkdir (ungexp output))
+                          (chdir (ungexp output))
+                          (symlink (ungexp %bootstrap-guile) "guile")))
+                  #:allowed-references
+                  '()))))
+     (guard (c ((store-protocol-error? c) #t))
+            (build-derivations %store (list drv))
+            #f)))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/hhcggkbjn7mfhv7w3k0wscvlf8fp6710-allowed-refs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/hh//cggkbjn7mfhv7w3k0wscvlf8fp6710-allowed-refs.drv.bz2 16263
output (`/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/wfgr6wmlzmz5nrhp3gzv102hfc8is42l-allowed-refs') is not allowed to refer to path `/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0'
@ build-failed /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/hhcggkbjn7mfhv7w3k0wscvlf8fp6710-allowed-refs.drv - 1 output (`/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/wfgr6wmlzmz5nrhp3gzv102hfc8is42l-allowed-refs') is not allowed to refer to path `/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0'
actual-value: #t
result: PASS

test-name: gexp->derivation #:disallowed-references, allowed
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:926
source:
+ (test-assert
+   "gexp->derivation #:disallowed-references, allowed"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet %store-monad
+                 ((drv (gexp->derivation
+                         "disallowed-refs"
+                         (gexp (begin
+                                 (mkdir (ungexp output))
+                                 (chdir (ungexp output))
+                                 (symlink (ungexp output) "self")
+                                 (symlink (ungexp %bootstrap-guile) "guile")))
+                         #:disallowed-references
+                         '())))
+                 (built-derivations (list drv)))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/l85y4das2wii2pjqswmrwpyp7dmrk13b-disallowed-refs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/l8//5y4das2wii2pjqswmrwpyp7dmrk13b-disallowed-refs.drv.bz2 16265
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/l85y4das2wii2pjqswmrwpyp7dmrk13b-disallowed-refs.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation #:disallowed-references
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:938
source:
+ (test-assert
+   "gexp->derivation #:disallowed-references"
+   (let ((drv (run-with-store
+                %store
+                (gexp->derivation
+                  "disallowed-refs"
+                  (gexp (begin
+                          (mkdir (ungexp output))
+                          (chdir (ungexp output))
+                          (symlink (ungexp %bootstrap-guile) "guile")))
+                  #:disallowed-references
+                  (list %bootstrap-guile)))))
+     (guard (c ((store-protocol-error? c) #t))
+            (build-derivations %store (list drv))
+            #f)))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6i09yg2z9gxqijjjld3mb4xqfvs59p8g-disallowed-refs.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/6i//09yg2z9gxqijjjld3mb4xqfvs59p8g-disallowed-refs.drv.bz2 16266
output (`/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/wp4g7qli333h9ig6z3scnwan6456vmnc-disallowed-refs') is not allowed to refer to path `/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0'
@ build-failed /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6i09yg2z9gxqijjjld3mb4xqfvs59p8g-disallowed-refs.drv - 1 output (`/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/wp4g7qli333h9ig6z3scnwan6456vmnc-disallowed-refs') is not allowed to refer to path `/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0'
actual-value: #t
result: PASS

test-name: gexp->script
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:958
source:
+ (test-assert
+   "gexp->script"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((n -> (random (expt 2 50)))
+                   (exp ->
+                        (gexp (system*
+                                (string-append
+                                  (ungexp %bootstrap-guile)
+                                  "/bin/guile")
+                                "-c"
+                                (object->string
+                                  '(display (expt (ungexp n) 2))))))
+                   (drv (gexp->script
+                          "guile-thing"
+                          exp
+                          #:guile
+                          %bootstrap-guile))
+                   (out -> (derivation->output-path drv))
+                   (done (built-derivations (list drv))))
+                  (let* ((pipe (open-input-pipe out))
+                         (str (get-string-all pipe)))
+                    (return
+                      (and (zero? (close-pipe pipe))
+                           (= (expt n 2) (string->number str))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
result: SKIP

test-name: gexp->script #:module-path
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:975
source:
+ (test-assert
+   "gexp->script #:module-path"
+   (call-with-temporary-directory
+     (lambda (directory)
+       (define str "Fake (guix base32) module!")
+       (mkdir (string-append directory "/guix"))
+       (call-with-output-file
+         (string-append directory "/guix/base32.scm")
+         (lambda (port)
+           (write `(begin
+                     (define-module (guix base32))
+                     (define-public %fake! ,str))
+                  port)))
+       (run-with-store
+         %store
+         (mlet* %store-monad
+                ((exp ->
+                      (with-imported-modules
+                        '((guix base32))
+                        (gexp (begin
+                                (use-modules (guix base32))
+                                (write (list %load-path %fake!))))))
+                 (drv (gexp->script
+                        "guile-thing"
+                        exp
+                        #:guile
+                        %bootstrap-guile
+                        #:module-path
+                        (list directory)))
+                 (out -> (derivation->output-path drv))
+                 (done (built-derivations (list drv))))
+                (let* ((pipe (open-input-pipe out)) (data (read pipe)))
+                  (return
+                    (and (zero? (close-pipe pipe))
+                         (match data
+                                ((load-path str*)
+                                 (and (string=? str* str)
+                                      (not (member
+                                             directory
+                                             load-path)))))))))))))
result: SKIP

test-name: program-file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1007
source:
+ (test-assert
+   "program-file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let* ((n (random (expt 2 50)))
+                  (exp (with-imported-modules
+                         '((guix build utils))
+                         (gexp (begin
+                                 (use-modules (guix build utils))
+                                 (display (ungexp n))))))
+                  (file (program-file
+                          "program"
+                          exp
+                          #:guile
+                          %bootstrap-guile)))
+             (mlet* %store-monad
+                    ((drv (lower-object file))
+                     (out -> (derivation->output-path drv)))
+                    (mbegin
+                      %store-monad
+                      (built-derivations (list drv))
+                      (let* ((pipe (open-input-pipe out))
+                             (str (get-string-all pipe)))
+                        (return
+                          (and (zero? (close-pipe pipe))
+                               (= n (string->number str))))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/3j23dbq69h8rgb983lfv0c7d4whwp7zg-program.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/3j//23dbq69h8rgb983lfv0c7d4whwp7zg-program.drv.bz2 16268
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/3j23dbq69h8rgb983lfv0c7d4whwp7zg-program.drv -
actual-value: #t
result: PASS

test-name: program-file #:module-path
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1024
source:
+ (test-assert
+   "program-file #:module-path"
+   (call-with-temporary-directory
+     (lambda (directory)
+       (define text (random-text))
+       (call-with-output-file
+         (string-append directory "/stupid-module.scm")
+         (lambda (port)
+           (write `(begin
+                     (define-module (stupid-module))
+                     (define-public %stupid-thing ,text))
+                  port)))
+       (let* ((exp (with-imported-modules
+                     '((stupid-module))
+                     (gexp (begin
+                             (use-modules (stupid-module))
+                             (display %stupid-thing)))))
+              (file (program-file
+                      "program"
+                      exp
+                      #:guile
+                      %bootstrap-guile
+                      #:module-path
+                      (list directory))))
+         (run-with-store
+           %store
+           (mlet* %store-monad
+                  ((drv (lower-object file))
+                   (out -> (derivation->output-path drv)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (let* ((pipe (open-input-pipe out))
+                           (str (get-string-all pipe)))
+                      (return
+                        (and (zero? (close-pipe pipe))
+                             (string=? text str)))))))))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/xclcpfmfrn4q4apjksfn9kj5r8yfwlvz-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/xc//lcpfmfrn4q4apjksfn9kj5r8yfwlvz-module-import-compiled.drv.bz2 16276
[ 1/ 2] Loading './stupid-module.scm'...
[ 2/ 2] Compiling './stupid-module.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/xclcpfmfrn4q4apjksfn9kj5r8yfwlvz-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/cgjsnbwb41wlzrkdra79wh6myh29cy1i-program.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/cg//jsnbwb41wlzrkdra79wh6myh29cy1i-program.drv.bz2 16277
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/cgjsnbwb41wlzrkdra79wh6myh29cy1i-program.drv -
actual-value: #t
result: PASS

test-name: program-file & with-extensions
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1052
source:
+ (test-assert
+   "program-file & with-extensions"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let* ((exp (with-extensions
+                         (list %extension-package)
+                         (gexp (begin
+                                 (use-modules (hg2g))
+                                 (display the-answer)))))
+                  (file (program-file
+                          "program"
+                          exp
+                          #:guile
+                          %bootstrap-guile)))
+             (mlet* %store-monad
+                    ((drv (lower-object file))
+                     (out -> (derivation->output-path drv)))
+                    (mbegin
+                      %store-monad
+                      (built-derivations (list drv))
+                      (let* ((pipe (open-input-pipe out))
+                             (str (get-string-all pipe)))
+                        (return
+                          (and (zero? (close-pipe pipe))
+                               (= 42 (string->number str))))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/mrzwxbcqg0a6639cjfa0axg1mvxv7hq8-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/mr//zwxbcqg0a6639cjfa0axg1mvxv7hq8-module-import-compiled.drv.bz2 16286
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/mrzwxbcqg0a6639cjfa0axg1mvxv7hq8-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6z4sp32fr28svipld6sbm8b33ym6hqm9-program.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/6z//4sp32fr28svipld6sbm8b33ym6hqm9-program.drv.bz2 16287
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/6z4sp32fr28svipld6sbm8b33ym6hqm9-program.drv -
actual-value: #t
result: PASS

test-name: scheme-file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1068
source:
+ (test-assert
+   "scheme-file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let* ((text (plain-file "foo" "Hello, world!"))
+                  (scheme
+                    (scheme-file
+                      "bar"
+                      (gexp (list "foo" (ungexp text))))))
+             (mlet* %store-monad
+                    ((drv (lower-object scheme))
+                     (text (lower-object text))
+                     (out -> (derivation->output-path drv)))
+                    (mbegin
+                      %store-monad
+                      (built-derivations (list drv))
+                      (mlet %store-monad
+                            ((refs (references* out)))
+                            (return
+                              (and (equal? refs (list text))
+                                   (equal?
+                                     `(list "foo" ,text)
+                                     (call-with-input-file out read))))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/cy9bylkapi3zhf27hfsdj57ai22r28v5-bar.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/cy//9bylkapi3zhf27hfsdj57ai22r28v5-bar.drv.bz2 16296
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/cy9bylkapi3zhf27hfsdj57ai22r28v5-bar.drv -
actual-value: #t
result: PASS

test-name: text-file*
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1081
source:
+ (test-assert
+   "text-file*"
+   (run-with-store
+     %store
+     (mlet* %store-monad
+            ((drv (package->derivation %bootstrap-guile))
+             (guile -> (derivation->output-path drv))
+             (file (text-file "bar" "This is bar."))
+             (text (text-file*
+                     "foo"
+                     %bootstrap-guile
+                     "/bin/guile "
+                     (gexp-input %bootstrap-guile "out")
+                     "/bin/guile "
+                     drv
+                     "/bin/guile "
+                     file))
+             (done (built-derivations (list text)))
+             (out -> (derivation->output-path text))
+             (refs (references* out)))
+            (return
+              (and (lset= string=? refs (list guile file))
+                   (equal?
+                     (call-with-input-file out get-string-all)
+                     (string-append
+                       guile
+                       "/bin/guile "
+                       guile
+                       "/bin/guile "
+                       guile
+                       "/bin/guile "
+                       file)))))
+     #:guile-for-build
+     (package-derivation %store %bootstrap-guile)))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/54m3xqp1kwvzsghn3g43kldz1kwvs4cl-foo.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/54//m3xqp1kwvzsghn3g43kldz1kwvs4cl-foo.drv.bz2 16297
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/54m3xqp1kwvzsghn3g43kldz1kwvs4cl-foo.drv -
actual-value: #t
result: PASS

test-name: mixed-text-file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1104
source:
+ (test-assert
+   "mixed-text-file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((file ->
+                         (mixed-text-file
+                           "mixed"
+                           "export PATH="
+                           %bootstrap-guile
+                           "/bin"))
+                   (drv (lower-object file))
+                   (out -> (derivation->output-path drv))
+                   (guile-drv
+                     (package->derivation %bootstrap-guile))
+                   (guile -> (derivation->output-path guile-drv)))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (mlet %store-monad
+                          ((refs (references* out)))
+                          (return
+                            (and (string=?
+                                   (string-append "export PATH=" guile "/bin")
+                                   (call-with-input-file out get-string-all))
+                                 (equal? refs (list guile)))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/vhhdrl05bhzlvkapbxx2s04zlclg0qgs-mixed.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/vh//hdrl05bhzlvkapbxx2s04zlclg0qgs-mixed.drv.bz2 16299
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/vhhdrl05bhzlvkapbxx2s04zlclg0qgs-mixed.drv -
actual-value: #t
result: PASS

test-name: file-union
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1119
source:
+ (test-assert
+   "file-union"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet* %store-monad
+                  ((union ->
+                          (file-union
+                            "union"
+                            `(("a" ,(plain-file "a" "1"))
+                              ("b/c/d" ,(plain-file "d" "2"))
+                              ("e" ,(plain-file "e" "3")))))
+                   (drv (lower-object union))
+                   (out -> (derivation->output-path drv)))
+                  (define (contents=? file str)
+                    (string=?
+                      (call-with-input-file
+                        (string-append out "/" file)
+                        get-string-all)
+                      str))
+                  (mbegin
+                    %store-monad
+                    (built-derivations (list drv))
+                    (return
+                      (and (contents=? "a" "1")
+                           (contents=? "b/c/d" "2")
+                           (contents=? "e" "3")))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/ryvn2ya3z018fzydznhz5gy4xyz6jaqb-union.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/ry//vn2ya3z018fzydznhz5gy4xyz6jaqb-union.drv.bz2 16301
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/ryvn2ya3z018fzydznhz5gy4xyz6jaqb-union.drv -
actual-value: #t
result: PASS

test-name: gexp->derivation vs. %current-target-system
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1137
source:
+ (test-assert
+   "gexp->derivation vs. %current-target-system"
+   (let ((mval (gexp->derivation
+                 "foo"
+                 (gexp (begin
+                         (mkdir (ungexp output))
+                         (foo (ungexp-native gnu-make))))
+                 #:target
+                 #f)))
+     (parameterize
+       ((%current-target-system "fooooo"))
+       (derivation? (run-with-store %store mval)))))
actual-value: #t
result: PASS

test-name: lower-object
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1148
source:
+ (test-assert
+   "lower-object"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (mlet %store-monad
+                 ((drv1 (lower-object %bootstrap-guile))
+                  (drv2 (lower-object (package-source coreutils)))
+                  (item (lower-object (plain-file "foo" "Hello!"))))
+                 (return
+                   (and (derivation? drv1)
+                        (derivation? drv2)
+                        (store-path? item))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
actual-value: #t
result: PASS

test-name: lower-object, computed-file
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1155
source:
+ (test-assert
+   "lower-object, computed-file"
+   (let ((store (open-connection-for-tests)))
+     (dynamic-wind
+       (const #t)
+       (lambda ()
+         (run-with-store
+           store
+           (let* ((text (plain-file "foo" "Hello!"))
+                  (exp (gexp (begin
+                               (mkdir (ungexp output))
+                               (symlink
+                                 (ungexp %bootstrap-guile)
+                                 (string-append (ungexp output) "/guile"))
+                               (symlink
+                                 (ungexp text)
+                                 (string-append (ungexp output) "/text")))))
+                  (computed (computed-file "computed" exp)))
+             (mlet* %store-monad
+                    ((text (lower-object text))
+                     (guile-drv (lower-object %bootstrap-guile))
+                     (comp-drv (lower-object computed))
+                     (comp -> (derivation->output-path comp-drv)))
+                    (mbegin
+                      %store-monad
+                      (built-derivations (list comp-drv))
+                      (return
+                        (and (string=?
+                               (readlink (string-append comp "/guile"))
+                               (derivation->output-path guile-drv))
+                             (string=?
+                               (readlink (string-append comp "/text"))
+                               text))))))
+           #:guile-for-build
+           (%guile-for-build)))
+       (lambda () (close-connection store)))))
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/h52zjsh152bb6dyzgw8r5x0n57bnv4xj-computed.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/h5//2zjsh152bb6dyzgw8r5x0n57bnv4xj-computed.drv.bz2 16304
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/h52zjsh152bb6dyzgw8r5x0n57bnv4xj-computed.drv -
actual-value: #t
result: PASS

test-name: lower-object, computed-file, #:system
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1174
source:
+ (test-equal
+   "lower-object, computed-file, #:system"
+   '("mips64el-linux")
+   (run-with-store
+     %store
+     (let* ((exp (gexp (symlink (ungexp coreutils) (ungexp output))))
+            (computed
+              (computed-file
+                "computed"
+                exp
+                #:guile
+                %bootstrap-guile)))
+       (mlet* %store-monad
+              ((drv (lower-object computed "mips64el-linux"))
+               (refs (references* (derivation-file-name drv))))
+              (return
+                (delete-duplicates
+                  (filter-map
+                    (lambda (file)
+                      (and (string-suffix? ".drv" file)
+                           (let ((drv (read-derivation-from-file file)))
+                             (derivation-system drv))))
+                    (cons (derivation-file-name drv) refs))))))))
expected-value: ("mips64el-linux")
actual-value: ("mips64el-linux")
result: PASS

test-name: lower-object & gexp-input-error?
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1192
source:
+ (test-assert
+   "lower-object & gexp-input-error?"
+   (guard (c ((gexp-input-error? c)
+              (gexp-error-invalid-input c)))
+          (run-with-store
+            %store
+            (lower-object (current-module))
+            #:guile-for-build
+            (%guile-for-build))))
actual-value: #<directory (test-gexp) 1b0f3c0>
result: PASS

test-name: printer
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1199
source:
+ (test-assert
+   "printer"
+   (string-match
+     "^#<gexp \\(string-append .*#<package coreutils.* \"/bin/uname\"\\) [[:xdigit:]]+>$"
+     (with-output-to-string
+       (lambda ()
+         (write (gexp (string-append (ungexp coreutils) "/bin/uname")))))))
actual-value: #("#<gexp (string-append #<gexp-input #<package coreutils@8.30 gnu/packages/base.scm:342 34cfb00>:out> \"/bin/uname\") 546f840>" (0 . 122))
result: PASS

test-name: printer vs. ungexp-splicing
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1208
source:
+ (test-assert
+   "printer vs. ungexp-splicing"
+   (string-match
+     "^#<gexp .* [[:xdigit:]]+>$"
+     (with-output-to-string
+       (lambda ()
+         (write (gexp (begin (ungexp-splicing (gexp ())))))))))
actual-value: #("#<gexp  583a060>" (0 . 16))
result: PASS

test-name: sugar
location: /home/mwette/proj/guix/guix-1.0.1/tests/gexp.scm:1216
source:
+ (test-equal
+   "sugar"
+   '(gexp (foo (ungexp bar)
+               (ungexp baz "out")
+               (ungexp (chbouib 42))
+               (ungexp-splicing (list x y z))
+               (ungexp-native foo)
+               (ungexp-native foo "out")
+               (ungexp-native (chbouib 42))
+               (ungexp-native-splicing (list x y z))))
+   '(gexp (foo (ungexp bar)
+               (ungexp baz "out")
+               (ungexp (chbouib 42))
+               (ungexp-splicing (list x y z))
+               (ungexp-native foo)
+               (ungexp-native foo "out")
+               (ungexp-native (chbouib 42))
+               (ungexp-native-splicing (list x y z)))))
expected-value: (gexp (foo (ungexp bar) (ungexp baz "out") (ungexp (chbouib 42)) (ungexp-splicing (list x y z)) (ungexp-native foo) (ungexp-native foo "out") (ungexp-native (chbouib 42)) (ungexp-native-splicing (list x y z))))
actual-value: (gexp (foo (ungexp bar) (ungexp baz "out") (ungexp (chbouib 42)) (ungexp-splicing (list x y z)) (ungexp-native foo) (ungexp-native foo "out") (ungexp-native (chbouib 42)) (ungexp-native-splicing (list x y z))))
result: PASS


SKIP: tests/syscalls
====================

test-name: mount, ENOENT
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:40
source:
+ (test-equal
+   "mount, ENOENT"
+   ENOENT
+   (catch 'system-error
+          (lambda ()
+            (mount "/dev/null" "/does-not-exist" "ext2")
+            #f)
+          (compose system-error-errno list)))
expected-value: 2
actual-value: 2
result: PASS

test-name: umount, ENOENT/EPERM
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:48
source:
+ (test-assert
+   "umount, ENOENT/EPERM"
+   (catch 'system-error
+          (lambda () (umount "/does-not-exist") #f)
+          (lambda args
+            (memv (system-error-errno args)
+                  (list EPERM ENOENT)))))
actual-value: (1 2)
result: PASS

test-name: mount-points
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:57
source:
+ (test-assert
+   "mount-points"
+   (any (cute member <> (mount-points))
+        '("/" "/proc" "/sys" "/dev")))
actual-value: ("/" "/sys/fs/selinux" "/proc/sys/fs/binfmt_misc" "/dev/hugepages" "/dev/mqueue" "/sys/kernel/debug" "/tmp" "/boot" "/gnu" "/home" "/opt" "/boot/efi" "/xtra" "/var/lib/nfs/rpc_pipefs" "/run/user/42" "/run/user/1001")
result: PASS

test-name: utime with AT_SYMLINK_NOFOLLOW
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:64
source:
+ (test-equal
+   "utime with AT_SYMLINK_NOFOLLOW"
+   '(0 0)
+   (begin
+     (symlink "/nowhere" temp-file)
+     (utime temp-file 0 0 0 0 AT_SYMLINK_NOFOLLOW)
+     (let ((st (lstat temp-file)))
+       (delete-file temp-file)
+       (list (stat:mtime st) (stat:atime st)))))
expected-value: (0 0)
actual-value: (0 0)
result: PASS

test-name: swapon, ENOENT/EPERM
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:76
source:
+ (test-assert
+   "swapon, ENOENT/EPERM"
+   (catch 'system-error
+          (lambda () (swapon "/does-not-exist") #f)
+          (lambda args
+            (memv (system-error-errno args)
+                  (list EPERM ENOENT)))))
actual-value: (1 2)
result: PASS

test-name: swapoff, ENOENT/EINVAL/EPERM
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:84
source:
+ (test-assert
+   "swapoff, ENOENT/EINVAL/EPERM"
+   (catch 'system-error
+          (lambda () (swapoff "/does-not-exist") #f)
+          (lambda args
+            (memv (system-error-errno args)
+                  (list EPERM EINVAL ENOENT)))))
actual-value: (1 22 2)
result: PASS

test-name: mkdtemp!
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:92
source:
+ (test-assert
+   "mkdtemp!"
+   (let* ((tmp (or (getenv "TMPDIR") "/tmp"))
+          (dir (mkdtemp!
+                 (string-append tmp "/guix-test-XXXXXX"))))
+     (and (file-exists? dir) (begin (rmdir dir) #t))))
actual-value: #t
result: PASS

test-name: statfs, ENOENT
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:100
source:
+ (test-equal
+   "statfs, ENOENT"
+   ENOENT
+   (catch 'system-error
+          (lambda () (statfs "/does-not-exist"))
+          (compose system-error-errno list)))
expected-value: 2
actual-value: 2
result: PASS

test-name: statfs
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:107
source:
+ (test-assert
+   "statfs"
+   (let ((fs (statfs "/")))
+     (and (file-system? fs)
+          (> (file-system-block-size fs) 0)
+          (>= (file-system-blocks-available fs) 0)
+          (>= (file-system-blocks-free fs)
+              (file-system-blocks-available fs)))))
actual-value: #t
result: PASS

test-name: clone
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:124
source:
+ (test-assert
+   "clone"
+   (match (clone (logior CLONE_NEWUSER SIGCHLD))
+          (0 (primitive-exit 42))
+          (pid (and (not (equal?
+                           (readlink (user-namespace pid))
+                           (readlink (user-namespace (getpid)))))
+                    (match (waitpid pid)
+                           ((_ . status) (= 42 (status:exit-val status))))))))
actual-value: #t
result: PASS

test-name: setns
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:137
source:
+ (test-assert
+   "setns"
+   (match (clone (logior CLONE_NEWUSER SIGCHLD))
+          (0 (primitive-exit 0))
+          (clone-pid
+            (match (pipe)
+                   ((in . out)
+                    (match (primitive-fork)
+                           (0
+                            (close in)
+                            (call-with-input-file
+                              (user-namespace clone-pid)
+                              (lambda (port) (setns (port->fdes port) 0)))
+                            (write 'done out)
+                            (close out)
+                            (primitive-exit 0))
+                           (fork-pid
+                             (close out)
+                             (read in)
+                             (let ((result
+                                     (and (equal?
+                                            (readlink
+                                              (user-namespace clone-pid))
+                                            (readlink
+                                              (user-namespace fork-pid))))))
+                               (waitpid clone-pid)
+                               (waitpid fork-pid)
+                               result))))))))
actual-value: #t
result: PASS

test-name: pivot-root
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:175
source:
+ (test-equal
+   "pivot-root"
+   #t
+   (match (pipe)
+          ((in . out)
+           (match (clone (logior CLONE_NEWUSER CLONE_NEWNS SIGCHLD))
+                  (0
+                   (dynamic-wind
+                     (const #t)
+                     (lambda ()
+                       (close in)
+                       (call-with-temporary-directory
+                         (lambda (root)
+                           (let ((put-old (string-append root "/real-root")))
+                             (mount "none" root "tmpfs")
+                             (mkdir put-old)
+                             (call-with-output-file
+                               (string-append root "/test")
+                               (lambda (port) (display "testing\n" port)))
+                             (pivot-root root put-old)
+                             (write (file-exists? "/test") out)
+                             (close out)))))
+                     (lambda () (primitive-exit 0))))
+                  (pid (close out)
+                       (let ((result (read in)))
+                         (close in)
+                         (and (zero? (match (waitpid pid)
+                                            ((_ . status)
+                                             (status:exit-val status))))
+                              (eq? #t result))))))))
result: SKIP

test-name: scandir*, ENOENT
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:208
source:
+ (test-equal
+   "scandir*, ENOENT"
+   ENOENT
+   (catch 'system-error
+          (lambda () (scandir* "/does/not/exist"))
+          (lambda args (system-error-errno args))))
expected-value: 2
actual-value: 2
result: PASS

test-name: scandir*, ASCII file names
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:216
source:
+ (test-equal
+   "scandir*, ASCII file names"
+   (scandir
+     (dirname
+       (search-path %load-path "guix/base32.scm"))
+     (const #t)
+     string<?)
+   (match (scandir*
+            (dirname
+              (search-path %load-path "guix/base32.scm")))
+          (((names . properties) ...) names)))
expected-value: ("." ".." "base16.go" "base16.scm" "base32.go" "base32.scm" "base64.go" "base64.scm" "build" "build-system" "build-system.go" "build-system.scm" "bzr-download.go" "bzr-download.scm" "cache.go" "cache.scm" "channels.go" "channels.scm" "ci.go" "ci.scm" "colors.go" "colors.scm" "combinators.go" "combinators.scm" "config.go" "config.scm" "config.scm.in" "cpio.go" "cpio.scm" "cve.go" "cve.scm" "cvs-download.go" "cvs-download.scm" "deprecation.go" "deprecation.scm" "derivations.go" "derivations.scm" "describe.go" "describe.scm" "discovery.go" "discovery.scm" "docker.go" "docker.scm" "download.go" "download.scm" "elf.go" "elf.scm" "ftp-client.go" "ftp-client.scm" "gexp.go" "gexp.scm" "git-download.go" "git-download.scm" "git.go" "git.scm" "glob.go" "glob.scm" "gnu-maintenance.go" "gnu-maintenance.scm" "gnupg.go" "gnupg.scm" "grafts.go" "grafts.scm" "graph.go" "graph.scm" "hg-download.go" "hg-download.scm" "http-client.go" "http-client.scm" "i18n.go" "i18n.scm" "import" "inferior.go" "inferior.scm" "licenses.go" "licenses.scm" "lzlib.go" "lzlib.scm" "man-db.scm" "memoization.go" "memoization.scm" "modules.go" "modules.scm" "monad-repl.go" "monad-repl.scm" "monads.go" "monads.scm" "nar.go" "nar.scm" "packages.go" "packages.scm" "pki.go" "pki.scm" "profiles.go" "profiles.scm" "profiling.go" "profiling.scm" "progress.go" "progress.scm" "records.go" "records.scm" "scripts" "scripts.go" "scripts.scm" "search-paths.go" "search-paths.scm" "self.go" "self.scm" "serialization.go" "serialization.scm" "sets.go" "sets.scm" "ssh.scm" "status.go" "status.scm" "store" "store.go" "store.scm" "svn-download.go" "svn-download.scm" "swh.go" "swh.scm" "tests" "tests.go" "tests.scm" "ui.go" "ui.scm" "upstream.go" "upstream.scm" "utils.go" "utils.scm" "workers.go" "workers.scm" "zlib.go" "zlib.scm")
actual-value: ("." ".." "base16.go" "base16.scm" "base32.go" "base32.scm" "base64.go" "base64.scm" "build" "build-system" "build-system.go" "build-system.scm" "bzr-download.go" "bzr-download.scm" "cache.go" "cache.scm" "channels.go" "channels.scm" "ci.go" "ci.scm" "colors.go" "colors.scm" "combinators.go" "combinators.scm" "config.go" "config.scm" "config.scm.in" "cpio.go" "cpio.scm" "cve.go" "cve.scm" "cvs-download.go" "cvs-download.scm" "deprecation.go" "deprecation.scm" "derivations.go" "derivations.scm" "describe.go" "describe.scm" "discovery.go" "discovery.scm" "docker.go" "docker.scm" "download.go" "download.scm" "elf.go" "elf.scm" "ftp-client.go" "ftp-client.scm" "gexp.go" "gexp.scm" "git-download.go" "git-download.scm" "git.go" "git.scm" "glob.go" "glob.scm" "gnu-maintenance.go" "gnu-maintenance.scm" "gnupg.go" "gnupg.scm" "grafts.go" "grafts.scm" "graph.go" "graph.scm" "hg-download.go" "hg-download.scm" "http-client.go" "http-client.scm" "i18n.go" "i18n.scm" "import" "inferior.go" "inferior.scm" "licenses.go" "licenses.scm" "lzlib.go" "lzlib.scm" "man-db.scm" "memoization.go" "memoization.scm" "modules.go" "modules.scm" "monad-repl.go" "monad-repl.scm" "monads.go" "monads.scm" "nar.go" "nar.scm" "packages.go" "packages.scm" "pki.go" "pki.scm" "profiles.go" "profiles.scm" "profiling.go" "profiling.scm" "progress.go" "progress.scm" "records.go" "records.scm" "scripts" "scripts.go" "scripts.scm" "search-paths.go" "search-paths.scm" "self.go" "self.scm" "serialization.go" "serialization.scm" "sets.go" "sets.scm" "ssh.scm" "status.go" "status.scm" "store" "store.go" "store.scm" "svn-download.go" "svn-download.scm" "swh.go" "swh.scm" "tests" "tests.go" "tests.scm" "ui.go" "ui.scm" "upstream.go" "upstream.scm" "utils.go" "utils.scm" "workers.go" "workers.scm" "zlib.go" "zlib.scm")
result: PASS

test-name: scandir*, UTF-8 file names
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:223
source:
+ (test-equal
+   "scandir*, UTF-8 file names"
+   '("." ".." "?" "?")
+   (call-with-temporary-directory
+     (lambda (directory)
+       (let ((creat (pointer->procedure
+                      int
+                      (dynamic-func "creat" (dynamic-link))
+                      (list '* int))))
+         (creat (string->pointer
+                  (string-append directory "/?")
+                  "UTF-8")
+                420)
+         (creat (string->pointer
+                  (string-append directory "/?")
+                  "UTF-8")
+                420)
+         (let ((locale (setlocale LC_ALL)))
+           (dynamic-wind
+             (lambda () (setlocale LC_ALL "C"))
+             (lambda ()
+               (match (scandir* directory)
+                      (((names . properties) ...) names)))
+             (lambda () (setlocale LC_ALL locale))))))))
expected-value: ("." ".." "?" "?")
actual-value: ("." ".." "?" "?")
result: PASS

test-name: scandir*, properties
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:250
source:
+ (test-assert
+   "scandir*, properties"
+   (let ((directory
+           (dirname
+             (search-path %load-path "guix/base32.scm"))))
+     (every (lambda (entry name)
+              (match entry
+                     ((name2 . properties)
+                      (and (string=? name2 name)
+                           (let* ((full (string-append directory "/" name))
+                                  (stat (lstat full))
+                                  (inode (assoc-ref properties 'inode))
+                                  (type (assoc-ref properties 'type)))
+                             (and (= inode (stat:ino stat))
+                                  (or (eq? type 'unknown)
+                                      (eq? type (stat:type stat)))))))))
+            (scandir* directory)
+            (scandir directory (const #t) string<?))))
actual-value: #t
result: PASS

test-name: fcntl-flock wait
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:267
source:
+ (test-equal
+   "fcntl-flock wait"
+   42
+   (let ((file (open-file temp-file "w0b")))
+     (fcntl-flock file 'write-lock)
+     (match (primitive-fork)
+            (0
+             (dynamic-wind
+               (const #t)
+               (lambda ()
+                 (let ((file (open-file temp-file "r0b")))
+                   (fcntl-flock file 'read-lock)
+                   (primitive-exit (read file)))
+                 (primitive-exit 1))
+               (lambda () (primitive-exit 2))))
+            (pid (display "hello, world!" file)
+                 (force-output file)
+                 (sleep 1)
+                 (seek file 0 SEEK_SET)
+                 (truncate-file file 0)
+                 (write 42 file)
+                 (force-output file)
+                 (fcntl-flock file 'unlock)
+                 (match (waitpid pid)
+                        ((_ . status)
+                         (let ((result (status:exit-val status)))
+                           (close-port file)
+                           result)))))))
warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory
warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory
expected-value: 42
actual-value: 42
result: PASS

test-name: fcntl-flock non-blocking
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:306
source:
+ (test-equal
+   "fcntl-flock non-blocking"
+   EAGAIN
+   (match (pipe)
+          ((input . output)
+           (match (primitive-fork)
+                  (0
+                   (dynamic-wind
+                     (const #t)
+                     (lambda ()
+                       (close-port output)
+                       (read-char input)
+                       (let ((file (open-file temp-file "w0")))
+                         (catch 'flock-error
+                                (lambda ()
+                                  (fcntl-flock file 'write-lock #:wait? #f))
+                                (lambda (key errno)
+                                  (primitive-exit (pk 'errno errno)))))
+                       (primitive-exit -1))
+                     (lambda () (primitive-exit -2))))
+                  (pid (close-port input)
+                       (let ((file (open-file temp-file "w0")))
+                         (fcntl-flock file 'write-lock)
+                         (write 'green-light output)
+                         (force-output output)
+                         (match (waitpid pid)
+                                ((_ . status)
+                                 (let ((result (status:exit-val status)))
+                                   (fcntl-flock file 'unlock)
+                                   (close-port file)
+                                   result)))))))))

;;; (errno 11)
warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory
warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory
expected-value: 11
actual-value: 11
result: PASS

test-name: set-thread-name
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:348
source:
+ (test-equal
+   "set-thread-name"
+   "Syscall Test"
+   (let ((name (thread-name)))
+     (set-thread-name "Syscall Test")
+     (let ((new-name (thread-name)))
+       (set-thread-name name)
+       new-name)))
expected-value: "Syscall Test"
actual-value: "Syscall Test"
result: PASS

test-name: all-network-interface-names
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:356
source:
+ (test-assert
+   "all-network-interface-names"
+   (match (all-network-interface-names)
+          (((? string? names) ..1) (member "lo" names))))
actual-value: ("lo" "enp4s0" "virbr0-nic" "wlp3s0" "virbr0")
result: PASS

test-name: network-interface-names
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:361
source:
+ (test-assert
+   "network-interface-names"
+   (match (network-interface-names)
+          (((? string? names) ..1)
+           (lset<=
+             string=?
+             names
+             (all-network-interface-names)))))
actual-value: #t
result: PASS

test-name: network-interface-flags
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:366
source:
+ (test-assert
+   "network-interface-flags"
+   (let* ((sock (socket AF_INET SOCK_STREAM 0))
+          (flags (network-interface-flags sock "lo")))
+     (close-port sock)
+     (and (not (zero? (logand flags IFF_LOOPBACK)))
+          (not (zero? (logand flags IFF_UP))))))
actual-value: #t
result: PASS

test-name: loopback-network-interface?
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:373
source:
+ (test-equal
+   "loopback-network-interface?"
+   ENODEV
+   (and (loopback-network-interface? "lo")
+        (catch 'system-error
+               (lambda ()
+                 (loopback-network-interface? "nonexistent")
+                 #f)
+               (lambda args (system-error-errno args)))))
expected-value: 19
actual-value: 19
result: PASS

test-name: loopback-network-interface-running?
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:383
source:
+ (test-equal
+   "loopback-network-interface-running?"
+   ENODEV
+   (and (network-interface-running? "lo")
+        (catch 'system-error
+               (lambda ()
+                 (network-interface-running? "nonexistent")
+                 #f)
+               (lambda args (system-error-errno args)))))
expected-value: 19
actual-value: 19
result: PASS

test-name: set-network-interface-flags
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:394
source:
+ (test-assert
+   "set-network-interface-flags"
+   (let ((sock (socket AF_INET SOCK_STREAM 0)))
+     (catch 'system-error
+            (lambda ()
+              (set-network-interface-flags sock "lo" IFF_UP))
+            (lambda args
+              (close-port sock)
+              (memv (system-error-errno args)
+                    (list EPERM EACCES))))))
actual-value: (1 13)
result: PASS

test-name: network-interface-address lo
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:404
source:
+ (test-equal
+   "network-interface-address lo"
+   (make-socket-address
+     AF_INET
+     (inet-pton AF_INET "127.0.0.1")
+     0)
+   (let* ((sock (socket AF_INET SOCK_STREAM 0))
+          (addr (network-interface-address sock "lo")))
+     (close-port sock)
+     addr))
expected-value: #(2 2130706433 0)
actual-value: #(2 2130706433 0)
result: PASS

test-name: set-network-interface-address
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:412
source:
+ (test-assert
+   "set-network-interface-address"
+   (let ((sock (socket AF_INET SOCK_STREAM 0)))
+     (catch 'system-error
+            (lambda ()
+              (set-network-interface-address
+                sock
+                "nonexistent"
+                (make-socket-address
+                  AF_INET
+                  (inet-pton AF_INET "127.12.14.15")
+                  0)))
+            (lambda args
+              (close-port sock)
+              (memv (system-error-errno args)
+                    (list EPERM EACCES))))))
actual-value: (1 13)
result: PASS

test-name: network-interface-netmask lo
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:426
source:
+ (test-equal
+   "network-interface-netmask lo"
+   (make-socket-address
+     AF_INET
+     (inet-pton AF_INET "255.0.0.0")
+     0)
+   (let* ((sock (socket AF_INET SOCK_STREAM 0))
+          (addr (network-interface-netmask sock "lo")))
+     (close-port sock)
+     addr))
expected-value: #(2 4278190080 0)
actual-value: #(2 4278190080 0)
result: PASS

test-name: set-network-interface-netmask
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:434
source:
+ (test-assert
+   "set-network-interface-netmask"
+   (let ((sock (socket AF_INET SOCK_STREAM 0)))
+     (catch 'system-error
+            (lambda ()
+              (set-network-interface-netmask
+                sock
+                "nonexistent"
+                (make-socket-address
+                  AF_INET
+                  (inet-pton AF_INET "255.0.0.0")
+                  0)))
+            (lambda args
+              (close-port sock)
+              (memv (system-error-errno args)
+                    (list EPERM EACCES))))))
actual-value: (1 13)
result: PASS

test-name: network-interfaces returns one or more interfaces
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:447
source:
+ (test-equal
+   "network-interfaces returns one or more interfaces"
+   '(#t #t #t)
+   (match (network-interfaces)
+          ((interfaces ..1)
+           (list (every interface? interfaces)
+                 (every string? (map interface-name interfaces))
+                 (every (lambda (sockaddr)
+                          (or (vector? sockaddr) (not sockaddr)))
+                        (map interface-address interfaces))))))
expected-value: (#t #t #t)
actual-value: (#t #t #t)
result: PASS

test-name: network-interfaces returns "lo"
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:459
source:
+ (test-equal
+   "network-interfaces returns \"lo\""
+   (list #t
+         (make-socket-address
+           AF_INET
+           (inet-pton AF_INET "127.0.0.1")
+           0))
+   (match (filter
+            (lambda (interface)
+              (string=? "lo" (interface-name interface)))
+            (network-interfaces))
+          ((loopbacks ..1)
+           (list (every (lambda (lo)
+                          (not (zero? (logand
+                                        IFF_LOOPBACK
+                                        (interface-flags lo)))))
+                        loopbacks)
+                 (match (find (lambda (lo)
+                                (= AF_INET
+                                   (sockaddr:fam (interface-address lo))))
+                              loopbacks)
+                        (#f #f)
+                        (lo (interface-address lo)))))))
expected-value: (#t #(2 2130706433 0))
actual-value: (#t #(2 2130706433 0))
result: PASS

test-name: add-network-route/gateway
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:475
source:
+ (test-assert
+   "add-network-route/gateway"
+   (let ((sock (socket AF_INET SOCK_STREAM 0))
+         (gateway
+           (make-socket-address
+             AF_INET
+             (inet-pton AF_INET "192.168.0.1")
+             0)))
+     (catch 'system-error
+            (lambda ()
+              (add-network-route/gateway sock gateway))
+            (lambda args
+              (close-port sock)
+              (memv (system-error-errno args)
+                    (list EPERM EACCES))))))
actual-value: (1 13)
result: PASS

test-name: delete-network-route
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:488
source:
+ (test-assert
+   "delete-network-route"
+   (let ((sock (socket AF_INET SOCK_STREAM 0))
+         (destination
+           (make-socket-address AF_INET INADDR_ANY 0)))
+     (catch 'system-error
+            (lambda ()
+              (delete-network-route sock destination))
+            (lambda args
+              (close-port sock)
+              (memv (system-error-errno args)
+                    (list EPERM EACCES))))))
actual-value: (1 13)
result: PASS

test-name: tcgetattr ENOTTY
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:498
source:
+ (test-equal
+   "tcgetattr ENOTTY"
+   ENOTTY
+   (catch 'system-error
+          (lambda ()
+            (call-with-input-file
+              "/dev/null"
+              (lambda (port) (tcgetattr (fileno port)))))
+          (compose system-error-errno list)))
expected-value: 25
actual-value: 25
result: PASS

test-name: tcgetattr
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:512
source:
+ (test-assert
+   "tcgetattr"
+   (let ((termios (tcgetattr 0)))
+     (and (termios? termios)
+          (> (termios-input-speed termios) 0)
+          (> (termios-output-speed termios) 0))))
actual-value: #t
result: PASS

test-name: tcsetattr
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:518
source:
+ (test-assert
+   "tcsetattr"
+   (let ((first (tcgetattr 0)))
+     (tcsetattr 0 (tcsetattr-action TCSANOW) first)
+     (equal? first (tcgetattr 0))))
actual-value: #t
result: PASS

test-name: terminal-window-size ENOTTY
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:523
source:
+ (test-assert
+   "terminal-window-size ENOTTY"
+   (call-with-input-file
+     "/dev/null"
+     (lambda (port)
+       (catch 'system-error
+              (lambda () (terminal-window-size port))
+              (lambda args
+                (memv (system-error-errno args)
+                      (list ENOTTY EINVAL)))))))
actual-value: (25 22)
result: PASS

test-name: terminal-columns
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:534
source:
+ (test-assert
+   "terminal-columns"
+   (> (terminal-columns) 0))
actual-value: #t
result: PASS

test-name: terminal-columns non-file port
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:537
source:
+ (test-assert
+   "terminal-columns non-file port"
+   (> (terminal-columns
+        (open-input-string
+          "Join us now, share the software!"))
+      0))
actual-value: #t
result: PASS

test-name: utmpx-entries
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:541
source:
+ (test-assert
+   "utmpx-entries"
+   (match (utmpx-entries)
+          (((? utmpx? entries) ...)
+           (every (lambda (entry)
+                    (match (utmpx-user entry)
+                           ((? string?)
+                            (or (not (memv (utmpx-login-type entry)
+                                           (list (login-type INIT_PROCESS)
+                                                 (login-type LOGIN_PROCESS)
+                                                 (login-type USER_PROCESS))))
+                                (> (utmpx-pid entry) 0)))
+                           (#f #t)))
+                  entries))))
actual-value: #t
result: PASS

test-name: read-utmpx, EOF
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:558
source:
+ (test-assert
+   "read-utmpx, EOF"
+   (eof-object? (read-utmpx (%make-void-port "r"))))
actual-value: #t
result: PASS

test-name: read-utmpx
location: /home/mwette/proj/guix/guix-1.0.1/tests/syscalls.scm:563
source:
+ (test-assert
+   "read-utmpx"
+   (let ((result
+           (call-with-input-file
+             "/var/run/utmpx"
+             read-utmpx)))
+     (or (utmpx? result) (eof-object? result))))
result: SKIP

warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory
warning: failed to delete /tmp/guix-directory.Vfyx0y/??: No such file or directory

SKIP: tests/lzlib
=================

test-name: null bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:74
source:
+ (test-assert
+   "null bytevector"
+   (compress-and-decompress
+     (make-bytevector (+ (random 100000) (* 20 1024)))))
result: SKIP

test-name: random bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:78
source:
+ (test-assert
+   "random bytevector"
+   (compress-and-decompress
+     (random-bytevector
+       (+ (random 100000) (* 20 1024)))))
result: SKIP

test-name: small bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:81
source:
+ (test-assert
+   "small bytevector"
+   (compress-and-decompress (random-bytevector 127)))
result: SKIP

test-name: 1 bytevector
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:84
source:
+ (test-assert
+   "1 bytevector"
+   (compress-and-decompress (random-bytevector 1)))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (2 * dictionary)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:87
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (2 * dictionary)"
+   (compress-and-decompress
+     (random-bytevector
+       (* 2
+          (car (car (assoc-ref
+                      (@@ (guix lzlib) %compression-levels)
+                      (@@ (guix lzlib) %default-compression-level))))))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (64KiB)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:93
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (64KiB)"
+   (compress-and-decompress
+     (random-bytevector (* 64 1024))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (64KiB-1)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:96
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (64KiB-1)"
+   (compress-and-decompress
+     (random-bytevector (#{1-}# (* 64 1024)))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (64KiB+1)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:99
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (64KiB+1)"
+   (compress-and-decompress
+     (random-bytevector (#{1+}# (* 64 1024)))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (1MiB)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:102
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (1MiB)"
+   (compress-and-decompress
+     (random-bytevector (* 1024 1024))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (1MiB-1)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:105
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (1MiB-1)"
+   (compress-and-decompress
+     (random-bytevector (#{1-}# (* 1024 1024)))))
result: SKIP

test-name: Bytevector of size relative to Lzip internal buffers (1MiB+1)
location: /home/mwette/proj/guix/guix-1.0.1/tests/lzlib.scm:108
source:
+ (test-assert
+   "Bytevector of size relative to Lzip internal buffers (1MiB+1)"
+   (compress-and-decompress
+     (random-bytevector (#{1+}# (* 1024 1024)))))
result: SKIP

random seed for tests: 1561229101

SKIP: tests/pack
================

test-name: self-contained-tarball
location: /home/mwette/proj/guix/guix-1.0.1/tests/pack.scm:58
source:
+ (test-assert
+   "self-contained-tarball"
+   (let ((guile (package-derivation %store %bootstrap-guile)))
+     (run-with-store
+       %store
+       (mlet* %store-monad
+              ((profile
+                 (profile-derivation
+                   (packages->manifest (list %bootstrap-guile))
+                   #:hooks
+                   '()
+                   #:locales?
+                   #f))
+               (tarball
+                 (self-contained-tarball
+                   "pack"
+                   profile
+                   #:symlinks
+                   '(("/bin/Guile" -> "bin/guile"))
+                   #:compressor
+                   %gzip-compressor
+                   #:archiver
+                   %tar-bootstrap))
+               (check (gexp->derivation
+                        "check-tarball"
+                        (with-imported-modules
+                          '((guix build utils))
+                          (gexp (begin
+                                  (use-modules
+                                    (guix build utils)
+                                    (srfi srfi-1))
+                                  (define store
+                                    (string-append
+                                      "."
+                                      (%store-directory)
+                                      "/"))
+                                  (define (canonical? file)
+                                    (let ((st (lstat file)))
+                                      (or (not (string-prefix? store file))
+                                          (eq? 'symlink (stat:type st))
+                                          (and (= 1 (stat:mtime st))
+                                               (zero? (logand
+                                                        146
+                                                        (stat:mode st)))))))
+                                  (define bin
+                                    (string-append
+                                      "."
+                                      (ungexp profile)
+                                      "/bin"))
+                                  (setenv
+                                    "PATH"
+                                    (string-append
+                                      (ungexp %tar-bootstrap)
+                                      "/bin"))
+                                  (system* "tar" "xvf" (ungexp tarball))
+                                  (mkdir (ungexp output))
+                                  (exit (and (file-exists?
+                                               (string-append bin "/guile"))
+                                             (file-exists? store)
+                                             (every canonical?
+                                                    (find-files
+                                                      "."
+                                                      (const #t)
+                                                      #:directories?
+                                                      #t))
+                                             (string=?
+                                               (string-append
+                                                 (ungexp %bootstrap-guile)
+                                                 "/bin")
+                                               (readlink bin))
+                                             (string=?
+                                               (string-append
+                                                 ".."
+                                                 (ungexp profile)
+                                                 "/bin/guile")
+                                               (readlink "bin/Guile"))))))))))
+              (built-derivations (list check)))
+       #:guile-for-build
+       guile)))
random seed for tests: 1561227333
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/gjdyvh8skx9scs86d6mbqymwmdafgdlx-module-import-compiled.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/gj//dyvh8skx9scs86d6mbqymwmdafgdlx-module-import-compiled.drv.bz2 17498
[ 1/14] Loading './gnu/build/install.scm'...
[ 2/14] Loading './guix/build/store-copy.scm'...
[ 3/14] Loading './guix/build/union.scm'...
[ 4/14] Loading './guix/build/utils.scm'...
[ 5/14] Loading './guix/progress.scm'...
[ 6/14] Loading './guix/records.scm'...
[ 7/14] Loading './guix/sets.scm'...
[ 8/14] Compiling './gnu/build/install.scm'...
[ 9/14] Compiling './guix/build/store-copy.scm'...
[10/14] Compiling './guix/build/union.scm'...
[11/14] Compiling './guix/build/utils.scm'...
[12/14] Compiling './guix/progress.scm'...
[13/14] Compiling './guix/records.scm'...
[14/14] Compiling './guix/sets.scm'...
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/gjdyvh8skx9scs86d6mbqymwmdafgdlx-module-import-compiled.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/288bi7bwkva4cj8b3xjqqh2mpydni13m-pack.targz.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/28//8bi7bwkva4cj8b3xjqqh2mpydni13m-pack.targz.drv.bz2 17499
/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/8k2wsr667qc89hvbc8c5smy6b9q4g8c7-bootstrap-binaries-0/bin/tar: unrecognized option '--sort=name'
Try 'tar --help' or 'tar --usage' for more information.
\r^[[Kcopying 3 store items  [#################                                     ]\r^[[Kcopying 3 store items  [###################################                   ]\r^[[Kcopying 3 store items  [######################################################]\r^[[Kcopying 3 store items
tar: Option --mtime: Treating date '@1' as 1969-12-31 16:00:01
tar: Option --mtime: Treating date '@1' as 1969-12-31 16:00:01
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/etc/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/etc/profile
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/lib
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/share
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/bin
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/manifest
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/.guile-real
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/guile
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42/ec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4/gnu.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67/compare.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9/gnu.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-16.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-13.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-2.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-10.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-88.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-60.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-17.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-8.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-18.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-69.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-34.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-6.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-19.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-38.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-14.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-37.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-35.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-27.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-31.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-26.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-45.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-98.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-11.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-39.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-1.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-41.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/html.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/serialize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/indexing.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/string-utils.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/reflection.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/docbook.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/plain-text.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/bytecode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/bytecode/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/objcode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/objcode/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/compile-scheme.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/effects.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/cse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/optimize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/analyze.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/canonicalize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/fix-letrec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/peval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/compile-glil.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/inline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/primitives.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/decompile-bytecode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/compile-bytecode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/disassemble.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/compile-assembly.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/value/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/value/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/decompile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/tokenize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/base.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/array.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/function.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/impl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/macros.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/value-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/function-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/subrs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/parser.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/lexer.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/bindings.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/doc-snarf.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/frisk.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/generate-autoload.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-scheme-source.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/help.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/summarize-guile-TODO.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-text-outline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/display-commentary.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/snarf-guile-m4-docs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/punify.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/use2dot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/autofrisk.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/disassemble.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/snarf-check-and-output-texi.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/api-diff.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/lint.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-rfc822.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/scan-api.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/common.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/server.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/command.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/error-handling.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/describe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/ck.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/lalr.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/lalr.upstream.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/target.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/pmatch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/syntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/language.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/message.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/inspect.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/trap-state.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/trace.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/program.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/traps.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/vm.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/coverage.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/frame.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/instruction.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/objcode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/xref.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/foreign.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/fixnums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/flonums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/bitwise.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/inspection.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/syntactic.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/procedural.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/ports.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/syntax-case.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/enums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/bytevectors.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/lists.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/control.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/mutable-pairs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/hashtables.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/unicode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/files.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/base.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/programs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/exceptions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/sorting.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/mutable-strings.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/conditions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/internal.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/accessors.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/util.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/dispatch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/stklos.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/save.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/composite-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/describe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/active-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/input-parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SXML-tree-trans.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SSAX.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/assert.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SXPath-old.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax/input-parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/sxml-match.ss
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/match.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/fold.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/transform.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/xpath.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/apply-templates.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server/http.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/client.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/uri.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/http.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/response.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/request.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/q.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/documentation.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/history.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/deprecated.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/string-fun.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/poll.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/safe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/hcons.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/i18n.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/psyntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/serialize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/and-let-star.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/streams.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/format.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/vlist.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/eval-string.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r6rs-libraries.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/expect.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/channel.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/popen.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/threads.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/pretty-print.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/match.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/readline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/slib.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/control.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/iconv.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/time.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r4rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/session.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/save-stack.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/occam-channel.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/calling.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/poe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/scm-style-repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/stack-catch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/syncase.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/common-list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/networking.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/match.upstream.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/ls.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/ftw.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/boot-9.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/buffered-input.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/gap-buffer.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/local-eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/safe-r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/receive.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/top-repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/futures.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/regex.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/quasisyntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/weak-vector.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/getopt-long.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/posix.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/rw.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/command-line.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/mapping.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/lineio.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/optargs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/curried-definitions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/psyntax-pp.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/null.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/rdelim.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/binary-ports.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/runq.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/guile-procedures.txt
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/statprof.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4/gnu.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9/gnu.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-35.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-98.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-10.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-27.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-1.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-39.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-37.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-6.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-17.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-31.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-19.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-69.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-60.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-67.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-34.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-2.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-42.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-45.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-38.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-26.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-14.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-8.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-18.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-16.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-11.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-41.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-88.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-13.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/plain-text.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/docbook.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/indexing.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/serialize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/string-utils.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/html.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/reflection.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/bytecode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/bytecode/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/objcode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/objcode/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/compile-scheme.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/cse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/canonicalize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/peval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/primitives.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/fix-letrec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/inline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/optimize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/compile-glil.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/effects.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/analyze.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/compile-bytecode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/decompile-bytecode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/disassemble.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/compile-assembly.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/value/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/value/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/decompile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/function.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/base.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/tokenize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/array.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/impl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/value-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/subrs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/function-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/macros.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/lexer.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/bindings.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/parser.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-rfc822.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/autofrisk.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/doc-snarf.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/lint.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/api-diff.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/summarize-guile-TODO.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-text-outline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-scheme-source.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/use2dot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/snarf-check-and-output-texi.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/help.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/scan-api.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/frisk.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/snarf-guile-m4-docs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/disassemble.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/display-commentary.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/punify.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/generate-autoload.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/common.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/server.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/command.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/error-handling.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/message.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/ck.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/syntax.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/target.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/lalr.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/pmatch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/language.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/traps.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/coverage.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/vm.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/inspect.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/trace.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/instruction.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/program.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/frame.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/objcode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/trap-state.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/xref.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/foreign.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/fixnums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/bitwise.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/flonums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/inspection.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/procedural.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/syntactic.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/ports.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/exceptions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/lists.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/control.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/mutable-pairs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/mutable-strings.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/bytevectors.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/unicode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/programs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/enums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/sorting.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/syntax-case.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/base.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/hashtables.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/files.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/conditions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/accessors.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/util.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/save.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/internal.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/active-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/composite-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/dispatch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/describe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/stklos.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax/input-parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/apply-templates.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/fold.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/transform.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/xpath.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/match.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server/http.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/client.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/response.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/uri.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/http.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/request.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/poe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/r4rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/scm-style-repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/curried-definitions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/expect.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/receive.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/safe-r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/i18n.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/popen.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/poll.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/common-list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/deprecated.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/iconv.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/rw.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/local-eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/control.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/gap-buffer.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/buffered-input.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/session.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/futures.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/eval-string.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/safe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/channel.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/runq.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/ftw.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/boot-9.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/rdelim.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/readline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/occam-channel.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/psyntax-pp.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/time.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/command-line.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/syncase.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/save-stack.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/mapping.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/and-let-star.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/regex.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/serialize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/pretty-print.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/optargs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/weak-vector.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/format.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/calling.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/top-repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/stack-catch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/posix.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/hcons.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/vlist.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/q.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/getopt-long.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/binary-ports.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/streams.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/null.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/slib.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/string-fun.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/documentation.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/ls.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/threads.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/networking.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/history.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/lineio.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/match.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/statprof.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1wvgqrh278ypi79h2lh2zq0fmay7ph0y-bash
./bin/
./bin/Guile
./bin/Guile
tar: Missing links to './bin/Guile'.
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/288bi7bwkva4cj8b3xjqqh2mpydni13m-pack.targz.drv -
@ build-started /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/fj2sv5wh9pwqp47vb7nyx0dn5j8skisd-check-tarball.drv - x86_64-linux /home/mwette/proj/guix/guix-1.0.1/test-tmp/var/log/guix/drvs/fj//2sv5wh9pwqp47vb7nyx0dn5j8skisd-check-tarball.drv.bz2 17504
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/etc/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/etc/profile
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/lib
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/share
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/bin
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/01d0kjsgangfx87grmrzpbq53gcm5z74-profile/manifest
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/.guile-real
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/bin/guile
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42/ec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4/gnu.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67/compare.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9/gnu.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-16.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-13.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-2.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-42.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-10.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-4.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-67.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-88.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-60.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-17.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-8.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-18.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-69.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-34.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-6.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-19.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-38.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-14.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-37.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-35.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-27.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-9.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-31.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-26.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-45.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-98.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-11.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-39.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-1.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/srfi/srfi-41.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/html.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/serialize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/indexing.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/string-utils.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/reflection.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/docbook.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo/plain-text.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/bytecode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/bytecode/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/objcode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/objcode/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/compile-scheme.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/brainfuck/parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/effects.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/cse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/optimize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/analyze.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/canonicalize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/fix-letrec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/peval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/compile-glil.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/inline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il/primitives.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/decompile-bytecode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/compile-bytecode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly/disassemble.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil/compile-assembly.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/value/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/value/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/decompile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/scheme/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/tokenize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/base.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/array.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/function.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/ecmascript/impl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/macros.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/value-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/function-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime/subrs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/parser.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/spec.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/runtime.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/lexer.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/compile-tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/elisp/bindings.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/tree-il.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/assembly.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/language/glil.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/doc-snarf.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/frisk.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/generate-autoload.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-scheme-source.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/help.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/summarize-guile-TODO.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-text-outline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/display-commentary.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/snarf-guile-m4-docs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/punify.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/use2dot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/autofrisk.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/disassemble.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/snarf-check-and-output-texi.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/api-diff.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/lint.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/read-rfc822.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/scripts/scan-api.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/common.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/server.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/command.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/error-handling.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/repl/describe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/ck.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/lalr.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/lalr.upstream.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/target.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/pmatch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/syntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/language.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/base/message.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/inspect.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/trap-state.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/trace.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/program.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/traps.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/vm.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/coverage.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/frame.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/instruction.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/vm/objcode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/xref.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/system/foreign.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/fixnums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/flonums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/arithmetic/bitwise.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/inspection.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/syntactic.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/records/procedural.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/ports.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/io/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/syntax-case.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/enums.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/bytevectors.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/lists.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/control.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/mutable-pairs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/hashtables.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/unicode.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/files.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/base.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/programs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/exceptions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/sorting.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/mutable-strings.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs/conditions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/internal.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/accessors.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/util.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/compile.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/dispatch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/stklos.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/save.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/composite-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/describe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops/active-slot.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/oop/goops.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/input-parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SXML-tree-trans.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SSAX.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/assert.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/upstream/SXPath-old.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax/input-parse.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/sxml-match.ss
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/match.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/fold.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/transform.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/ssax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/simple.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/xpath.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/sxml/apply-templates.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server/http.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/client.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/uri.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/http.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/server.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/response.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/web/request.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/q.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/documentation.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/history.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/deprecated.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/string-fun.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/poll.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/safe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/hcons.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/i18n.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/psyntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/serialize.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/and-let-star.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/streams.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/format.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/vlist.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/eval-string.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r6rs-libraries.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/expect.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/channel.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/popen.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/threads.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/pretty-print.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/match.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/readline.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/slib.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/control.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/iconv.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/time.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r4rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/debug.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/session.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/save-stack.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/occam-channel.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/calling.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/poe.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/scm-style-repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/stack-catch.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/syncase.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/common-list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/networking.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/match.upstream.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/ls.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/ftw.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/boot-9.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/buffered-input.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/gap-buffer.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/local-eval.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/safe-r5rs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/receive.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/top-repl.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/futures.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/regex.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/quasisyntax.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/weak-vector.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/getopt-long.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/posix.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/rw.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/command-line.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/mapping.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/lineio.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/optargs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/curried-definitions.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/list.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/psyntax-pp.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/null.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/rdelim.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/binary-ports.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/ice-9/runq.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/rnrs.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/guile-procedures.txt
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/texinfo.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/share/guile/2.0/statprof.scm
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4/gnu.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9/gnu.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-35.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-98.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-10.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-27.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-1.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-39.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-37.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-6.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-17.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-31.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-19.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-69.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-60.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-67.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-34.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-2.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-4.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-42.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-45.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-38.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-26.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-14.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-8.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-18.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-9.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-16.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-11.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-41.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-88.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/srfi/srfi-13.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/plain-text.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/docbook.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/indexing.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/serialize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/string-utils.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/html.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo/reflection.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/bytecode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/bytecode/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/objcode/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/objcode/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/compile-scheme.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/brainfuck/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/cse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/canonicalize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/peval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/primitives.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/fix-letrec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/inline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/optimize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/compile-glil.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/effects.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il/analyze.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/compile-bytecode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/decompile-bytecode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly/disassemble.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/compile-assembly.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/value/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/value/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/decompile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/scheme/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/function.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/base.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/tokenize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/array.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/ecmascript/impl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/value-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/subrs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/function-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime/macros.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/spec.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/lexer.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/bindings.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/runtime.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/compile-tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/elisp/parser.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/glil.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/tree-il.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/language/assembly.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-rfc822.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/autofrisk.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/doc-snarf.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/lint.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/api-diff.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/summarize-guile-TODO.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-text-outline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/read-scheme-source.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/use2dot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/snarf-check-and-output-texi.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/help.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/scan-api.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/frisk.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/snarf-guile-m4-docs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/disassemble.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/display-commentary.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/punify.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/scripts/generate-autoload.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/common.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/server.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/command.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/repl/error-handling.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/message.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/ck.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/syntax.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/target.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/lalr.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/pmatch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/base/language.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/traps.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/coverage.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/vm.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/inspect.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/trace.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/instruction.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/program.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/frame.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/objcode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/vm/trap-state.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/xref.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/system/foreign.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/fixnums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/bitwise.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/arithmetic/flonums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/inspection.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/procedural.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/records/syntactic.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/ports.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/io/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/exceptions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/lists.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/control.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/mutable-pairs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/mutable-strings.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/bytevectors.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/unicode.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/programs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/enums.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/sorting.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/syntax-case.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/base.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/hashtables.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/files.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs/conditions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/accessors.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/util.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/compile.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/save.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/internal.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/active-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/composite-slot.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/dispatch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/describe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops/stklos.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/oop/goops.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax/input-parse.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/apply-templates.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/fold.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/transform.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/simple.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/ssax.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/xpath.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/sxml/match.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server/http.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/client.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/response.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/server.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/uri.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/http.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/web/request.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/poe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/r4rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/scm-style-repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/curried-definitions.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/expect.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/receive.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/safe-r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/i18n.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/popen.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/poll.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/common-list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/deprecated.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/iconv.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/rw.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/local-eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/control.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/gap-buffer.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/buffered-input.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/session.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/futures.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/eval-string.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/safe.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/channel.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/runq.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/ftw.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/boot-9.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/r5rs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/rdelim.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/readline.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/occam-channel.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/psyntax-pp.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/time.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/command-line.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/syncase.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/save-stack.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/mapping.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/and-let-star.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/regex.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/serialize.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/pretty-print.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/optargs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/eval.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/weak-vector.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/debug.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/format.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/calling.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/top-repl.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/stack-catch.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/posix.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/hcons.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/vlist.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/q.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/getopt-long.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/binary-ports.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/streams.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/null.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/slib.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/string-fun.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/documentation.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/ls.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/threads.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/list.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/networking.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/history.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/lineio.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/ice-9/match.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/texinfo.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/rnrs.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1xkg9yy7hv1k951n2w8rz3jaxq9cfks7-guile-bootstrap-2.0/lib/guile/2.0/ccache/statprof.go
./home/mwette/proj/guix/guix-1.0.1/test-tmp/store/1wvgqrh278ypi79h2lh2zq0fmay7ph0y-bash
./bin/
./bin/Guile
./bin/Guile
@ build-succeeded /home/mwette/proj/guix/guix-1.0.1/test-tmp/store/fj2sv5wh9pwqp47vb7nyx0dn5j8skisd-check-tarball.drv -
actual-value: #t
result: PASS

test-name: self-contained-tarball + localstatedir
location: /home/mwette/proj/guix/guix-1.0.1/tests/pack.scm:117
source:
+ (test-assert
+   "self-contained-tarball + localstatedir"
+   (let ((guile (package-derivation store %bootstrap-guile)))
+     (run-with-store
+       store
+       (mlet* %store-monad
+              ((guile (set-guile-for-build (default-guile)))
+               (profile
+                 (profile-derivation
+                   (packages->manifest (list %bootstrap-guile))
+                   #:hooks
+                   '()
+                   #:locales?
+                   #f))
+               (tarball
+                 (self-contained-tarball
+                   "tar-pack"
+                   profile
+                   #:localstatedir?
+                   #t))
+               (check (gexp->derivation
+                        "check-tarball"
+                        (gexp (let ((bin (string-append
+                                           "."
+                                           (ungexp profile)
+                                           "/bin")))
+                                (setenv
+                                  "PATH"
+                                  (string-append
+                                    (ungexp %tar-bootstrap)
+                                    "/bin"))
+                                (system* "tar" "xvf" (ungexp tarball))
+                                (mkdir (ungexp output))
+                                (exit (and (file-exists?
+                                             "var/guix/db/db.sqlite")
+                                           (string=?
+                                             (string-append
+                                               (ungexp %bootstrap-guile)
+                                               "/bin")
+                                             (readlink bin)))))))))
+              (built-derivations (list check)))
+       #:guile-for-build
+       guile)))
result: SKIP

test-name: docker-image + localstatedir
location: /home/mwette/proj/guix/guix-1.0.1/tests/pack.scm:140
source:
+ (test-assert
+   "docker-image + localstatedir"
+   (let ((guile (package-derivation store %bootstrap-guile)))
+     (run-with-store
+       store
+       (mlet* %store-monad
+              ((guile (set-guile-for-build (default-guile)))
+               (profile
+                 (profile-derivation
+                   (packages->manifest (list %bootstrap-guile))
+                   #:hooks
+                   '()
+                   #:locales?
+                   #f))
+               (tarball
+                 (docker-image
+                   "docker-pack"
+                   profile
+                   #:symlinks
+                   '(("/bin/Guile" -> "bin/guile"))
+                   #:localstatedir?
+                   #t))
+               (check (gexp->derivation
+                        "check-tarball"
+                        (with-imported-modules
+                          '((guix build utils))
+                          (gexp (begin
+                                  (use-modules
+                                    (guix build utils)
+                                    (ice-9 match))
+                                  (define bin
+                                    (string-append
+                                      "."
+                                      (ungexp profile)
+                                      "/bin"))
+                                  (setenv
+                                    "PATH"
+                                    (string-append
+                                      (ungexp %tar-bootstrap)
+                                      "/bin"))
+                                  (mkdir "base")
+                                  (with-directory-excursion
+                                    "base"
+                                    (invoke "tar" "xvf" (ungexp tarball)))
+                                  (match (find-files "base" "layer.tar")
+                                         ((layer) (invoke "tar" "xvf" layer)))
+                                  (when (and (file-exists?
+                                               (string-append bin "/guile"))
+                                             (file-exists?
+                                               "var/guix/db/db.sqlite")
+                                             (string=?
+                                               (string-append
+                                                 (ungexp %bootstrap-guile)
+                                                 "/bin")
+                                               (pk 'binlink (readlink bin)))
+                                             (string=?
+                                               (string-append
+                                                 (ungexp profile)
+                                                 "/bin/guile")
+                                               (pk 'guilelink
+                                                   (readlink "bin/Guile"))))
+                                        (mkdir (ungexp output)))))))))
+              (built-derivations (list check)))
+       #:guile-for-build
+       guile)))
result: SKIP

test-name: squashfs-image + localstatedir
location: /home/mwette/proj/guix/guix-1.0.1/tests/pack.scm:180
source:
+ (test-assert
+   "squashfs-image + localstatedir"
+   (let ((guile (package-derivation store %bootstrap-guile)))
+     (run-with-store
+       store
+       (mlet* %store-monad
+              ((guile (set-guile-for-build (default-guile)))
+               (profile
+                 (profile-derivation
+                   (packages->manifest (list %bootstrap-guile))
+                   #:hooks
+                   '()
+                   #:locales?
+                   #f))
+               (image (squashfs-image
+                        "squashfs-pack"
+                        profile
+                        #:symlinks
+                        '(("/bin" -> "bin"))
+                        #:localstatedir?
+                        #t))
+               (check (gexp->derivation
+                        "check-tarball"
+                        (with-imported-modules
+                          '((guix build utils))
+                          (gexp (begin
+                                  (use-modules
+                                    (guix build utils)
+                                    (ice-9 match))
+                                  (define bin
+                                    (string-append
+                                      "."
+                                      (ungexp profile)
+                                      "/bin"))
+                                  (setenv
+                                    "PATH"
+                                    (string-append
+                                      (ungexp squashfs-tools-next)
+                                      "/bin"))
+                                  (invoke "unsquashfs" (ungexp image))
+                                  (with-directory-excursion
+                                    "squashfs-root"
+                                    (when (and (file-exists?
+                                                 (string-append bin "/guile"))
+                                               (file-exists?
+                                                 "var/guix/db/db.sqlite")
+                                               (string=?
+                                                 (string-append
+                                                   (ungexp %bootstrap-guile)
+                                                   "/bin")
+                                                 (pk 'binlink (readlink bin)))
+                                               (string=?
+                                                 (string-drop
+                                                   (string-append
+                                                     (ungexp profile)
+                                                     "/bin")
+                                                   1)
+                                                 (pk 'guilelink
+                                                     (readlink "bin"))))
+                                          (mkdir (ungexp output))))))))))
+              (built-derivations (list check)))
+       #:guile-for-build
+       guile)))
result: SKIP


FAIL: tests/guix-build-branch
=============================

accepted connection from pid 18056, user mwette
+ guix build --version
guix build (GNU Guix) 1.0.1
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
+ guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)'
++ guix build guile-gcrypt -d
accepted connection from pid 18073, user mwette
+ orig_drv=/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/18ck9672wax2asspiin305l3drpjq8g3-guile-gcrypt-0.1.0.drv
++ guix build guile-gcrypt --with-branch=guile-gcrypt=master -d
accepted connection from pid 18078, user mwette
updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...
guix build: error: cannot fetch branch 'master' from https://notabug.org/cwebber/guile-gcrypt.git: failed to resolve path '/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/18047/cache-18047/guix/checkouts/yxwtks42sv5sew5opm5xd3umk7xmxwfr2vgde5nsbfj6fmb5epmq': No such file or directory
+ latest_drv=
./test-env: line 1: 18055 Terminated              "/home/mwette/proj/guix/guix-1.0.1/pre-inst-env" "/home/mwette/proj/guix/guix-1.0.1/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL"
FAIL tests/guix-build-branch.sh (exit status: 1)

SKIP: tests/guix-pack-localstatedir
===================================

accepted connection from pid 18363, user mwette
+ guix pack --version
guix pack (GNU Guix) 1.0.1
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
++ guile -c '(use-modules (guix config))(display %storedir)'
+ storedir=/gnu/store
++ guile -c '(use-modules (guix config))(display %localstatedir)'
+ localstatedir=/opt/local/var
+ NIX_STORE_DIR=/gnu/store
+ GUIX_DAEMON_SOCKET=/opt/local/var/guix/daemon-socket/socket
+ export NIX_STORE_DIR GUIX_DAEMON_SOCKET
+ guile -c '(use-modules (guix)) (exit (false-if-exception (open-connection)))'
+ exit 77
./test-env: line 1: 18362 Terminated              "/home/mwette/proj/guix/guix-1.0.1/pre-inst-env" "/home/mwette/proj/guix/guix-1.0.1/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL"
SKIP tests/guix-pack-localstatedir.sh (exit status: 77)

SKIP: tests/guix-pack-relocatable
=================================

accepted connection from pid 18403, user mwette
+ guix pack --version
guix pack (GNU Guix) 1.0.1
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
++ guile -c '(use-modules (guix config))(display %storedir)'
+ storedir=/gnu/store
++ guile -c '(use-modules (guix config))(display %localstatedir)'
+ localstatedir=/opt/local/var
+ NIX_STORE_DIR=/gnu/store
+ GUIX_DAEMON_SOCKET=/opt/local/var/guix/daemon-socket/socket
+ export NIX_STORE_DIR GUIX_DAEMON_SOCKET
+ guile -c '(use-modules (guix)) (exit (false-if-exception (open-connection)))'
+ exit 77
./test-env: line 1: 18402 Terminated              "/home/mwette/proj/guix/guix-1.0.1/pre-inst-env" "/home/mwette/proj/guix/guix-1.0.1/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL"
SKIP tests/guix-pack-relocatable.sh (exit status: 77)

SKIP: tests/guix-describe
=========================

accepted connection from pid 20677, user mwette
+ guix describe --version
guix describe (GNU Guix) 1.0.1
Copyright (C) 2019 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
+ tmpfile=t-guix-describe-20685
+ trap 'rm -f t-guix-describe-20685' EXIT
+ rm -f t-guix-describe-20685
+ '[' -d /home/mwette/proj/guix/guix-1.0.1/.git ']'
+ exit 77
+ rm -f t-guix-describe-20685
./test-env: line 1: 20676 Terminated              "/home/mwette/proj/guix/guix-1.0.1/pre-inst-env" "/home/mwette/proj/guix/guix-1.0.1/guix-daemon" --disable-chroot --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL"
SKIP tests/guix-describe.sh (exit status: 77)


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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-22 14:25 bug#36330: guix-build-branch.sh failed on Fedora 29 Matt Wette
@ 2019-06-24  8:26 ` Ludovic Courtès
  2019-06-24 12:37   ` Matt Wette
  0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2019-06-24  8:26 UTC (permalink / raw)
  To: Matt Wette; +Cc: 36330

Hi Matt,

Matt Wette <matt.wette@gmail.com> skribis:

> FAIL: tests/guix-build-branch
> =============================
>
> accepted connection from pid 18056, user mwette
> + guix build --version
> guix build (GNU Guix) 1.0.1
> Copyright (C) 2019 the Guix authors
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> + guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)'
> ++ guix build guile-gcrypt -d
> accepted connection from pid 18073, user mwette
> + orig_drv=/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/18ck9672wax2asspiin305l3drpjq8g3-guile-gcrypt-0.1.0.drv
> ++ guix build guile-gcrypt --with-branch=guile-gcrypt=master -d
> accepted connection from pid 18078, user mwette
> updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...
> guix build: error: cannot fetch branch 'master' from https://notabug.org/cwebber/guile-gcrypt.git: failed to resolve path '/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/18047/cache-18047/guix/checkouts/yxwtks42sv5sew5opm5xd3umk7xmxwfr2vgde5nsbfj6fmb5epmq': No such file or directory

It looks like the directory where Guix was attempting to store the
checkout of guile-gcrypt disappeared under its feet.  I wonder if this
could be due to parallel builds (“make check -j”).

Does it work if you run this test specifically?

  make check TESTS=tests/guix-build-branch.sh

?

Regardless, this is a harmless issue.

Thank you,
Ludo’.

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-24  8:26 ` Ludovic Courtès
@ 2019-06-24 12:37   ` Matt Wette
  2019-06-24 18:54     ` Ludovic Courtès
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Wette @ 2019-06-24 12:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36330

On 6/24/19 1:26 AM, Ludovic Courtès wrote:

> make check TESTS=tests/guix-build-branch.sh

I did not use "-j" and the above fails also.

In addition,

$ guix install glibc-locales

failed as well.  I don't remember the error message.
I will see if I can find a log.

Thanks for responding,
Matt

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-24 12:37   ` Matt Wette
@ 2019-06-24 18:54     ` Ludovic Courtès
  2019-06-25  2:31       ` Matt Wette
  0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2019-06-24 18:54 UTC (permalink / raw)
  To: Matt Wette; +Cc: 36330

Hello,

Matt Wette <matt.wette@gmail.com> skribis:

> On 6/24/19 1:26 AM, Ludovic Courtès wrote:
>
>> make check TESTS=tests/guix-build-branch.sh
>
> I did not use "-j" and the above fails also.

Does it fail in the same way?

What does this command return:

  readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

?

> In addition,
>
> $ guix install glibc-locales
>
> failed as well.  I don't remember the error message.
> I will see if I can find a log.

Please open a separate bug report when you have more info.

Thank you,
Ludo’.

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-24 18:54     ` Ludovic Courtès
@ 2019-06-25  2:31       ` Matt Wette
  2019-06-25 14:02         ` Ludovic Courtès
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Wette @ 2019-06-25  2:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36330

On 6/24/19 11:54 AM, Ludovic Courtès wrote:

> readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

[mwette@localhost ~]$ readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

/home/mwette/proj/guix/guix-1.0.1/test-tmp/var

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-25  2:31       ` Matt Wette
@ 2019-06-25 14:02         ` Ludovic Courtès
  2019-06-26  2:13           ` Matt Wette
  0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2019-06-25 14:02 UTC (permalink / raw)
  To: Matt Wette; +Cc: 36330

Hello Matt,

Matt Wette <matt.wette@gmail.com> skribis:

> On 6/24/19 11:54 AM, Ludovic Courtès wrote:
>
>> readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var
>
> [mwette@localhost ~]$ readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var
>
> /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

Hmm I’m running out of ideas.

Would you like to edit the test, add ‘strace -s 200 -o log’ there before
the “guix build --with-branch” command?

Thanks for helping,
Ludo’.

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-25 14:02         ` Ludovic Courtès
@ 2019-06-26  2:13           ` Matt Wette
  2019-07-02 15:10             ` Ludovic Courtès
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Wette @ 2019-06-26  2:13 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36330

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


> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
> the “guix build --with-branch” command?
>
> Thanks for helping,
> Ludo’.

log attached


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

execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix", "build", "--version"], 0x7ffd701d92e0 /* 76 vars */) = 0
brk(NULL)                               = 0xa72000
arch_prctl(0x3001 /* ARCH_??? */, 0x7fff1dd77640) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64", 0x7fff1dd76890) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`n\3\0\0\0\0\0@\0\0\0\0\0\0\0\2300d\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0&\0%\0\1\0\0\0\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\250\27\3\0\0\0\0\0\250\27\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \3\0\0\0\0\0\0 \3\0\0\0\0\0\0 \3\0\0\0\0\0\241k\n\0\0\0\0\0\241k\n\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\r\0\0\0\0\0\0\220\r\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=6568472, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d955000
mmap(NULL, 1239496, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d826000
mmap(0x7f5d9d858000, 684032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f5d9d858000
mmap(0x7f5d9d8ff000, 237568, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd9000) = 0x7f5d9d8ff000
mmap(0x7f5d9d939000, 77824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7f5d9d939000
mmap(0x7f5d9d94c000, 35272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d94c000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f5d9d80e000
close(3)                                = 0
openat(AT_FDCWD, "/lib64/libgc.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320h\0\0\0\0\0\0@\0\0\0\0\0\0\0\320\307\2\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\36\0\35\0\1\0\0\0\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\0([\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\311|\1\0\0\0\0\0\311|\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0"..., 832) = 832
lseek(3, 160440, SEEK_SET)              = 160440
read(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
fstat(3, {st_mode=S_IFREG|0755, st_size=184144, ...}) = 0
lseek(3, 160440, SEEK_SET)              = 160440
read(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
mmap(NULL, 1431456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d6b0000
mmap(0x7f5d9d6b6000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f5d9d6b6000
mmap(0x7f5d9d6ce000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f5d9d6ce000
mmap(0x7f5d9d6d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f5d9d6d8000
mmap(0x7f5d9d6da000, 1259424, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d6da000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\"\0\0\0\0\0\0@\0\0\0\0\0\0\0000\240\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\0P\25\0\0\0\0\0\0P\25\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0005M\0\0\0\0\0\0005M\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=42736, ...}) = 0
mmap(NULL, 42184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d6a5000
mprotect(0x7f5d9d6a7000, 28672, PROT_NONE) = 0
mmap(0x7f5d9d6a7000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5d9d6a7000
mmap(0x7f5d9d6ac000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f5d9d6ac000
mmap(0x7f5d9d6ae000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f5d9d6ae000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\00002\1\0\0\0\0\0@\0\0\0\0\0\0\0H\353\32\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0p\t\1\0\0\0\0\0p\t\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0mf\3\0\0\0\0\0mf\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\200\4\0\0\0\0\0\0\200\4\0\0\0\0\0"..., 832) = 832
lseek(3, 1566528, SEEK_SET)             = 1566528
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=1765960, ...}) = 0
lseek(3, 1566528, SEEK_SET)             = 1566528
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1587432, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d521000
mmap(0x7f5d9d532000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f5d9d532000
mmap(0x7f5d9d569000, 1273856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f5d9d569000
mmap(0x7f5d9d6a0000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17e000) = 0x7f5d9d6a0000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\306\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\33\n\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\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\08\257\0\0\0\0\0\08\257\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\260\0\0\0\0\0\0\0\260\0\0\0\0\0\0\0\260\0\0\0\0\0\0\361s\5\0\0\0\0\0\361s\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\6\0\0\0\0\0\0000\6\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=664080, ...}) = 0
mmap(NULL, 512160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d4a3000
mprotect(0x7f5d9d4ae000, 458752, PROT_NONE) = 0
mmap(0x7f5d9d4ae000, 360448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f5d9d4ae000
mmap(0x7f5d9d506000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) = 0x7f5d9d506000
mmap(0x7f5d9d51e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f5d9d51e000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libltdl.so.7", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320(\0\0\0\0\0\0@\0\0\0\0\0\0\0H\256\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\300\36\0\0\0\0\0\0\300\36\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\305L\0\0\0\0\0\0\305L\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
lseek(3, 35952, SEEK_SET)               = 35952
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=46408, ...}) = 0
lseek(3, 35952, SEEK_SET)               = 35952
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 45160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d497000
mprotect(0x7f5d9d499000, 32768, PROT_NONE) = 0
mmap(0x7f5d9d499000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5d9d499000
mmap(0x7f5d9d49e000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f5d9d49e000
mmap(0x7f5d9d4a1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f5d9d4a1000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
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@\0\0\0\0\0\0\0\330I\3\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\08\24\0\0\0\0\0\08\24\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\rM\1\0\0\0\0\0\rM\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\1\0\0\0\0\0\0p\1\0\0\0\0\0"..., 832) = 832
lseek(3, 199368, SEEK_SET)              = 199368
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=217304, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d495000
lseek(3, 199368, SEEK_SET)              = 199368
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 242344, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d459000
mprotect(0x7f5d9d45b000, 196608, PROT_NONE) = 0
mmap(0x7f5d9d45b000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5d9d45b000
mmap(0x7f5d9d470000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f5d9d470000
mmap(0x7f5d9d48b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0x7f5d9d48b000
mmap(0x7f5d9d48c000, 33448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d48c000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\324\0\0\0\0\0\0@\0\0\0\0\0\0\0\210\265\37\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0%\0$\0\1\0\0\0\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\350\300\0\0\0\0\0\0\350\300\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0i\366\t\0\0\0\0\0i\366\t\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\320\n\0\0\0\0\0\0\320\n\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2080456, ...}) = 0
mmap(NULL, 1585472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d2d5000
mmap(0x7f5d9d2e2000, 655360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f5d9d2e2000
mmap(0x7f5d9d382000, 872448, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xad000) = 0x7f5d9d382000
mmap(0x7f5d9d457000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f5d9d457000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340q\0\0\0\0\0\0@\0\0\0\0\0\0\0@\350\3\0\0\0\0\0\0\0\0\0@\08\0\f\0@\0(\0'\0\6\0\0\0\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\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\240k\1\0\0\0\0\0\240k\1\0\0\0\0\0\240k\1\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=258624, ...}) = 0
lseek(3, 808, SEEK_SET)                 = 808
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 136384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d2b3000
mmap(0x7f5d9d2b9000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f5d9d2b9000
mmap(0x7f5d9d2c9000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f5d9d2c9000
mmap(0x7f5d9d2cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f5d9d2cf000
mmap(0x7f5d9d2d1000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d2d1000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 E\2\0\0\0\0\0@\0\0\0\0\0\0\0Pr*\0\0\0\0\0\0\0\0\0@\08\0\r\0@\0K\0J\0\6\0\0\0\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\330\2\0\0\0\0\0\0\330\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0000\3\31\0\0\0\0\0000\3\31\0\0\0\0\0000\3\31\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
lseek(3, 792, SEEK_SET)                 = 792
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\273\200t>\36\363\345\222B\324P\35\374\257\331h5{\220\334\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0", 68) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2786576, ...}) = 0
lseek(3, 792, SEEK_SET)                 = 792
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\273\200t>\36\363\345\222B\324P\35\374\257\331h5{\220\334\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0", 68) = 68
lseek(3, 864, SEEK_SET)                 = 864
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1857568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d0ed000
mprotect(0x7f5d9d10f000, 1679360, PROT_NONE) = 0
mmap(0x7f5d9d10f000, 1363968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f5d9d10f000
mmap(0x7f5d9d25c000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16f000) = 0x7f5d9d25c000
mmap(0x7f5d9d2a9000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f5d9d2a9000
mmap(0x7f5d9d2af000, 14368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d2af000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\22\0\0\0\0\0\0@\0\0\0\0\0\0\0\10j\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\"\0!\0\1\0\0\0\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\210\16\0\0\0\0\0\0\210\16\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0y\20\0\0\0\0\0\0y\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=29320, ...}) = 0
mmap(NULL, 20784, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d0e7000
mmap(0x7f5d9d0e8000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f5d9d0e8000
mmap(0x7f5d9d0ea000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f5d9d0ea000
mmap(0x7f5d9d0eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f5d9d0eb000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libatomic_ops.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libatomic_ops.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\3103\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\33\0\32\0\1\0\0\0\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\0P\7\0\0\0\0\0\0P\7\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\251\5\0\0\0\0\0\0\251\5\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=14984, ...}) = 0
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d0e2000
mmap(0x7f5d9d0e3000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f5d9d0e3000
mmap(0x7f5d9d0e4000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5d9d0e4000
mmap(0x7f5d9d0e5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f5d9d0e5000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2205\0\0\0\0\0\0@\0\0\0\0\0\0\0\270\223\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0 \0\37\0\1\0\0\0\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\240(\0\0\0\0\0\0\240(\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\5\22\1\0\0\0\0\0\5\22\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0"..., 832) = 832
lseek(3, 98104, SEEK_SET)               = 98104
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=105400, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d0e0000
lseek(3, 98104, SEEK_SET)               = 98104
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 107568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f5d9d0c5000
mprotect(0x7f5d9d0c8000, 90112, PROT_NONE) = 0
mmap(0x7f5d9d0c8000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f5d9d0c8000
mmap(0x7f5d9d0da000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f5d9d0da000
mmap(0x7f5d9d0de000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f5d9d0de000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d0c2000
arch_prctl(ARCH_SET_FS, 0x7f5d9d0c2740) = 0
mprotect(0x7f5d9d2a9000, 16384, PROT_READ) = 0
mprotect(0x7f5d9d0de000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d0e5000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d0eb000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d2cf000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d457000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d48b000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d4a1000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d51e000, 8192, PROT_READ) = 0
mprotect(0x7f5d9d6a0000, 16384, PROT_READ) = 0
mprotect(0x7f5d9d6ae000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d6d8000, 4096, PROT_READ) = 0
mprotect(0x7f5d9d939000, 20480, PROT_READ) = 0
mprotect(0x403000, 4096, PROT_READ)     = 0
mprotect(0x7f5d9d981000, 4096, PROT_READ) = 0
munmap(0x7f5d9d80e000, 96686)           = 0
set_tid_address(0x7f5d9d0c2a10)         = 21210
set_robust_list(0x7f5d9d0c2a20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f5d9d2b9c50, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f5d9d2c6070}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f5d9d2b9ce0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f5d9d2c6070}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
futex(0x7f5d9d94ee78, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL)                               = 0xa72000
brk(0xa93000)                           = 0xa93000
brk(NULL)                               = 0xa93000
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "00400000-00401000 r--p 00000000 fd:03 8781840                            /opt/local/bin/guile\n00401000-00402000 r-xp 00001000 fd:03 8781840                            /opt/local/bin/guile\n00402000-004"..., 1024) = 1024
read(3, "90223.so.1\n7f5d9d0de000-7f5d9d0df000 r--p 00018000 fd:00 6292573                    /usr/lib64/libgcc_s-8-20190223.so.1\n7f5d9d0df000-7f5d9d0e0000 rw-p 00019000 fd:00 6292573                    /usr/li"..., 1024) = 1024
read(3, "5d9d0eb000 r--p 00003000 fd:00 6295795                    /usr/lib64/libdl-2.28.so\n7f5d9d0eb000-7f5d9d0ec000 r--p 00003000 fd:00 6295795                    /usr/lib64/libdl-2.28.so\n7f5d9d0ec000-7f5d9d"..., 1024) = 1024
read(3, "0-7f5d9d2c9000 r-xp 00006000 fd:00 6296758                    /usr/lib64/libpthread-2.28.so\n7f5d9d2c9000-7f5d9d2cf000 r--p 00016000 fd:00 6296758                    /usr/lib64/libpthread-2.28.so\n7f5d9"..., 1024) = 1024
read(3, "ypt.so.1.1.0\n7f5d9d45b000-7f5d9d470000 r-xp 00002000 fd:00 6292096                    /usr/lib64/libcrypt.so.1.1.0\n7f5d9d470000-7f5d9d48a000 r--p 00017000 fd:00 6292096                    /usr/lib64/l"..., 1024) = 1024
read(3, "5398                    /usr/lib64/libltdl.so.7.3.1\n7f5d9d4a3000-7f5d9d4ae000 r--p 00000000 fd:00 6299872                    /usr/lib64/libgmp.so.10.3.2\n7f5d9d4ae000-7f5d9d506000 r-xp 0000b000 fd:00 6"..., 1024) = 1024
read(3, "05767                    /usr/lib64/libunistring.so.2.1.0\n7f5d9d6a4000-7f5d9d6a5000 rw-p 00182000 fd:00 6305767                    /usr/lib64/libunistring.so.2.1.0\n7f5d9d6a5000-7f5d9d6a7000 r--p 00000"..., 1024) = 1024
read(3, "           /usr/lib64/libgc.so.1.3.2\n7f5d9d6d8000-7f5d9d6d9000 r--p 00027000 fd:00 6305165                    /usr/lib64/libgc.so.1.3.2\n7f5d9d6d9000-7f5d9d6da000 rw-p 00028000 fd:00 6305165           "..., 1024) = 1024
read(3, "6294661                    /usr/lib64/ld-2.28.so\n7f5d9d978000-7f5d9d980000 r--p 00021000 fd:00 6294661                    /usr/lib64/ld-2.28.so\n7f5d9d981000-7f5d9d982000 r--p 00029000 fd:00 6294661   "..., 1024) = 708
close(3)                                = 0
sched_getaffinity(21210, 32, [0, 1])    = 8
brk(NULL)                               = 0xa93000
brk(NULL)                               = 0xa93000
brk(0xad3000)                           = 0xad3000
brk(NULL)                               = 0xad3000
brk(NULL)                               = 0xad3000
brk(0xb13000)                           = 0xb13000
brk(NULL)                               = 0xb13000
brk(NULL)                               = 0xb13000
brk(0xb53000)                           = 0xb53000
brk(NULL)                               = 0xb53000
brk(NULL)                               = 0xb53000
brk(0xb93000)                           = 0xb93000
brk(NULL)                               = 0xb93000
brk(NULL)                               = 0xb93000
brk(0xbd3000)                           = 0xbd3000
brk(NULL)                               = 0xbd3000
brk(NULL)                               = 0xbd3000
brk(0xc13000)                           = 0xc13000
rt_sigaction(SIGPWR, {sa_handler=0x7f5d9d6cd050, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f5d9d2c6070}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {sa_handler=0x7f5d9d6ccdf0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f5d9d2c6070}, NULL, 8) = 0
openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
read(3, "cpu  2095810 15357 159939 73862785 36632 16866 11222 0 0 0\ncpu0 1057725 8555 80034 36917222 22043 8633 4520 0 0 0\ncpu1 1038084 6802 79905 36945562 14589 8233 6701 0 0 0\nintr 46022968 15 0 0 0 0 0 0 0 "..., 4096) = 1251
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5d9c8c1000
mprotect(0x7f5d9c8c2000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f5d9d0c0fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f5d9d0c19d0, tls=0x7f5d9d0c1700, child_tidptr=0x7f5d9d0c19d0) = 21211
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71ab6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f5d9d71ab6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
brk(NULL)                               = 0xc13000
brk(NULL)                               = 0xc13000
brk(0xd13000)                           = 0xd13000
pipe2([3, 4], O_CLOEXEC)                = 0
futex(0x7f5d9d94ed48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/opt/local/lib/charset.alias", O_RDONLY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=7537038}) = 0
openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=26398, ...}) = 0
mmap(NULL, 26398, PROT_READ, MAP_SHARED, 5, 0) = 0x7f5d9d81f000
close(5)                                = 0
futex(0x7f5d9d2aea28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(0x1, 0x9), ...}) = 0
ioctl(5, TCGETS, 0x7fff1dd77250)        = -1 EINVAL (Invalid argument)
read(5, "\246d\271\347\206\376\243\2R7)\356\303\3\352;\3230.~*+c\320\247\344+\362\1W\341\1\337\370\246\21\336\0355\334\30|\344\246\365\373_vQ'yq\332_6\222)\25\332E\214V\225\203\316\314\\\204w^\320}\6\300L+\366\333J8\24@\274h\241\205\355\232*l\305p\327|\265\366\344\244&\366\256\344\6@Q\7O\325z\205d\233\333\276\320\315S\237\276^K\373\337^\30\"\226\250\316\342%QCm\233\342\371.\22k\271\203\314G3\301\313A\327\n'\377\32\377\341\351\300\1\374\21\236\245\24Q)Fh%\37\247\362\1r_\256I\271\320\233OA}\307\205u'\256\344\17\213gP\375\20\16\233`\241\223H"..., 4096) = 4096
close(5)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d980000
fcntl(0, F_GETFL)                       = 0x402 (flags O_RDWR|O_APPEND)
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, 0x7fff1dd77450)        = -1 ENOTTY (Inappropriate ioctl for device)
fcntl(1, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(1, {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
lseek(1, 0, SEEK_CUR)                   = 92
ioctl(2, TCGETS, 0x7fff1dd77450)        = -1 ENOTTY (Inappropriate ioctl for device)
fcntl(2, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(2, {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
lseek(2, 0, SEEK_CUR)                   = 92
openat(AT_FDCWD, "/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\250<\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0!\0 \0\1\0\0\0\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`\6\0\0\0\0\0\0`\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\221\v\0\0\0\0\0\0\221\v\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=17640, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f5d9d81a000
mmap(0x7f5d9d81b000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7f5d9d81b000
mmap(0x7f5d9d81c000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f5d9d81c000
mmap(0x7f5d9d81d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f5d9d81d000
close(5)                                = 0
mprotect(0x7f5d9d81d000, 4096, PROT_READ) = 0
brk(NULL)                               = 0xd13000
brk(0xd34000)                           = 0xd34000
brk(NULL)                               = 0xd34000
brk(0xd3c000)                           = 0xd3c000
brk(NULL)                               = 0xd3c000
brk(NULL)                               = 0xd3c000
brk(0xd34000)                           = 0xd34000
brk(NULL)                               = 0xd34000
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/eval.scm", {st_mode=S_IFREG|0644, st_size=25718, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.go", 0x7fff1dd77260) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/eval.go", {st_mode=S_IFREG|0644, st_size=90757, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 90757
mmap(NULL, 90757, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c8aa000
close(5)                                = 0
mprotect(0x7f5d9c8ba000, 3120, PROT_READ|PROT_WRITE) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/init.scm", 0x7fff1dd77440) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.scm", 0x7fff1dd77380) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9", 0x7fff1dd77380) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.scm", 0x7fff1dd77380) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9", 0x7fff1dd77380) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/boot-9.scm", {st_mode=S_IFREG|0644, st_size=147360, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.go", 0x7fff1dd77190) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0644, st_size=580061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 580061
mmap(NULL, 580061, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c81c000
close(5)                                = 0
mprotect(0x7f5d9c86c000, 127872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0644, st_size=185011, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0644, st_size=505893, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 505893
mmap(NULL, 505893, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c7a0000
close(5)                                = 0
mprotect(0x7f5d9c7f0000, 62776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/posix.scm", {st_mode=S_IFREG|0644, st_size=2793, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/posix.go", {st_mode=S_IFREG|0644, st_size=75315, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 75315
mmap(NULL, 75315, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c78d000
close(5)                                = 0
mprotect(0x7f5d9c79d000, 2784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/networking.scm", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/networking.go", {st_mode=S_IFREG|0644, st_size=76691, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 76691
mmap(NULL, 76691, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c77a000
close(5)                                = 0
mprotect(0x7f5d9c78a000, 3328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/deprecated.scm", {st_mode=S_IFREG|0644, st_size=3023, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0644, st_size=114997, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 114997
mmap(NULL, 114997, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c75d000
close(5)                                = 0
mprotect(0x7f5d9c76d000, 32456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.scm", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.scm", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/threads.scm", {st_mode=S_IFREG|0644, st_size=12839, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.go", 0x7fff1dd76ab0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/threads.go", {st_mode=S_IFREG|0644, st_size=90645, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 90645
mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c746000
close(5)                                = 0
mprotect(0x7f5d9c756000, 13760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/match.scm", {st_mode=S_IFREG|0644, st_size=2045, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.go", 0x7fff1dd76740) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/match.go", {st_mode=S_IFREG|0644, st_size=314821, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 314821
mmap(NULL, 314821, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c6f9000
close(5)                                = 0
mprotect(0x7f5d9c729000, 91072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/control.scm", {st_mode=S_IFREG|0644, st_size=4181, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.go", 0x7fff1dd76740) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/control.go", {st_mode=S_IFREG|0644, st_size=80117, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 80117
mmap(NULL, 80117, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c6e5000
close(5)                                = 0
mprotect(0x7f5d9c6f5000, 9392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.scm", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures", 0x7fff1dd76930) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/futures.scm", {st_mode=S_IFREG|0644, st_size=10739, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.go", 0x7fff1dd76740) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/futures.go", {st_mode=S_IFREG|0644, st_size=196485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 196485
mmap(NULL, 196485, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c6b5000
close(5)                                = 0
mprotect(0x7f5d9c6d5000, 46856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-1.scm", {st_mode=S_IFREG|0644, st_size=30122, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.go", 0x7fff1dd763d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0644, st_size=106213, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 106213
mmap(NULL, 106213, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c69b000
close(5)                                = 0
mprotect(0x7f5d9c6ab000, 14960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-9.scm", {st_mode=S_IFREG|0644, st_size=13734, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.go", 0x7fff1dd763d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0644, st_size=108973, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 108973
mmap(NULL, 108973, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c680000
close(5)                                = 0
mprotect(0x7f5d9c690000, 30152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.scm", 0x7fff1dd76250) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck", 0x7fff1dd76250) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.scm", 0x7fff1dd76250) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck", 0x7fff1dd76250) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/ck.scm", {st_mode=S_IFREG|0644, st_size=2201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.go", 0x7fff1dd76060) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/ck.go", {st_mode=S_IFREG|0644, st_size=73533, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/ck.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 73533
mmap(NULL, 73533, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c66e000
close(5)                                = 0
mprotect(0x7f5d9c67e000, 5064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0644, st_size=6471, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.go", 0x7fff1dd763d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0644, st_size=85685, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 85685
mmap(NULL, 85685, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c659000
close(5)                                = 0
mprotect(0x7f5d9c669000, 13088, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-11.scm", {st_mode=S_IFREG|0644, st_size=5511, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.go", 0x7fff1dd763d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0644, st_size=77309, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 77309
mmap(NULL, 77309, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c646000
close(5)                                = 0
mprotect(0x7f5d9c656000, 7232, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.scm", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q", 0x7fff1dd765c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/q.scm", {st_mode=S_IFREG|0644, st_size=4297, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.go", 0x7fff1dd763d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/q.go", {st_mode=S_IFREG|0644, st_size=70765, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 70765
mmap(NULL, 70765, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c634000
close(5)                                = 0
mprotect(0x7f5d9c644000, 1664, PROT_READ|PROT_WRITE) = 0
sched_getaffinity(0, 128, [0, 1])       = 8
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/ports.scm", {st_mode=S_IFREG|0644, st_size=19312, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/ports.go", {st_mode=S_IFREG|0644, st_size=104189, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/ports.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 104189
mmap(NULL, 104189, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c61a000
close(5)                                = 0
mprotect(0x7f5d9c62a000, 21176, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=16677251}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71ab6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=18246707}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.scm", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4", 0x7fff1dd77010) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-4.scm", {st_mode=S_IFREG|0644, st_size=5107, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0644, st_size=92277, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 92277
mmap(NULL, 92277, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c603000
close(5)                                = 0
mprotect(0x7f5d9c613000, 10992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.scm", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.scm", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors", 0x7fff1dd76ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/bytevectors.scm", {st_mode=S_IFREG|0644, st_size=3383, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.go", 0x7fff1dd76ab0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0644, st_size=72653, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 72653
mmap(NULL, 72653, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f5d9c5f1000
close(5)                                = 0
mprotect(0x7f5d9c601000, 4752, PROT_READ|PROT_WRITE) = 0
pipe2([5, 6], O_CLOEXEC)                = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/scripts/guix", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
read(7, "#!/opt/local/bin/guile \\\n--no-auto-compile -e main -s\n!#\n;;; GNU Guix --- Functional package management for GNU\n;;; Copyright \302\251 2013 Mark H Weaver <mhw@netris.org>\n;;; Copyright \302\251 2018 Mathieu Lirzi"..., 4096) = 1963
close(7)                                = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.scm", 0x7fff1dd76d20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line", 0x7fff1dd76d20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.scm", 0x7fff1dd76d20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line", 0x7fff1dd76d20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/command-line.scm", {st_mode=S_IFREG|0644, st_size=18639, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.go", 0x7fff1dd76b30) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0644, st_size=81741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 81741
mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c5dd000
close(7)                                = 0
mprotect(0x7f5d9c5ed000, 8128, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0xd34000
brk(NULL)                               = 0xd34000
brk(0xd9f000)                           = 0xd9f000
getcwd("/home/mwette/proj/guix/guix-1.0.1", 100) = 34
stat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/21187/cache-21187/guile/ccache/2.2-LE-8-3.A/home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7fff1dd76e20) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/scripts/guix", O_RDONLY) = 7
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat(7, {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "#!/opt/local/bin/guile \\\n--no-auto-compile -e main -s\n!#\n;;; GNU Guix --- Functional package management for GNU\n;;; Copyright \302\251 2013 Mark H Weaver <mhw@netris.org>\n;;; Copyright \302\251 2018 Mathieu Lirzi"..., 4096) = 1963
read(7, "", 4096)                       = 0
close(7)                                = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ui.scm", {st_mode=S_IFREG|0644, st_size=72264, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ui.go", {st_mode=S_IFREG|0644, st_size=315629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/ui.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 315629
mmap(NULL, 315629, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c58f000
close(7)                                = 0
mprotect(0x7f5d9c5bf000, 61240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/i18n.scm", {st_mode=S_IFREG|0644, st_size=1726, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/i18n.go", {st_mode=S_IFREG|0644, st_size=69205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/i18n.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 69205
mmap(NULL, 69205, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c57e000
close(7)                                = 0
mprotect(0x7f5d9c58e000, 1160, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-26.scm", {st_mode=S_IFREG|0644, st_size=2643, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.go", 0x7fff1dd764b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0644, st_size=75709, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 75709
mmap(NULL, 75709, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c56b000
close(7)                                = 0
mprotect(0x7f5d9c57b000, 5864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/colors.scm", {st_mode=S_IFREG|0644, st_size=5871, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/colors.go", {st_mode=S_IFREG|0644, st_size=189117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/colors.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 189117
mmap(NULL, 189117, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c53c000
close(7)                                = 0
mprotect(0x7f5d9c55c000, 44536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/memoization.scm", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/memoization.go", {st_mode=S_IFREG|0644, st_size=196853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/memoization.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 196853
mmap(NULL, 196853, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c50b000
close(7)                                = 0
mprotect(0x7f5d9c52b000, 48832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiling.scm", {st_mode=S_IFREG|0644, st_size=2564, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiling.go", {st_mode=S_IFREG|0644, st_size=71333, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/profiling.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 71333
mmap(NULL, 71333, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c4f9000
close(7)                                = 0
mprotect(0x7f5d9c509000, 2480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/regex.scm", {st_mode=S_IFREG|0644, st_size=9084, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.go", 0x7fff1dd764b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/regex.go", {st_mode=S_IFREG|0644, st_size=73925, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 73925
mmap(NULL, 73925, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c4e6000
close(7)                                = 0
mprotect(0x7f5d9c4f6000, 2544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/gexp.scm", {st_mode=S_IFREG|0644, st_size=67632, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/gexp.go", {st_mode=S_IFREG|0644, st_size=696525, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/gexp.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 696525
mmap(NULL, 696525, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c43b000
close(7)                                = 0
mprotect(0x7f5d9c49b000, 203152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/store.scm", {st_mode=S_IFREG|0644, st_size=75941, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/store.go", {st_mode=S_IFREG|0644, st_size=679213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/store.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 679213
mmap(NULL, 679213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c395000
close(7)                                = 0
mprotect(0x7f5d9c3f5000, 181264, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0xd9f000
brk(NULL)                               = 0xd9f000
brk(0xe2e000)                           = 0xe2e000
stat("/home/mwette/proj/guix/guix-1.0.1/guix/utils.scm", {st_mode=S_IFREG|0644, st_size=30279, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/utils.go", {st_mode=S_IFREG|0644, st_size=212213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/utils.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 212213
mmap(NULL, 212213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c361000
close(7)                                = 0
mprotect(0x7f5d9c381000, 50384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/config.scm", {st_mode=S_IFREG|0664, st_size=2692, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/config.go", {st_mode=S_IFREG|0664, st_size=70277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/config.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 70277
mmap(NULL, 70277, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c34f000
close(7)                                = 0
mprotect(0x7f5d9c35f000, 2264, PROT_READ|PROT_WRITE) = 0
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/store", {st_mode=S_IFDIR|0775, st_size=823296, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-35.scm", {st_mode=S_IFREG|0644, st_size=12365, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-35.go", {st_mode=S_IFREG|0644, st_size=87637, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-35.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 87637
mmap(NULL, 87637, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c339000
close(7)                                = 0
mprotect(0x7f5d9c349000, 11832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-39.scm", {st_mode=S_IFREG|0644, st_size=2159, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-39.go", {st_mode=S_IFREG|0644, st_size=68909, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-39.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 68909
mmap(NULL, 68909, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c328000
close(7)                                = 0
mprotect(0x7f5d9c338000, 1000, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/binary-ports.scm", {st_mode=S_IFREG|0644, st_size=1970, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0644, st_size=69213, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 69213
mmap(NULL, 69213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c317000
close(7)                                = 0
mprotect(0x7f5d9c327000, 1680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/ftw.scm", {st_mode=S_IFREG|0644, st_size=24753, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/ftw.go", {st_mode=S_IFREG|0644, st_size=85877, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/ftw.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 85877
mmap(NULL, 85877, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c302000
close(7)                                = 0
mprotect(0x7f5d9c312000, 7192, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/vlist.scm", {st_mode=S_IFREG|0644, st_size=22081, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0644, st_size=302605, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 302605
mmap(NULL, 302605, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c2b8000
close(7)                                = 0
mprotect(0x7f5d9c2e8000, 72448, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5d9d818000
munmap(0x7f5d9d980000, 4096)            = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/format.scm", {st_mode=S_IFREG|0644, st_size=76158, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/format.go", {st_mode=S_IFREG|0644, st_size=178341, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 178341
mmap(NULL, 178341, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c28c000
close(7)                                = 0
mprotect(0x7f5d9c2ac000, 11512, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.scm", {st_mode=S_IFREG|0644, st_size=43600, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.go", {st_mode=S_IFREG|0644, st_size=197861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 197861
mmap(NULL, 197861, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c25b000
close(7)                                = 0
mprotect(0x7f5d9c27b000, 32600, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-34.scm", {st_mode=S_IFREG|0644, st_size=3274, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-34.go", {st_mode=S_IFREG|0644, st_size=74293, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-34.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 74293
mmap(NULL, 74293, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c248000
close(7)                                = 0
mprotect(0x7f5d9c258000, 4520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-60.scm", {st_mode=S_IFREG|0644, st_size=2174, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0644, st_size=70597, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 70597
mmap(NULL, 70597, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c236000
close(7)                                = 0
mprotect(0x7f5d9c246000, 2480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/rdelim.scm", {st_mode=S_IFREG|0644, st_size=7902, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0644, st_size=75197, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 75197
mmap(NULL, 75197, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c223000
close(7)                                = 0
mprotect(0x7f5d9c233000, 4248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/io/ports.scm", {st_mode=S_IFREG|0644, st_size=18374, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/io/ports.go", {st_mode=S_IFREG|0644, st_size=191693, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/io/ports.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 191693
mmap(NULL, 191693, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c1f4000
close(7)                                = 0
mprotect(0x7f5d9c214000, 38824, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/base.scm", {st_mode=S_IFREG|0644, st_size=10294, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/base.go", {st_mode=S_IFREG|0644, st_size=103485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 103485
mmap(NULL, 103485, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f5d9c1da000
close(7)                                = 0
mprotect(0x7f5d9c1ea000, 28736, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0xe2e000
brk(NULL)                               = 0xe2e000
brk(0xe6e000)                           = 0xe6e000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=40163167}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f5d9d71ab6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=44085875}) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5d9b9d9000
mprotect(0x7f5d9b9da000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f5d9c1d8fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f5d9c1d99d0, tls=0x7f5d9c1d9700, child_tidptr=0x7f5d9c1d99d0) = 21212
futex(0x7f5d9d94f020, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f5d9d94f020, FUTEX_WAKE_PRIVATE, 1) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/iconv.scm", {st_mode=S_IFREG|0644, st_size=3735, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/iconv.go", {st_mode=S_IFREG|0644, st_size=71341, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/iconv.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71341
mmap(NULL, 71341, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b9c7000
close(9)                                = 0
mprotect(0x7f5d9b9d7000, 2080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/enums.scm", {st_mode=S_IFREG|0644, st_size=5463, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/enums.go", {st_mode=S_IFREG|0644, st_size=82509, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/enums.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 82509
mmap(NULL, 82509, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b9b2000
close(9)                                = 0
mprotect(0x7f5d9b9c2000, 10584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/conditions.scm", {st_mode=S_IFREG|0644, st_size=6998, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.go", 0x7fff1dd75380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/conditions.go", {st_mode=S_IFREG|0644, st_size=87261, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/conditions.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87261
mmap(NULL, 87261, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b99c000
close(9)                                = 0
mprotect(0x7f5d9b9ac000, 15464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/lists.scm", {st_mode=S_IFREG|0644, st_size=2032, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/lists.go", {st_mode=S_IFREG|0644, st_size=72741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/lists.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72741
mmap(NULL, 72741, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b98a000
close(9)                                = 0
mprotect(0x7f5d9b99a000, 3432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/procedural.scm", {st_mode=S_IFREG|0644, st_size=10398, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/procedural.go", {st_mode=S_IFREG|0644, st_size=79373, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/procedural.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79373
mmap(NULL, 79373, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b976000
close(9)                                = 0
mprotect(0x7f5d9b986000, 5952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/receive.scm", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.go", 0x7fff1dd74ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/receive.go", {st_mode=S_IFREG|0644, st_size=70061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70061
mmap(NULL, 70061, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b964000
close(9)                                = 0
mprotect(0x7f5d9b974000, 2288, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/exceptions.scm", {st_mode=S_IFREG|0644, st_size=12200, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.go", 0x7fff1dd75380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/exceptions.go", {st_mode=S_IFREG|0644, st_size=87381, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/exceptions.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87381
mmap(NULL, 87381, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b94e000
close(9)                                = 0
mprotect(0x7f5d9b95e000, 13168, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/control.scm", {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/control.go", {st_mode=S_IFREG|0644, st_size=68989, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68989
mmap(NULL, 68989, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b93d000
close(9)                                = 0
mprotect(0x7f5d9b94d000, 1152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/inspection.scm", {st_mode=S_IFREG|0644, st_size=3433, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/inspection.go", {st_mode=S_IFREG|0644, st_size=73173, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/inspection.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73173
mmap(NULL, 73173, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b92b000
close(9)                                = 0
mprotect(0x7f5d9b93b000, 3136, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/bitwise.scm", {st_mode=S_IFREG|0644, st_size=3131, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.go", 0x7fff1dd74ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/bitwise.go", {st_mode=S_IFREG|0644, st_size=72885, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/bitwise.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72885
mmap(NULL, 72885, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b919000
close(9)                                = 0
mprotect(0x7f5d9b929000, 3736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/syntax-case.scm", {st_mode=S_IFREG|0644, st_size=1896, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.go", 0x7fff1dd75380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/syntax-case.go", {st_mode=S_IFREG|0644, st_size=71221, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/syntax-case.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71221
mmap(NULL, 71221, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b907000
close(9)                                = 0
mprotect(0x7f5d9b917000, 2552, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0xe6e000
brk(NULL)                               = 0xe6e000
brk(0xf2d000)                           = 0xf2d000
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/optargs.scm", {st_mode=S_IFREG|0644, st_size=16123, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0644, st_size=90645, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 90645
mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b8f0000
close(9)                                = 0
mprotect(0x7f5d9b900000, 15808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/pmatch.scm", {st_mode=S_IFREG|0644, st_size=2574, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.go", 0x7fff1dd74ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0644, st_size=79733, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79733
mmap(NULL, 79733, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b8dc000
close(9)                                = 0
mprotect(0x7f5d9b8ec000, 10240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/syntactic.scm", {st_mode=S_IFREG|0644, st_size=11271, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/syntactic.go", {st_mode=S_IFREG|0644, st_size=95533, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/syntactic.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 95533
mmap(NULL, 95533, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b8c4000
close(9)                                = 0
mprotect(0x7f5d9b8d4000, 19328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/hashtables.scm", {st_mode=S_IFREG|0644, st_size=6497, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.go", 0x7fff1dd75380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/hashtables.go", {st_mode=S_IFREG|0644, st_size=78093, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/hashtables.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 78093
mmap(NULL, 78093, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b8b0000
close(9)                                = 0
mprotect(0x7f5d9b8c0000, 6368, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-69.scm", {st_mode=S_IFREG|0644, st_size=13001, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-69.go", {st_mode=S_IFREG|0644, st_size=196717, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-69.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 196717
mmap(NULL, 196717, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b87f000
close(9)                                = 0
mprotect(0x7f5d9b89f000, 45640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-13.scm", {st_mode=S_IFREG|0644, st_size=2788, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.go", 0x7fff1dd74ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-13.go", {st_mode=S_IFREG|0644, st_size=72819, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-13.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72819
mmap(NULL, 72819, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b86d000
close(9)                                = 0
mprotect(0x7f5d9b87d000, 5328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/files.scm", {st_mode=S_IFREG|0644, st_size=3406, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/files.go", {st_mode=S_IFREG|0644, st_size=73741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/files.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73741
mmap(NULL, 73741, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b85a000
close(9)                                = 0
mprotect(0x7f5d9b86a000, 4144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-8.scm", {st_mode=S_IFREG|0644, st_size=1103, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-8.go", {st_mode=S_IFREG|0644, st_size=68051, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-8.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68051
mmap(NULL, 68051, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b849000
close(9)                                = 0
mprotect(0x7f5d9b859000, 640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.scm", {st_mode=S_IFREG|0644, st_size=71799, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.go", {st_mode=S_IFREG|0644, st_size=1339861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 1339861
mmap(NULL, 1339861, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b701000
close(9)                                = 0
mprotect(0x7f5d9b7c1000, 420592, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0xf2d000
brk(NULL)                               = 0xf2d000
brk(0x104a000)                          = 0x104a000
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/foreign.scm", {st_mode=S_IFREG|0644, st_size=6664, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/foreign.go", {st_mode=S_IFREG|0644, st_size=80013, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 80013
mmap(NULL, 80013, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b6ed000
close(9)                                = 0
mprotect(0x7f5d9b6fd000, 8776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/target.scm", {st_mode=S_IFREG|0644, st_size=5388, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/target.go", {st_mode=S_IFREG|0644, st_size=75957, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/target.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 75957
mmap(NULL, 75957, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b6da000
close(9)                                = 0
mprotect(0x7f5d9b6ea000, 4744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-19.scm", {st_mode=S_IFREG|0644, st_size=56972, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-19.go", {st_mode=S_IFREG|0644, st_size=422005, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-19.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 422005
mmap(NULL, 422005, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b672000
close(9)                                = 0
mprotect(0x7f5d9b6b2000, 98560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-6.scm", {st_mode=S_IFREG|0644, st_size=1092, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-6.go", {st_mode=S_IFREG|0644, st_size=68029, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-6.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68029
mmap(NULL, 68029, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b661000
close(9)                                = 0
mprotect(0x7f5d9b671000, 576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/i18n.scm", {st_mode=S_IFREG|0644, st_size=20995, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/i18n.go", {st_mode=S_IFREG|0644, st_size=94709, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/i18n.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 94709
mmap(NULL, 94709, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b649000
close(9)                                = 0
mprotect(0x7f5d9b659000, 14088, PROT_READ|PROT_WRITE) = 0
futex(0x7f5d9d0ec0e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
uname({sysname="Linux", nodename="localhost.localdomain", ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.scm", {st_mode=S_IFREG|0644, st_size=4020, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.go", {st_mode=S_IFREG|0644, st_size=76437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 76437
mmap(NULL, 76437, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b636000
close(9)                                = 0
mprotect(0x7f5d9b646000, 6608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/serialization.scm", {st_mode=S_IFREG|0644, st_size=16869, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/serialization.go", {st_mode=S_IFREG|0644, st_size=89789, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/serialization.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 89789
mmap(NULL, 89789, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b620000
close(9)                                = 0
mprotect(0x7f5d9b630000, 9984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/combinators.scm", {st_mode=S_IFREG|0644, st_size=3785, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/combinators.go", {st_mode=S_IFREG|0644, st_size=73341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/combinators.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73341
mmap(NULL, 73341, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b60e000
close(9)                                = 0
mprotect(0x7f5d9b61e000, 3960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/monads.scm", {st_mode=S_IFREG|0644, st_size=20607, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/monads.go", {st_mode=S_IFREG|0644, st_size=326837, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/monads.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 326837
mmap(NULL, 326837, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b5be000
close(9)                                = 0
mprotect(0x7f5d9b5ee000, 91936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/syntax.scm", {st_mode=S_IFREG|0644, st_size=1343, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/syntax.go", {st_mode=S_IFREG|0644, st_size=68757, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/syntax.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68757
mmap(NULL, 68757, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b5ad000
close(9)                                = 0
mprotect(0x7f5d9b5bd000, 1104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/records.scm", {st_mode=S_IFREG|0644, st_size=21561, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/records.go", {st_mode=S_IFREG|0644, st_size=112453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/records.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 112453
mmap(NULL, 112453, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b591000
close(9)                                = 0
mprotect(0x7f5d9b5a1000, 30672, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base16.scm", {st_mode=S_IFREG|0644, st_size=3251, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base16.go", {st_mode=S_IFREG|0644, st_size=80749, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base16.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 80749
mmap(NULL, 80749, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b57d000
close(9)                                = 0
mprotect(0x7f5d9b58d000, 12264, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base32.scm", {st_mode=S_IFREG|0644, st_size=13325, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base32.go", {st_mode=S_IFREG|0644, st_size=83661, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base32.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 83661
mmap(NULL, 83661, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b568000
close(9)                                = 0
mprotect(0x7f5d9b578000, 4448, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/hash.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/hash", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/hash.scm", {st_mode=S_IFREG|0644, st_size=5470, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/hash.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/hash.go", {st_mode=S_IFREG|0644, st_size=77485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/hash.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 77485
mmap(NULL, 77485, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b555000
close(9)                                = 0
mprotect(0x7f5d9b565000, 5776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/common.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/common", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/common.scm", {st_mode=S_IFREG|0644, st_size=2737, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/common.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/common.go", {st_mode=S_IFREG|0644, st_size=70829, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/common.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70829
mmap(NULL, 70829, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b543000
close(9)                                = 0
mprotect(0x7f5d9b553000, 1992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/package-config.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/package-config", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/package-config.scm", {st_mode=S_IFREG|0644, st_size=1080, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/package-config.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/package-config.go", {st_mode=S_IFREG|0644, st_size=68123, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/package-config.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68123
mmap(NULL, 68123, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b532000
close(9)                                = 0
mprotect(0x7f5d9b542000, 672, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/lib64/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/lib64/libgcrypt.so", R_OK)     = 0
openat(AT_FDCWD, "/lib64/libgcrypt.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\305\0\0\0\0\0\0@\0\0\0\0\0\0\0\260d\22\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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@\260\0\0\0\0\0\0@\260\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0\t\346\f\0\0\0\0\0\t\346\f\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\r\0\0\0\0\0\0\260\r\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=1207152, ...}) = 0
mmap(NULL, 1171368, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b414000
mmap(0x7f5d9b420000, 847872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xc000) = 0x7f5d9b420000
mmap(0x7f5d9b4ef000, 245760, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xdb000) = 0x7f5d9b4ef000
mmap(0x7f5d9b52b000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x116000) = 0x7f5d9b52b000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b3fc000
close(9)                                = 0
openat(AT_FDCWD, "/lib64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360L\0\0\0\0\0\0@\0\0\0\0\0\0\0H-\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\220<\0\0\0\0\0\0\220<\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\201,\1\0\0\0\0\0\201,\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\1\0\0\0\0\0\0p\1\0\0\0\0\0"..., 832) = 832
lseek(9, 130776, SEEK_SET)              = 130776
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(9, {st_mode=S_IFREG|0755, st_size=144520, ...}) = 0
lseek(9, 130776, SEEK_SET)              = 130776
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 139840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b3d9000
mprotect(0x7f5d9b3dd000, 118784, PROT_NONE) = 0
mmap(0x7f5d9b3dd000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x4000) = 0x7f5d9b3dd000
mmap(0x7f5d9b3f0000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x17000) = 0x7f5d9b3f0000
mmap(0x7f5d9b3fa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x20000) = 0x7f5d9b3fa000
close(9)                                = 0
mprotect(0x7f5d9b3fa000, 4096, PROT_READ) = 0
mprotect(0x7f5d9b52b000, 8192, PROT_READ) = 0
access("/etc/system-fips", F_OK)        = -1 ENOENT (No such file or directory)
munmap(0x7f5d9b3fc000, 96686)           = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(9, "0\n", 1024)                    = 2
close(9)                                = 0
openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/utils.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/utils", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/utils.scm", {st_mode=S_IFREG|0644, st_size=1934, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/utils.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/utils.go", {st_mode=S_IFREG|0644, st_size=69693, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/utils.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 69693
mmap(NULL, 69693, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b402000
close(9)                                = 0
mprotect(0x7f5d9b412000, 1208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/popen.scm", {st_mode=S_IFREG|0644, st_size=5806, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/popen.go", {st_mode=S_IFREG|0644, st_size=100861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/popen.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 100861
mmap(NULL, 100861, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b3c0000
close(9)                                = 0
mprotect(0x7f5d9b3d0000, 25952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/uri.scm", {st_mode=S_IFREG|0644, st_size=19529, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/uri.go", {st_mode=S_IFREG|0644, st_size=204061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/uri.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 204061
mmap(NULL, 204061, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b38e000
close(9)                                = 0
mprotect(0x7f5d9b3ae000, 50216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gnutls.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gnutls", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gnutls.scm", {st_mode=S_IFREG|0644, st_size=17527, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gnutls.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gnutls.go", {st_mode=S_IFREG|0644, st_size=91421, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gnutls.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 91421
mmap(NULL, 91421, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b377000
close(9)                                = 0
mprotect(0x7f5d9b387000, 23640, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/extensions/guile-gnutls-v-2.la", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=1160, ...}) = 0
read(9, "# guile-gnutls-v-2.la - a libtool library file\n# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-8\n#\n# Please DO NOT delete this file!\n# It is necessary for linking the library.\n\n# The name that"..., 4096) = 1160
read(9, "", 4096)                       = 0
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/extensions/guile-gnutls-v-2.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\254\0\0\0\0\0\0@\0\0\0\0\0\0\0\250\252\16\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0$\0#\0\1\0\0\0\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\360\224\0\0\0\0\0\0\360\224\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\235M\1\0\0\0\0\0\235M\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=963496, ...}) = 0
mmap(NULL, 166032, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b34e000
mprotect(0x7f5d9b358000, 118784, PROT_NONE) = 0
mmap(0x7f5d9b358000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f5d9b358000
mmap(0x7f5d9b36d000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1f000) = 0x7f5d9b36d000
mmap(0x7f5d9b375000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x26000) = 0x7f5d9b375000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3004\3\0\0\0\0\0@\0\0\0\0\0\0\0H`\301\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0&\0%\0\1\0\0\0\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\350\375\2\0\0\0\0\0\350\375\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\0\3\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\3\0\0\0\0\0\355\27\20\0\0\0\0\0\355\27\20\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \23\0\0\0\0\0\0 \23\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=12675528, ...}) = 0
mmap(NULL, 1758304, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b1a0000
mmap(0x7f5d9b1d0000, 1056768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x30000) = 0x7f5d9b1d0000
mmap(0x7f5d9b2d2000, 430080, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x132000) = 0x7f5d9b2d2000
mmap(0x7f5d9b33b000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x19a000) = 0x7f5d9b33b000
mmap(0x7f5d9b34c000, 5216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9b34c000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b188000
close(9)                                = 0
openat(AT_FDCWD, "/lib64/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\300\2\0\0\0\0\0@\0\0\0\0\0\0\0\220e\23\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\35\0\34\0\1\0\0\0\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\360\252\2\0\0\0\0\0\360\252\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\260\2\0\0\0\0\0\0\260\2\0\0\0\0\0\0\260\2\0\0\0\0\0\215\226\t\0\0\0\0\0\215\226\t\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\f\0\0\0\0\0\0P\f\0\0\0\0\0"..., 832) = 832
lseek(9, 1178232, SEEK_SET)             = 1178232
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(9, {st_mode=S_IFREG|0755, st_size=1273040, ...}) = 0
lseek(9, 1178232, SEEK_SET)             = 1178232
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1264864, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b053000
mmap(0x7f5d9b07e000, 630784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2b000) = 0x7f5d9b07e000
mmap(0x7f5d9b118000, 372736, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xc5000) = 0x7f5d9b118000
mmap(0x7f5d9b173000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x11f000) = 0x7f5d9b173000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libnettle.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libnettle.so.6", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\251\0\0\0\0\0\0@\0\0\0\0\0\0\0\260]\4\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\320\222\0\0\0\0\0\0\320\222\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\331\334\1\0\0\0\0\0\331\334\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=287856, ...}) = 0
mmap(NULL, 237600, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9b018000
mmap(0x7f5d9b022000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f5d9b022000
mmap(0x7f5d9b040000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x28000) = 0x7f5d9b040000
mmap(0x7f5d9b050000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x37000) = 0x7f5d9b050000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libhogweed.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libhogweed.so.4", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \216\0\0\0\0\0\0@\0\0\0\0\0\0\0\200\242\3\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\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\08p\0\0\0\0\0\08p\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\r\5\1\0\0\0\0\0\r\5\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\1\0\0\0\0\0\0\220\1\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=239872, ...}) = 0
mmap(NULL, 200712, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f5d9afe6000
mprotect(0x7f5d9afee000, 163840, PROT_NONE) = 0
mmap(0x7f5d9afee000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x8000) = 0x7f5d9afee000
mmap(0x7f5d9afff000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x19000) = 0x7f5d9afff000
mmap(0x7f5d9b016000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2f000) = 0x7f5d9b016000
mmap(0x7f5d9b017000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5d9b017000
close(9)                                = 0
mprotect(0x7f5d9b050000, 8192, PROT_READ) = 0
mprotect(0x7f5d9b016000, 4096, PROT_READ) = 0
mprotect(0x7f5d9b173000, 45056, PROT_READ) = 0
mprotect(0x7f5d9b33b000, 61440, PROT_READ) = 0
mprotect(0x7f5d9b375000, 4096, PROT_READ) = 0
getrandom("\xc2", 1, GRND_NONBLOCK)     = 1
stat("/etc/gnutls/default-priorities", 0x7fff1dd75900) = -1 ENOENT (No such file or directory)
munmap(0x7f5d9b188000, 96686)           = 0
brk(NULL)                               = 0x104a000
brk(0x106b000)                          = 0x106b000
brk(NULL)                               = 0x106b000
brk(0x1073000)                          = 0x1073000
brk(NULL)                               = 0x1073000
brk(NULL)                               = 0x1073000
brk(0x1072000)                          = 0x1072000
brk(NULL)                               = 0x1072000
brk(NULL)                               = 0x1072000
brk(NULL)                               = 0x1072000
brk(0x106b000)                          = 0x106b000
brk(NULL)                               = 0x106b000
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.scm", 0x7fff1dd760e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program", 0x7fff1dd760e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.scm", 0x7fff1dd760e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program", 0x7fff1dd760e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/program.scm", {st_mode=S_IFREG|0644, st_size=11724, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.go", 0x7fff1dd75ef0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/program.go", {st_mode=S_IFREG|0644, st_size=84149, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/program.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 84149
mmap(NULL, 84149, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9b18b000
close(9)                                = 0
mprotect(0x7f5d9b19b000, 7896, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.scm", 0x7fff1dd75d70) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug", 0x7fff1dd75d70) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.scm", 0x7fff1dd75d70) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug", 0x7fff1dd75d70) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/debug.scm", {st_mode=S_IFREG|0644, st_size=30494, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.go", 0x7fff1dd75b80) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/debug.go", {st_mode=S_IFREG|0644, st_size=334277, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/debug.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 334277
mmap(NULL, 334277, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9af94000
close(9)                                = 0
mprotect(0x7f5d9afc4000, 91600, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=80287005}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f5d9d71ab6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5d9d71a740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f5d9d71ab68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=86666396}) = 0
write(6, "\0", 1)                       = 1
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/elf.scm", {st_mode=S_IFREG|0644, st_size=42900, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.go", 0x7fff1dd75810) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/elf.go", {st_mode=S_IFREG|0644, st_size=678373, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/elf.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 678373
mmap(NULL, 678373, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aeee000
close(9)                                = 0
mprotect(0x7f5d9af4e000, 207728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/dwarf.scm", {st_mode=S_IFREG|0644, st_size=59212, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.go", 0x7fff1dd75810) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/dwarf.go", {st_mode=S_IFREG|0644, st_size=1142445, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/dwarf.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 1142445
mmap(NULL, 1142445, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9add7000
close(9)                                = 0
mprotect(0x7f5d9ae87000, 294840, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x106b000
brk(NULL)                               = 0x106b000
brk(0x1207000)                          = 0x1207000
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.scm", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader", 0x7fff1dd75a00) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/loader.scm", {st_mode=S_IFREG|0644, st_size=1120, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.go", 0x7fff1dd75810) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/loader.go", {st_mode=S_IFREG|0644, st_size=68389, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/loader.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68389
mmap(NULL, 68389, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9adc6000
close(9)                                = 0
mprotect(0x7f5d9add6000, 872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/derivations.scm", {st_mode=S_IFREG|0644, st_size=56300, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/derivations.go", {st_mode=S_IFREG|0644, st_size=423093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/derivations.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 423093
mmap(NULL, 423093, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ad5e000
close(9)                                = 0
mprotect(0x7f5d9ad9e000, 99856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/sets.scm", {st_mode=S_IFREG|0644, st_size=3610, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/sets.go", {st_mode=S_IFREG|0644, st_size=110005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/sets.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 110005
mmap(NULL, 110005, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ad43000
close(9)                                = 0
mprotect(0x7f5d9ad53000, 33624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/grafts.scm", {st_mode=S_IFREG|0644, st_size=14499, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/grafts.go", {st_mode=S_IFREG|0644, st_size=198597, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/grafts.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 198597
mmap(NULL, 198597, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ad12000
close(9)                                = 0
mprotect(0x7f5d9ad32000, 47504, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/packages.scm", {st_mode=S_IFREG|0644, st_size=56642, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/packages.go", {st_mode=S_IFREG|0644, st_size=655933, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/packages.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 655933
mmap(NULL, 655933, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ac71000
close(9)                                = 0
mprotect(0x7f5d9acd1000, 177464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system.scm", {st_mode=S_IFREG|0644, st_size=3910, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system.go", {st_mode=S_IFREG|0644, st_size=297773, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 297773
mmap(NULL, 297773, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ac28000
close(9)                                = 0
mprotect(0x7f5d9ac58000, 77072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.scm", {st_mode=S_IFREG|0644, st_size=8698, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.go", {st_mode=S_IFREG|0644, st_size=194565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 194565
mmap(NULL, 194565, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9abf8000
close(9)                                = 0
mprotect(0x7f5d9ac18000, 46728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiles.scm", {st_mode=S_IFREG|0644, st_size=75895, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiles.go", {st_mode=S_IFREG|0644, st_size=537141, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/profiles.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 537141
mmap(NULL, 537141, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ab74000
close(9)                                = 0
mprotect(0x7f5d9abc4000, 125960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/modules.scm", {st_mode=S_IFREG|0644, st_size=7030, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/modules.go", {st_mode=S_IFREG|0644, st_size=79045, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/modules.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79045
mmap(NULL, 79045, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ab60000
close(9)                                = 0
mprotect(0x7f5d9ab70000, 6176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/licenses.scm", {st_mode=S_IFREG|0644, st_size=21744, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/licenses.go", {st_mode=S_IFREG|0644, st_size=187565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/licenses.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 187565
mmap(NULL, 187565, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ab32000
close(9)                                = 0
mprotect(0x7f5d9ab52000, 43128, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-31.scm", {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.go", 0x7fff1dd76820) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-31.go", {st_mode=S_IFREG|0644, st_size=70845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-31.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70845
mmap(NULL, 70845, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ab20000
close(9)                                = 0
mprotect(0x7f5d9ab30000, 2832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo.scm", {st_mode=S_IFREG|0644, st_size=52321, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.go", 0x7fff1dd76820) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo.go", {st_mode=S_IFREG|0644, st_size=110245, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 110245
mmap(NULL, 110245, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9ab05000
close(9)                                = 0
mprotect(0x7f5d9ab15000, 25608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/simple.scm", {st_mode=S_IFREG|0644, st_size=14218, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.go", 0x7fff1dd764b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/simple.go", {st_mode=S_IFREG|0644, st_size=83525, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/simple.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 83525
mmap(NULL, 83525, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aaf0000
close(9)                                = 0
mprotect(0x7f5d9ab00000, 7432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/ssax/input-parse.scm", {st_mode=S_IFREG|0644, st_size=7932, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/ssax/input-parse.go", {st_mode=S_IFREG|0644, st_size=77837, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/ssax/input-parse.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 77837
mmap(NULL, 77837, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aadc000
close(9)                                = 0
mprotect(0x7f5d9aaec000, 4560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/ssax.scm", {st_mode=S_IFREG|0644, st_size=11011, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/ssax.go", {st_mode=S_IFREG|0644, st_size=215853, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/ssax.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 215853
mmap(NULL, 215853, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aaa7000
close(9)                                = 0
mprotect(0x7f5d9aac7000, 58760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/transform.scm", {st_mode=S_IFREG|0644, st_size=12117, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/transform.go", {st_mode=S_IFREG|0644, st_size=72573, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/transform.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72573
mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aa95000
close(9)                                = 0
mprotect(0x7f5d9aaa5000, 2008, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.scm", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text", 0x7fff1dd76a10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo/plain-text.scm", {st_mode=S_IFREG|0644, st_size=9508, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.go", 0x7fff1dd76820) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo/plain-text.go", {st_mode=S_IFREG|0644, st_size=87517, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo/plain-text.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87517
mmap(NULL, 87517, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aa7f000
close(9)                                = 0
mprotect(0x7f5d9aa8f000, 10696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo/string-utils.scm", {st_mode=S_IFREG|0644, st_size=16606, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.go", 0x7fff1dd764b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo/string-utils.go", {st_mode=S_IFREG|0644, st_size=82557, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo/string-utils.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 82557
mmap(NULL, 82557, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aa6a000
close(9)                                = 0
mprotect(0x7f5d9aa7a000, 3640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-14.scm", {st_mode=S_IFREG|0644, st_size=2386, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-14.go", {st_mode=S_IFREG|0644, st_size=71587, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-14.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71587
mmap(NULL, 71587, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f5d9aa58000
close(9)                                = 0
mprotect(0x7f5d9aa68000, 4096, PROT_READ|PROT_WRITE) = 0
ioctl(1, TIOCGWINSZ, 0x110f8c0)         = -1 ENOTTY (Inappropriate ioctl for device)
pipe2([9, 10], O_CLOEXEC)               = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5d9a257000
mprotect(0x7f5d9a258000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f5d9aa56fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f5d9aa579d0, tls=0x7f5d9aa57700, child_tidptr=0x7f5d9aa579d0) = 21213
futex(0xbd4e60, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x1127fc0, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f5d9d94c4a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f5d9d2c6070}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
futex(0x7f5d9d94bf60, FUTEX_WAKE_PRIVATE, 1) = 0
fstat(1, {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
fstat(2, {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.scm", {st_mode=S_IFREG|0644, st_size=39158, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.go", {st_mode=S_IFREG|0644, st_size=183757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 183757
mmap(NULL, 183757, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a22a000
close(13)                               = 0
mprotect(0x7f5d9a24a000, 20888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts.scm", {st_mode=S_IFREG|0644, st_size=8456, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts.go", {st_mode=S_IFREG|0644, st_size=79365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/scripts.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 79365
mmap(NULL, 79365, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a216000
close(13)                               = 0
mprotect(0x7f5d9a226000, 6728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.scm", 0x7fff1dd766a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-37.scm", {st_mode=S_IFREG|0644, st_size=8594, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.go", 0x7fff1dd764b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-37.go", {st_mode=S_IFREG|0644, st_size=109437, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-37.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 109437
mmap(NULL, 109437, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a1fb000
close(13)                               = 0
mprotect(0x7f5d9a20b000, 31984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/status.scm", {st_mode=S_IFREG|0644, st_size=30961, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/status.go", {st_mode=S_IFREG|0644, st_size=415493, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/status.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 415493
mmap(NULL, 415493, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a195000
close(13)                               = 0
mprotect(0x7f5d9a1d5000, 107248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/progress.scm", {st_mode=S_IFREG|0644, st_size=13400, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/progress.go", {st_mode=S_IFREG|0644, st_size=190533, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/progress.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 190533
mmap(NULL, 190533, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a166000
close(13)                               = 0
mprotect(0x7f5d9a186000, 40888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/download.scm", {st_mode=S_IFREG|0644, st_size=35007, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/download.go", {st_mode=S_IFREG|0644, st_size=176373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/download.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 176373
mmap(NULL, 176373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a13a000
close(13)                               = 0
mprotect(0x7f5d9a15a000, 21624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/http.scm", {st_mode=S_IFREG|0644, st_size=71879, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/http.go", {st_mode=S_IFREG|0644, st_size=314845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/http.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 314845
mmap(NULL, 314845, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a0ed000
close(13)                               = 0
mprotect(0x7f5d9a11d000, 62032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/textual-ports.scm", {st_mode=S_IFREG|0644, st_size=2346, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/textual-ports.go", {st_mode=S_IFREG|0644, st_size=70861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/textual-ports.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 70861
mmap(NULL, 70861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a0db000
close(13)                               = 0
mprotect(0x7f5d9a0eb000, 2088, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.scm", 0x7fff1dd76330) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/client.scm", {st_mode=S_IFREG|0644, st_size=20521, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.go", 0x7fff1dd76140) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/client.go", {st_mode=S_IFREG|0644, st_size=94493, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/client.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 94493
mmap(NULL, 94493, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a0c3000
close(13)                               = 0
mprotect(0x7f5d9a0d3000, 13936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/request.scm", {st_mode=S_IFREG|0644, st_size=11688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/request.go", {st_mode=S_IFREG|0644, st_size=202525, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/request.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 202525
mmap(NULL, 202525, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a091000
close(13)                               = 0
mprotect(0x7f5d9a0b1000, 48920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/response.scm", {st_mode=S_IFREG|0644, st_size=13342, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/response.go", {st_mode=S_IFREG|0644, st_size=200173, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/response.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 200173
mmap(NULL, 200173, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a060000
close(13)                               = 0
mprotect(0x7f5d9a080000, 47408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base64.scm", {st_mode=S_IFREG|0644, st_size=11617, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base64.go", {st_mode=S_IFREG|0644, st_size=85157, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base64.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 85157
mmap(NULL, 85157, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a04b000
close(13)                               = 0
mprotect(0x7f5d9a05b000, 10792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.scm", 0x7fff1dd75fc0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs.scm", {st_mode=S_IFREG|0644, st_size=12688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.go", 0x7fff1dd75dd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs.go", {st_mode=S_IFREG|0644, st_size=175853, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 175853
mmap(NULL, 175853, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a020000
close(13)                               = 0
mprotect(0x7f5d9a040000, 40424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/fixnums.scm", {st_mode=S_IFREG|0644, st_size=7277, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/fixnums.go", {st_mode=S_IFREG|0644, st_size=96965, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/fixnums.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 96965
mmap(NULL, 96965, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d9a008000
close(13)                               = 0
mprotect(0x7f5d9a018000, 19224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/flonums.scm", {st_mode=S_IFREG|0644, st_size=6074, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/flonums.go", {st_mode=S_IFREG|0644, st_size=84317, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/flonums.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 84317
mmap(NULL, 84317, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99ff3000
close(13)                               = 0
mprotect(0x7f5d9a003000, 9016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.scm", 0x7fff1dd758e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/r5rs.scm", {st_mode=S_IFREG|0644, st_size=1238, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.go", 0x7fff1dd756f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/r5rs.go", {st_mode=S_IFREG|0644, st_size=69749, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69749
mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99fe1000
close(13)                               = 0
mprotect(0x7f5d99ff1000, 1704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.scm", 0x7fff1dd75570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/r5rs.scm", {st_mode=S_IFREG|0644, st_size=1602, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.go", 0x7fff1dd75380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/r5rs.go", {st_mode=S_IFREG|0644, st_size=69253, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69253
mmap(NULL, 69253, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99fd0000
close(13)                               = 0
mprotect(0x7f5d99fe0000, 1456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.scm", 0x7fff1dd75200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/safe-r5rs.scm", {st_mode=S_IFREG|0644, st_size=3814, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.go", 0x7fff1dd75010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", {st_mode=S_IFREG|0644, st_size=79293, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 79293
mmap(NULL, 79293, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99fbc000
close(13)                               = 0
mprotect(0x7f5d99fcc000, 11472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.scm", 0x7fff1dd74e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/null.scm", {st_mode=S_IFREG|0644, st_size=1157, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.go", 0x7fff1dd74ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/null.go", {st_mode=S_IFREG|0644, st_size=68925, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/null.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 68925
mmap(NULL, 68925, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99fab000
close(13)                               = 0
mprotect(0x7f5d99fbb000, 1472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/io/simple.scm", {st_mode=S_IFREG|0644, st_size=4545, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/io/simple.go", {st_mode=S_IFREG|0644, st_size=76325, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/io/simple.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 76325
mmap(NULL, 76325, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99f98000
close(13)                               = 0
mprotect(0x7f5d99fa8000, 6184, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/programs.scm", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/programs.go", {st_mode=S_IFREG|0644, st_size=68845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/programs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 68845
mmap(NULL, 68845, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99f87000
close(13)                               = 0
mprotect(0x7f5d99f97000, 1008, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x1207000
brk(NULL)                               = 0x1207000
brk(0x1247000)                          = 0x1247000
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/sorting.scm", {st_mode=S_IFREG|0644, st_size=1201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/sorting.go", {st_mode=S_IFREG|0644, st_size=69749, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/sorting.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69749
mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99f75000
close(13)                               = 0
mprotect(0x7f5d99f85000, 1384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.scm", 0x7fff1dd75c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/unicode.scm", {st_mode=S_IFREG|0644, st_size=2344, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.go", 0x7fff1dd75a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/unicode.go", {st_mode=S_IFREG|0644, st_size=71685, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/unicode.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 71685
mmap(NULL, 71685, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99f63000
close(13)                               = 0
mprotect(0x7f5d99f73000, 3272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.scm", {st_mode=S_IFREG|0644, st_size=12062, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.go", {st_mode=S_IFREG|0644, st_size=110485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 110485
mmap(NULL, 110485, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f5d99f48000
close(13)                               = 0
mprotect(0x7f5d99f58000, 31608, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x1247000
brk(NULL)                               = 0x1247000
brk(0x149b000)                          = 0x149b000
write(1, "guix build (GNU Guix) 1.0.1\n", 28) = 28
brk(NULL)                               = 0x149b000
brk(0x14bd000)                          = 0x14bd000
brk(NULL)                               = 0x14bd000
brk(0x14c4000)                          = 0x14c4000
brk(NULL)                               = 0x14c4000
brk(NULL)                               = 0x14c4000
brk(0x14bc000)                          = 0x14bc000
brk(NULL)                               = 0x14bc000
write(1, "Copyright (C) 2019 the Guix authors\n", 36) = 36
write(1, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", 199) = 199
exit_group(0)                           = ?
+++ exited with 0 +++

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-06-26  2:13           ` Matt Wette
@ 2019-07-02 15:10             ` Ludovic Courtès
  2019-07-03  3:30               ` Matt Wette
  0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2019-07-02 15:10 UTC (permalink / raw)
  To: Matt Wette; +Cc: 36330

Hi Matt,

Matt Wette <matt.wette@gmail.com> skribis:

>> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
>> the “guix build --with-branch” command?
>>
>> Thanks for helping,
>> Ludo’.
>
> log attached
>
> execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix",
> "build", "--version"], 0x7ffd701d92e0 /* 76 vars

I was interested in the strace log of “guix build --with-branch”, not
that of “guix build --version”.  :-)

Could you send it?

Thanks, and apologies for the delay.

Ludo’.

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-07-02 15:10             ` Ludovic Courtès
@ 2019-07-03  3:30               ` Matt Wette
  2019-07-04  9:29                 ` Ludovic Courtès
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Wette @ 2019-07-03  3:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36330

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

hoping this does the trick

On 7/2/19 8:10 AM, Ludovic Courtès wrote:
> Hi Matt,
>
> Matt Wette <matt.wette@gmail.com> skribis:
>
>>> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
>>> the “guix build --with-branch” command?
>>>
>>> Thanks for helping,
>>> Ludo’.
>> log attached
>>
>> execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix",
>> "build", "--version"], 0x7ffd701d92e0 /* 76 vars
> I was interested in the strace log of “guix build --with-branch”, not
> that of “guix build --version”.  :-)
>
> Could you send it?
>
> Thanks, and apologies for the delay.
>
> Ludo’.


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

execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix", "build", "guile-gcrypt", "--with-branch=guile-gcrypt=master", "-d"], 0x7ffff93474e0 /* 76 vars */) = 0
brk(NULL)                               = 0x1102000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffe254d9970) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/tls/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/tls", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/x86_64", 0x7ffe254d8bc0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/opt/local/lib/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`n\3\0\0\0\0\0@\0\0\0\0\0\0\0\2300d\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0&\0%\0\1\0\0\0\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\250\27\3\0\0\0\0\0\250\27\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \3\0\0\0\0\0\0 \3\0\0\0\0\0\0 \3\0\0\0\0\0\241k\n\0\0\0\0\0\241k\n\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\r\0\0\0\0\0\0\220\r\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=6568472, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8017c4e000
mmap(NULL, 1239496, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8017b1f000
mmap(0x7f8017b51000, 684032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f8017b51000
mmap(0x7f8017bf8000, 237568, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd9000) = 0x7f8017bf8000
mmap(0x7f8017c32000, 77824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7f8017c32000
mmap(0x7f8017c45000, 35272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8017c45000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8017b07000
close(3)                                = 0
openat(AT_FDCWD, "/lib64/libgc.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320h\0\0\0\0\0\0@\0\0\0\0\0\0\0\320\307\2\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\36\0\35\0\1\0\0\0\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\0([\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\311|\1\0\0\0\0\0\311|\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\340\1\0\0\0\0\0\0\340\1\0\0\0\0\0"..., 832) = 832
lseek(3, 160440, SEEK_SET)              = 160440
read(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
fstat(3, {st_mode=S_IFREG|0755, st_size=184144, ...}) = 0
lseek(3, 160440, SEEK_SET)              = 160440
read(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
mmap(NULL, 1431456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80179a9000
mmap(0x7f80179af000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f80179af000
mmap(0x7f80179c7000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f80179c7000
mmap(0x7f80179d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f80179d1000
mmap(0x7f80179d3000, 1259424, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f80179d3000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\"\0\0\0\0\0\0@\0\0\0\0\0\0\0000\240\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\0P\25\0\0\0\0\0\0P\25\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0005M\0\0\0\0\0\0005M\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=42736, ...}) = 0
mmap(NULL, 42184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f801799e000
mprotect(0x7f80179a0000, 28672, PROT_NONE) = 0
mmap(0x7f80179a0000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f80179a0000
mmap(0x7f80179a5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f80179a5000
mmap(0x7f80179a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f80179a7000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\00002\1\0\0\0\0\0@\0\0\0\0\0\0\0H\353\32\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0p\t\1\0\0\0\0\0p\t\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0mf\3\0\0\0\0\0mf\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\200\4\0\0\0\0\0\0\200\4\0\0\0\0\0"..., 832) = 832
lseek(3, 1566528, SEEK_SET)             = 1566528
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=1765960, ...}) = 0
lseek(3, 1566528, SEEK_SET)             = 1566528
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1587432, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f801781a000
mmap(0x7f801782b000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f801782b000
mmap(0x7f8017862000, 1273856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f8017862000
mmap(0x7f8017999000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17e000) = 0x7f8017999000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\306\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\33\n\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\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\08\257\0\0\0\0\0\08\257\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\260\0\0\0\0\0\0\0\260\0\0\0\0\0\0\0\260\0\0\0\0\0\0\361s\5\0\0\0\0\0\361s\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\6\0\0\0\0\0\0000\6\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=664080, ...}) = 0
mmap(NULL, 512160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f801779c000
mprotect(0x7f80177a7000, 458752, PROT_NONE) = 0
mmap(0x7f80177a7000, 360448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f80177a7000
mmap(0x7f80177ff000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) = 0x7f80177ff000
mmap(0x7f8017817000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f8017817000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libltdl.so.7", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320(\0\0\0\0\0\0@\0\0\0\0\0\0\0H\256\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\300\36\0\0\0\0\0\0\300\36\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\305L\0\0\0\0\0\0\305L\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
lseek(3, 35952, SEEK_SET)               = 35952
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=46408, ...}) = 0
lseek(3, 35952, SEEK_SET)               = 35952
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 45160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8017790000
mprotect(0x7f8017792000, 32768, PROT_NONE) = 0
mmap(0x7f8017792000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8017792000
mmap(0x7f8017797000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f8017797000
mmap(0x7f801779a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f801779a000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
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@\0\0\0\0\0\0\0\330I\3\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\08\24\0\0\0\0\0\08\24\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\rM\1\0\0\0\0\0\rM\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\1\0\0\0\0\0\0p\1\0\0\0\0\0"..., 832) = 832
lseek(3, 199368, SEEK_SET)              = 199368
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=217304, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f801778e000
lseek(3, 199368, SEEK_SET)              = 199368
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 242344, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8017752000
mprotect(0x7f8017754000, 196608, PROT_NONE) = 0
mmap(0x7f8017754000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8017754000
mmap(0x7f8017769000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f8017769000
mmap(0x7f8017784000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0x7f8017784000
mmap(0x7f8017785000, 33448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8017785000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\324\0\0\0\0\0\0@\0\0\0\0\0\0\0\210\265\37\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0%\0$\0\1\0\0\0\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\350\300\0\0\0\0\0\0\350\300\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0i\366\t\0\0\0\0\0i\366\t\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\320\n\0\0\0\0\0\0\320\n\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2080456, ...}) = 0
mmap(NULL, 1585472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80175ce000
mmap(0x7f80175db000, 655360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f80175db000
mmap(0x7f801767b000, 872448, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xad000) = 0x7f801767b000
mmap(0x7f8017750000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f8017750000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340q\0\0\0\0\0\0@\0\0\0\0\0\0\0@\350\3\0\0\0\0\0\0\0\0\0@\08\0\f\0@\0(\0'\0\6\0\0\0\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\240\2\0\0\0\0\0\0\240\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\240k\1\0\0\0\0\0\240k\1\0\0\0\0\0\240k\1\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=258624, ...}) = 0
lseek(3, 808, SEEK_SET)                 = 808
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 136384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80175ac000
mmap(0x7f80175b2000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f80175b2000
mmap(0x7f80175c2000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f80175c2000
mmap(0x7f80175c8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f80175c8000
mmap(0x7f80175ca000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f80175ca000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 E\2\0\0\0\0\0@\0\0\0\0\0\0\0Pr*\0\0\0\0\0\0\0\0\0@\08\0\r\0@\0K\0J\0\6\0\0\0\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\330\2\0\0\0\0\0\0\330\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0000\3\31\0\0\0\0\0000\3\31\0\0\0\0\0000\3\31\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
lseek(3, 792, SEEK_SET)                 = 792
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\273\200t>\36\363\345\222B\324P\35\374\257\331h5{\220\334\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0", 68) = 68
fstat(3, {st_mode=S_IFREG|0755, st_size=2786576, ...}) = 0
lseek(3, 792, SEEK_SET)                 = 792
read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\273\200t>\36\363\345\222B\324P\35\374\257\331h5{\220\334\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\3\0\0\0\2\0\0\0\0\0\0\0", 68) = 68
lseek(3, 864, SEEK_SET)                 = 864
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1857568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80173e6000
mprotect(0x7f8017408000, 1679360, PROT_NONE) = 0
mmap(0x7f8017408000, 1363968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f8017408000
mmap(0x7f8017555000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16f000) = 0x7f8017555000
mmap(0x7f80175a2000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f80175a2000
mmap(0x7f80175a8000, 14368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f80175a8000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\22\0\0\0\0\0\0@\0\0\0\0\0\0\0\10j\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\"\0!\0\1\0\0\0\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\210\16\0\0\0\0\0\0\210\16\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0y\20\0\0\0\0\0\0y\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=29320, ...}) = 0
mmap(NULL, 20784, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80173e0000
mmap(0x7f80173e1000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f80173e1000
mmap(0x7f80173e3000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f80173e3000
mmap(0x7f80173e4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f80173e4000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libatomic_ops.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libatomic_ops.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\3103\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\33\0\32\0\1\0\0\0\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\0P\7\0\0\0\0\0\0P\7\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\251\5\0\0\0\0\0\0\251\5\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=14984, ...}) = 0
lseek(3, 8192, SEEK_SET)                = 8192
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80173db000
mmap(0x7f80173dc000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f80173dc000
mmap(0x7f80173dd000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f80173dd000
mmap(0x7f80173de000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f80173de000
close(3)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2205\0\0\0\0\0\0@\0\0\0\0\0\0\0\270\223\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0 \0\37\0\1\0\0\0\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\240(\0\0\0\0\0\0\240(\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\5\22\1\0\0\0\0\0\5\22\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0"..., 832) = 832
lseek(3, 98104, SEEK_SET)               = 98104
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(3, {st_mode=S_IFREG|0755, st_size=105400, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f80173d9000
lseek(3, 98104, SEEK_SET)               = 98104
read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 107568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f80173be000
mprotect(0x7f80173c1000, 90112, PROT_NONE) = 0
mmap(0x7f80173c1000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f80173c1000
mmap(0x7f80173d3000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f80173d3000
mmap(0x7f80173d7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f80173d7000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f80173bb000
arch_prctl(ARCH_SET_FS, 0x7f80173bb740) = 0
mprotect(0x7f80175a2000, 16384, PROT_READ) = 0
mprotect(0x7f80173d7000, 4096, PROT_READ) = 0
mprotect(0x7f80173de000, 4096, PROT_READ) = 0
mprotect(0x7f80173e4000, 4096, PROT_READ) = 0
mprotect(0x7f80175c8000, 4096, PROT_READ) = 0
mprotect(0x7f8017750000, 4096, PROT_READ) = 0
mprotect(0x7f8017784000, 4096, PROT_READ) = 0
mprotect(0x7f801779a000, 4096, PROT_READ) = 0
mprotect(0x7f8017817000, 8192, PROT_READ) = 0
mprotect(0x7f8017999000, 16384, PROT_READ) = 0
mprotect(0x7f80179a7000, 4096, PROT_READ) = 0
mprotect(0x7f80179d1000, 4096, PROT_READ) = 0
mprotect(0x7f8017c32000, 20480, PROT_READ) = 0
mprotect(0x403000, 4096, PROT_READ)     = 0
mprotect(0x7f8017c7a000, 4096, PROT_READ) = 0
munmap(0x7f8017b07000, 96686)           = 0
set_tid_address(0x7f80173bba10)         = 765
set_robust_list(0x7f80173bba20, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f80175b2c50, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f80175bf070}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f80175b2ce0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f80175bf070}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
futex(0x7f8017c47e78, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL)                               = 0x1102000
brk(0x1123000)                          = 0x1123000
brk(NULL)                               = 0x1123000
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "00400000-00401000 r--p 00000000 fd:03 8781840                            /opt/local/bin/guile\n00401000-00402000 r-xp 00001000 fd:03 8781840                            /opt/local/bin/guile\n00402000-004"..., 1024) = 1024
read(3, "90223.so.1\n7f80173d7000-7f80173d8000 r--p 00018000 fd:00 6292573                    /usr/lib64/libgcc_s-8-20190223.so.1\n7f80173d8000-7f80173d9000 rw-p 00019000 fd:00 6292573                    /usr/li"..., 1024) = 1024
read(3, "80173e4000 r--p 00003000 fd:00 6295795                    /usr/lib64/libdl-2.28.so\n7f80173e4000-7f80173e5000 r--p 00003000 fd:00 6295795                    /usr/lib64/libdl-2.28.so\n7f80173e5000-7f8017"..., 1024) = 1024
read(3, "0-7f80175c2000 r-xp 00006000 fd:00 6296758                    /usr/lib64/libpthread-2.28.so\n7f80175c2000-7f80175c8000 r--p 00016000 fd:00 6296758                    /usr/lib64/libpthread-2.28.so\n7f801"..., 1024) = 1024
read(3, "ypt.so.1.1.0\n7f8017754000-7f8017769000 r-xp 00002000 fd:00 6292096                    /usr/lib64/libcrypt.so.1.1.0\n7f8017769000-7f8017783000 r--p 00017000 fd:00 6292096                    /usr/lib64/l"..., 1024) = 1024
read(3, "5398                    /usr/lib64/libltdl.so.7.3.1\n7f801779c000-7f80177a7000 r--p 00000000 fd:00 6299872                    /usr/lib64/libgmp.so.10.3.2\n7f80177a7000-7f80177ff000 r-xp 0000b000 fd:00 6"..., 1024) = 1024
read(3, "05767                    /usr/lib64/libunistring.so.2.1.0\n7f801799d000-7f801799e000 rw-p 00182000 fd:00 6305767                    /usr/lib64/libunistring.so.2.1.0\n7f801799e000-7f80179a0000 r--p 00000"..., 1024) = 1024
read(3, "           /usr/lib64/libgc.so.1.3.2\n7f80179d1000-7f80179d2000 r--p 00027000 fd:00 6305165                    /usr/lib64/libgc.so.1.3.2\n7f80179d2000-7f80179d3000 rw-p 00028000 fd:00 6305165           "..., 1024) = 1024
read(3, "6294661                    /usr/lib64/ld-2.28.so\n7f8017c71000-7f8017c79000 r--p 00021000 fd:00 6294661                    /usr/lib64/ld-2.28.so\n7f8017c7a000-7f8017c7b000 r--p 00029000 fd:00 6294661   "..., 1024) = 708
close(3)                                = 0
sched_getaffinity(765, 32, [0, 1])      = 8
brk(NULL)                               = 0x1123000
brk(NULL)                               = 0x1123000
brk(0x1163000)                          = 0x1163000
brk(NULL)                               = 0x1163000
brk(NULL)                               = 0x1163000
brk(0x11a3000)                          = 0x11a3000
brk(NULL)                               = 0x11a3000
brk(NULL)                               = 0x11a3000
brk(0x11e3000)                          = 0x11e3000
brk(NULL)                               = 0x11e3000
brk(NULL)                               = 0x11e3000
brk(0x1223000)                          = 0x1223000
brk(NULL)                               = 0x1223000
brk(NULL)                               = 0x1223000
brk(0x1263000)                          = 0x1263000
brk(NULL)                               = 0x1263000
brk(NULL)                               = 0x1263000
brk(0x12a3000)                          = 0x12a3000
rt_sigaction(SIGPWR, {sa_handler=0x7f80179c6050, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f80175bf070}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {sa_handler=0x7f80179c5df0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f80175bf070}, NULL, 8) = 0
openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
read(3, "cpu  2131759 38076 174082 196164556 67138 28564 21274 0 0 0\ncpu0 1075202 23105 85596 98062676 40544 15136 8972 0 0 0\ncpu1 1056556 14971 88486 98101879 26593 13428 12302 0 0 0\nintr 76024061 15 0 0 0 0 "..., 4096) = 1264
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f8016bba000
mprotect(0x7f8016bbb000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f80173b9fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f80173ba9d0, tls=0x7f80173ba700, child_tidptr=0x7f80173ba9d0) = 766
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
brk(NULL)                               = 0x12a3000
brk(NULL)                               = 0x12a3000
brk(0x13a3000)                          = 0x13a3000
pipe2([3, 4], O_CLOEXEC)                = 0
futex(0x7f8017c47d48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/opt/local/lib/charset.alias", O_RDONLY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=5622475}) = 0
openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=26398, ...}) = 0
mmap(NULL, 26398, PROT_READ, MAP_SHARED, 5, 0) = 0x7f8017b18000
close(5)                                = 0
futex(0x7f80175a7a28, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(0x1, 0x9), ...}) = 0
ioctl(5, TCGETS, 0x7ffe254d9580)        = -1 EINVAL (Invalid argument)
read(5, "\274$E\211\251\375\336\376\321\305\334\226\356\207\222\206{b\353\250\177~N\0\321]M\221\344%\16\30\271\264\6,\v%\5&\266\2561N\305\364`\307\ti\247j\361\356\304^^d\356\242Xh\357\253m\326\351\3344\320\366\320\245\276\347;\217\207\232M\f\305\10\177\27\256\7\1\212op\5\217|\344\243\374\356\341\203\20<\354W\315K,\247\372\254\244)`\253\350z\215\377x\311\312\354\353\24\307YF\314\336J\377\223\36\271I\224\202\351\257q\243\317|GJ\234\20\304\35\313\374\2767[\32X\227}\333\212\226\f\310Z\206\371\200\200\254+4h\30{g!\25\1G\6\246`\207\16\267\206\322\"\303\347a\327\275\215z\335&\203\254y"..., 4096) = 4096
close(5)                                = 0
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8017c79000
fcntl(0, F_GETFL)                       = 0x402 (flags O_RDWR|O_APPEND)
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, 0x7ffe254d9780)        = -1 ENOTTY (Inappropriate ioctl for device)
fcntl(1, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(1, {st_mode=S_IFREG|0664, st_size=416, ...}) = 0
lseek(1, 0, SEEK_CUR)                   = 416
ioctl(2, TCGETS, 0x7ffe254d9780)        = -1 ENOTTY (Inappropriate ioctl for device)
fcntl(2, F_GETFL)                       = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(2, {st_mode=S_IFREG|0664, st_size=416, ...}) = 0
lseek(2, 0, SEEK_CUR)                   = 416
openat(AT_FDCWD, "/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\250<\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0!\0 \0\1\0\0\0\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`\6\0\0\0\0\0\0`\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\221\v\0\0\0\0\0\0\221\v\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=17640, ...}) = 0
mmap(NULL, 16456, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f8017b13000
mmap(0x7f8017b14000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7f8017b14000
mmap(0x7f8017b15000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f8017b15000
mmap(0x7f8017b16000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f8017b16000
close(5)                                = 0
mprotect(0x7f8017b16000, 4096, PROT_READ) = 0
brk(NULL)                               = 0x13a3000
brk(0x13c4000)                          = 0x13c4000
brk(NULL)                               = 0x13c4000
brk(0x13cc000)                          = 0x13cc000
brk(NULL)                               = 0x13cc000
brk(NULL)                               = 0x13cc000
brk(0x13c4000)                          = 0x13c4000
brk(NULL)                               = 0x13c4000
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/eval.scm", {st_mode=S_IFREG|0644, st_size=25718, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/eval.go", 0x7ffe254d9590) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/eval.go", {st_mode=S_IFREG|0644, st_size=90757, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 90757
mmap(NULL, 90757, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016ba3000
close(5)                                = 0
mprotect(0x7f8016bb3000, 3120, PROT_READ|PROT_WRITE) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/init.scm", 0x7ffe254d9770) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.scm", 0x7ffe254d96b0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9", 0x7ffe254d96b0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.scm", 0x7ffe254d96b0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9", 0x7ffe254d96b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/boot-9.scm", {st_mode=S_IFREG|0644, st_size=147360, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/boot-9.go", 0x7ffe254d94c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0644, st_size=580061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 580061
mmap(NULL, 580061, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016b15000
close(5)                                = 0
mprotect(0x7f8016b65000, 127872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0644, st_size=185011, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/psyntax-pp.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0644, st_size=505893, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 505893
mmap(NULL, 505893, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016a99000
close(5)                                = 0
mprotect(0x7f8016ae9000, 62776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/posix.scm", {st_mode=S_IFREG|0644, st_size=2793, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/posix.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/posix.go", {st_mode=S_IFREG|0644, st_size=75315, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 75315
mmap(NULL, 75315, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016a86000
close(5)                                = 0
mprotect(0x7f8016a96000, 2784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/networking.scm", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/networking.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/networking.go", {st_mode=S_IFREG|0644, st_size=76691, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 76691
mmap(NULL, 76691, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016a73000
close(5)                                = 0
mprotect(0x7f8016a83000, 3328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/deprecated.scm", {st_mode=S_IFREG|0644, st_size=3023, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/deprecated.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0644, st_size=114997, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 114997
mmap(NULL, 114997, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016a56000
close(5)                                = 0
mprotect(0x7f8016a66000, 32456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.scm", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.scm", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/threads.scm", {st_mode=S_IFREG|0644, st_size=12839, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/threads.go", 0x7ffe254d8de0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/threads.go", {st_mode=S_IFREG|0644, st_size=90645, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 90645
mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016a3f000
close(5)                                = 0
mprotect(0x7f8016a4f000, 13760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/match.scm", {st_mode=S_IFREG|0644, st_size=2045, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/match.go", 0x7ffe254d8a70) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/match.go", {st_mode=S_IFREG|0644, st_size=314821, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 314821
mmap(NULL, 314821, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f80169f2000
close(5)                                = 0
mprotect(0x7f8016a22000, 91072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/control.scm", {st_mode=S_IFREG|0644, st_size=4181, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/control.go", 0x7ffe254d8a70) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/control.go", {st_mode=S_IFREG|0644, st_size=80117, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 80117
mmap(NULL, 80117, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f80169de000
close(5)                                = 0
mprotect(0x7f80169ee000, 9392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.scm", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures", 0x7ffe254d8c60) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/futures.scm", {st_mode=S_IFREG|0644, st_size=10739, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/futures.go", 0x7ffe254d8a70) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/futures.go", {st_mode=S_IFREG|0644, st_size=196485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 196485
mmap(NULL, 196485, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f80169ae000
close(5)                                = 0
mprotect(0x7f80169ce000, 46856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-1.scm", {st_mode=S_IFREG|0644, st_size=30122, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-1.go", 0x7ffe254d8700) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0644, st_size=106213, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 106213
mmap(NULL, 106213, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016994000
close(5)                                = 0
mprotect(0x7f80169a4000, 14960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-9.scm", {st_mode=S_IFREG|0644, st_size=13734, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9.go", 0x7ffe254d8700) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0644, st_size=108973, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 108973
mmap(NULL, 108973, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016979000
close(5)                                = 0
mprotect(0x7f8016989000, 30152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.scm", 0x7ffe254d8580) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck", 0x7ffe254d8580) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.scm", 0x7ffe254d8580) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck", 0x7ffe254d8580) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/ck.scm", {st_mode=S_IFREG|0644, st_size=2201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/ck.go", 0x7ffe254d8390) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/ck.go", {st_mode=S_IFREG|0644, st_size=73533, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/ck.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 73533
mmap(NULL, 73533, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016967000
close(5)                                = 0
mprotect(0x7f8016977000, 5064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0644, st_size=6471, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-9/gnu.go", 0x7ffe254d8700) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0644, st_size=85685, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 85685
mmap(NULL, 85685, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016952000
close(5)                                = 0
mprotect(0x7f8016962000, 13088, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-11.scm", {st_mode=S_IFREG|0644, st_size=5511, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-11.go", 0x7ffe254d8700) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0644, st_size=77309, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 77309
mmap(NULL, 77309, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f801693f000
close(5)                                = 0
mprotect(0x7f801694f000, 7232, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.scm", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q", 0x7ffe254d88f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/q.scm", {st_mode=S_IFREG|0644, st_size=4297, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/q.go", 0x7ffe254d8700) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/q.go", {st_mode=S_IFREG|0644, st_size=70765, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 70765
mmap(NULL, 70765, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f801692d000
close(5)                                = 0
mprotect(0x7f801693d000, 1664, PROT_READ|PROT_WRITE) = 0
sched_getaffinity(0, 128, [0, 1])       = 8
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/ports.scm", {st_mode=S_IFREG|0644, st_size=19312, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ports.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/ports.go", {st_mode=S_IFREG|0644, st_size=104189, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/ports.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 104189
mmap(NULL, 104189, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8016913000
close(5)                                = 0
mprotect(0x7f8016923000, 21176, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=14761191}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=16444776}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.scm", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4", 0x7ffe254d9340) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-4.scm", {st_mode=S_IFREG|0644, st_size=5107, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-4.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0644, st_size=92277, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 92277
mmap(NULL, 92277, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f80168fc000
close(5)                                = 0
mprotect(0x7f801690c000, 10992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.scm", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.scm", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors", 0x7ffe254d8fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/bytevectors.scm", {st_mode=S_IFREG|0644, st_size=3383, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/bytevectors.go", 0x7ffe254d8de0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0644, st_size=72653, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 72653
mmap(NULL, 72653, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f80168ea000
close(5)                                = 0
mprotect(0x7f80168fa000, 4752, PROT_READ|PROT_WRITE) = 0
pipe2([5, 6], O_CLOEXEC)                = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/scripts/guix", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
read(7, "#!/opt/local/bin/guile \\\n--no-auto-compile -e main -s\n!#\n;;; GNU Guix --- Functional package management for GNU\n;;; Copyright \302\251 2013 Mark H Weaver <mhw@netris.org>\n;;; Copyright \302\251 2018 Mathieu Lirzi"..., 4096) = 1963
close(7)                                = 0
brk(NULL)                               = 0x13c4000
brk(NULL)                               = 0x13c4000
brk(0x142f000)                          = 0x142f000
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.scm", 0x7ffe254d9050) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line", 0x7ffe254d9050) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.scm", 0x7ffe254d9050) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line", 0x7ffe254d9050) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/command-line.scm", {st_mode=S_IFREG|0644, st_size=18639, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/command-line.go", 0x7ffe254d8e60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0644, st_size=81741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 81741
mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80168d6000
close(7)                                = 0
mprotect(0x7f80168e6000, 8128, PROT_READ|PROT_WRITE) = 0
getcwd("/home/mwette/proj/guix/guix-1.0.1", 100) = 34
stat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache//home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/738/cache-738/guile/ccache/2.2-LE-8-3.A/home/mwette/proj/guix/guix-1.0.1/scripts/guix.go", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/scripts/guix", O_RDONLY) = 7
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fstat(7, {st_mode=S_IFREG|0555, st_size=1963, ...}) = 0
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "#!/opt/local/bin/guile \\\n--no-auto-compile -e main -s\n!#\n;;; GNU Guix --- Functional package management for GNU\n;;; Copyright \302\251 2013 Mark H Weaver <mhw@netris.org>\n;;; Copyright \302\251 2018 Mathieu Lirzi"..., 4096) = 1963
read(7, "", 4096)                       = 0
close(7)                                = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ui.scm", {st_mode=S_IFREG|0644, st_size=72264, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ui.go", {st_mode=S_IFREG|0644, st_size=315629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/ui.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 315629
mmap(NULL, 315629, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016888000
close(7)                                = 0
mprotect(0x7f80168b8000, 61240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/i18n.scm", {st_mode=S_IFREG|0644, st_size=1726, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/i18n.go", {st_mode=S_IFREG|0644, st_size=69205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/i18n.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 69205
mmap(NULL, 69205, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016877000
close(7)                                = 0
mprotect(0x7f8016887000, 1160, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-26.scm", {st_mode=S_IFREG|0644, st_size=2643, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-26.go", 0x7ffe254d87e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0644, st_size=75709, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 75709
mmap(NULL, 75709, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016864000
close(7)                                = 0
mprotect(0x7f8016874000, 5864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/colors.scm", {st_mode=S_IFREG|0644, st_size=5871, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/colors.go", {st_mode=S_IFREG|0644, st_size=189117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/colors.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 189117
mmap(NULL, 189117, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016835000
close(7)                                = 0
mprotect(0x7f8016855000, 44536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/memoization.scm", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/memoization.go", {st_mode=S_IFREG|0644, st_size=196853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/memoization.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 196853
mmap(NULL, 196853, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016804000
close(7)                                = 0
mprotect(0x7f8016824000, 48832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiling.scm", {st_mode=S_IFREG|0644, st_size=2564, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiling.go", {st_mode=S_IFREG|0644, st_size=71333, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/profiling.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 71333
mmap(NULL, 71333, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80167f2000
close(7)                                = 0
mprotect(0x7f8016802000, 2480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/regex.scm", {st_mode=S_IFREG|0644, st_size=9084, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/regex.go", 0x7ffe254d87e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/regex.go", {st_mode=S_IFREG|0644, st_size=73925, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 73925
mmap(NULL, 73925, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80167df000
close(7)                                = 0
mprotect(0x7f80167ef000, 2544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/gexp.scm", {st_mode=S_IFREG|0644, st_size=67632, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/gexp.go", {st_mode=S_IFREG|0644, st_size=696525, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/gexp.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 696525
mmap(NULL, 696525, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016734000
close(7)                                = 0
mprotect(0x7f8016794000, 203152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/store.scm", {st_mode=S_IFREG|0644, st_size=75941, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/store.go", {st_mode=S_IFREG|0644, st_size=679213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/store.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 679213
mmap(NULL, 679213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f801668e000
close(7)                                = 0
mprotect(0x7f80166ee000, 181264, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x142f000
brk(NULL)                               = 0x142f000
brk(0x14be000)                          = 0x14be000
stat("/home/mwette/proj/guix/guix-1.0.1/guix/utils.scm", {st_mode=S_IFREG|0644, st_size=30279, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/utils.go", {st_mode=S_IFREG|0644, st_size=212213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/utils.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 212213
mmap(NULL, 212213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f801665a000
close(7)                                = 0
mprotect(0x7f801667a000, 50384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/config.scm", {st_mode=S_IFREG|0664, st_size=2692, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/config.go", {st_mode=S_IFREG|0664, st_size=70277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/config.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 70277
mmap(NULL, 70277, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016648000
close(7)                                = 0
mprotect(0x7f8016658000, 2264, PROT_READ|PROT_WRITE) = 0
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/store", {st_mode=S_IFDIR|0775, st_size=823296, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-35.scm", {st_mode=S_IFREG|0644, st_size=12365, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-35.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-35.go", {st_mode=S_IFREG|0644, st_size=87637, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-35.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 87637
mmap(NULL, 87637, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016632000
close(7)                                = 0
mprotect(0x7f8016642000, 11832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-39.scm", {st_mode=S_IFREG|0644, st_size=2159, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-39.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-39.go", {st_mode=S_IFREG|0644, st_size=68909, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-39.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 68909
mmap(NULL, 68909, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016621000
close(7)                                = 0
mprotect(0x7f8016631000, 1000, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/binary-ports.scm", {st_mode=S_IFREG|0644, st_size=1970, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/binary-ports.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0644, st_size=69213, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 69213
mmap(NULL, 69213, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016610000
close(7)                                = 0
mprotect(0x7f8016620000, 1680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/ftw.scm", {st_mode=S_IFREG|0644, st_size=24753, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/ftw.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/ftw.go", {st_mode=S_IFREG|0644, st_size=85877, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/ftw.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 85877
mmap(NULL, 85877, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80165fb000
close(7)                                = 0
mprotect(0x7f801660b000, 7192, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/vlist.scm", {st_mode=S_IFREG|0644, st_size=22081, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/vlist.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0644, st_size=302605, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 302605
mmap(NULL, 302605, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80165b1000
close(7)                                = 0
mprotect(0x7f80165e1000, 72448, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8017b11000
munmap(0x7f8017c79000, 4096)            = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/format.scm", {st_mode=S_IFREG|0644, st_size=76158, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/format.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/format.go", {st_mode=S_IFREG|0644, st_size=178341, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 178341
mmap(NULL, 178341, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016585000
close(7)                                = 0
mprotect(0x7f80165a5000, 11512, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.scm", {st_mode=S_IFREG|0644, st_size=43600, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.go", {st_mode=S_IFREG|0644, st_size=197861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/utils.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 197861
mmap(NULL, 197861, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016554000
close(7)                                = 0
mprotect(0x7f8016574000, 32600, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-34.scm", {st_mode=S_IFREG|0644, st_size=3274, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-34.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-34.go", {st_mode=S_IFREG|0644, st_size=74293, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-34.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 74293
mmap(NULL, 74293, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f8016541000
close(7)                                = 0
mprotect(0x7f8016551000, 4520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-60.scm", {st_mode=S_IFREG|0644, st_size=2174, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-60.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0644, st_size=70597, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 70597
mmap(NULL, 70597, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f801652f000
close(7)                                = 0
mprotect(0x7f801653f000, 2480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/rdelim.scm", {st_mode=S_IFREG|0644, st_size=7902, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/rdelim.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0644, st_size=75197, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 75197
mmap(NULL, 75197, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f801651c000
close(7)                                = 0
mprotect(0x7f801652c000, 4248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/io/ports.scm", {st_mode=S_IFREG|0644, st_size=18374, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/ports.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/io/ports.go", {st_mode=S_IFREG|0644, st_size=191693, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/io/ports.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 191693
mmap(NULL, 191693, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80164ed000
close(7)                                = 0
mprotect(0x7f801650d000, 38824, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/base.scm", {st_mode=S_IFREG|0644, st_size=10294, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/base.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/base.go", {st_mode=S_IFREG|0644, st_size=103485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 7
lseek(7, 0, SEEK_END)                   = 103485
mmap(NULL, 103485, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f80164d3000
close(7)                                = 0
mprotect(0x7f80164e3000, 28736, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x14be000
brk(NULL)                               = 0x14be000
brk(0x14fe000)                          = 0x14fe000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=35184804}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=39019014}) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f8015cd2000
mprotect(0x7f8015cd3000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f80164d1fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f80164d29d0, tls=0x7f80164d2700, child_tidptr=0x7f80164d29d0) = 767
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/iconv.scm", {st_mode=S_IFREG|0644, st_size=3735, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/iconv.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/iconv.go", {st_mode=S_IFREG|0644, st_size=71341, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/iconv.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71341
mmap(NULL, 71341, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015cc0000
close(9)                                = 0
mprotect(0x7f8015cd0000, 2080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/enums.scm", {st_mode=S_IFREG|0644, st_size=5463, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/enums.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/enums.go", {st_mode=S_IFREG|0644, st_size=82509, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/enums.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 82509
mmap(NULL, 82509, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015cab000
close(9)                                = 0
mprotect(0x7f8015cbb000, 10584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/conditions.scm", {st_mode=S_IFREG|0644, st_size=6998, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/conditions.go", 0x7ffe254d76b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/conditions.go", {st_mode=S_IFREG|0644, st_size=87261, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/conditions.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87261
mmap(NULL, 87261, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c95000
close(9)                                = 0
mprotect(0x7f8015ca5000, 15464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/lists.scm", {st_mode=S_IFREG|0644, st_size=2032, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/lists.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/lists.go", {st_mode=S_IFREG|0644, st_size=72741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/lists.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72741
mmap(NULL, 72741, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c83000
close(9)                                = 0
mprotect(0x7f8015c93000, 3432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/procedural.scm", {st_mode=S_IFREG|0644, st_size=10398, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/procedural.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/procedural.go", {st_mode=S_IFREG|0644, st_size=79373, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/procedural.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79373
mmap(NULL, 79373, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c6f000
close(9)                                = 0
mprotect(0x7f8015c7f000, 5952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/receive.scm", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/receive.go", 0x7ffe254d6fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/receive.go", {st_mode=S_IFREG|0644, st_size=70061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70061
mmap(NULL, 70061, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c5d000
close(9)                                = 0
mprotect(0x7f8015c6d000, 2288, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/exceptions.scm", {st_mode=S_IFREG|0644, st_size=12200, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/exceptions.go", 0x7ffe254d76b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/exceptions.go", {st_mode=S_IFREG|0644, st_size=87381, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/exceptions.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87381
mmap(NULL, 87381, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c47000
close(9)                                = 0
mprotect(0x7f8015c57000, 13168, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/control.scm", {st_mode=S_IFREG|0644, st_size=986, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/control.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/control.go", {st_mode=S_IFREG|0644, st_size=68989, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68989
mmap(NULL, 68989, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c36000
close(9)                                = 0
mprotect(0x7f8015c46000, 1152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/inspection.scm", {st_mode=S_IFREG|0644, st_size=3433, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/inspection.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/inspection.go", {st_mode=S_IFREG|0644, st_size=73173, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/inspection.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73173
mmap(NULL, 73173, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c24000
close(9)                                = 0
mprotect(0x7f8015c34000, 3136, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/bitwise.scm", {st_mode=S_IFREG|0644, st_size=3131, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/bitwise.go", 0x7ffe254d6fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/bitwise.go", {st_mode=S_IFREG|0644, st_size=72885, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/bitwise.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72885
mmap(NULL, 72885, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c12000
close(9)                                = 0
mprotect(0x7f8015c22000, 3736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/syntax-case.scm", {st_mode=S_IFREG|0644, st_size=1896, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/syntax-case.go", 0x7ffe254d76b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/syntax-case.go", {st_mode=S_IFREG|0644, st_size=71221, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/syntax-case.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71221
mmap(NULL, 71221, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015c00000
close(9)                                = 0
mprotect(0x7f8015c10000, 2552, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x14fe000
brk(NULL)                               = 0x14fe000
brk(0x15bd000)                          = 0x15bd000
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/optargs.scm", {st_mode=S_IFREG|0644, st_size=16123, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/optargs.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0644, st_size=90645, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 90645
mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015be9000
close(9)                                = 0
mprotect(0x7f8015bf9000, 15808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/pmatch.scm", {st_mode=S_IFREG|0644, st_size=2574, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/pmatch.go", 0x7ffe254d6fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0644, st_size=79733, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79733
mmap(NULL, 79733, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015bd5000
close(9)                                = 0
mprotect(0x7f8015be5000, 10240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/records/syntactic.scm", {st_mode=S_IFREG|0644, st_size=11271, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/records/syntactic.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/records/syntactic.go", {st_mode=S_IFREG|0644, st_size=95533, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/records/syntactic.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 95533
mmap(NULL, 95533, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015bbd000
close(9)                                = 0
mprotect(0x7f8015bcd000, 19328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/hashtables.scm", {st_mode=S_IFREG|0644, st_size=6497, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/hashtables.go", 0x7ffe254d76b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/hashtables.go", {st_mode=S_IFREG|0644, st_size=78093, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/hashtables.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 78093
mmap(NULL, 78093, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015ba9000
close(9)                                = 0
mprotect(0x7f8015bb9000, 6368, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-69.scm", {st_mode=S_IFREG|0644, st_size=13001, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-69.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-69.go", {st_mode=S_IFREG|0644, st_size=196717, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-69.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 196717
mmap(NULL, 196717, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015b78000
close(9)                                = 0
mprotect(0x7f8015b98000, 45640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-13.scm", {st_mode=S_IFREG|0644, st_size=2788, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-13.go", 0x7ffe254d6fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-13.go", {st_mode=S_IFREG|0644, st_size=72819, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-13.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72819
mmap(NULL, 72819, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015b66000
close(9)                                = 0
mprotect(0x7f8015b76000, 5328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/files.scm", {st_mode=S_IFREG|0644, st_size=3406, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/files.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/files.go", {st_mode=S_IFREG|0644, st_size=73741, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/files.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73741
mmap(NULL, 73741, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015b53000
close(9)                                = 0
mprotect(0x7f8015b63000, 4144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-8.scm", {st_mode=S_IFREG|0644, st_size=1103, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-8.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-8.go", {st_mode=S_IFREG|0644, st_size=68051, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-8.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68051
mmap(NULL, 68051, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015b42000
close(9)                                = 0
mprotect(0x7f8015b52000, 640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.scm", {st_mode=S_IFREG|0644, st_size=71799, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.go", {st_mode=S_IFREG|0644, st_size=1339861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/syscalls.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 1339861
mmap(NULL, 1339861, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80159fa000
close(9)                                = 0
mprotect(0x7f8015aba000, 420592, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x15bd000
brk(NULL)                               = 0x15bd000
brk(0x16da000)                          = 0x16da000
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/foreign.scm", {st_mode=S_IFREG|0644, st_size=6664, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/foreign.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/foreign.go", {st_mode=S_IFREG|0644, st_size=80013, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 80013
mmap(NULL, 80013, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80159e6000
close(9)                                = 0
mprotect(0x7f80159f6000, 8776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/base/target.scm", {st_mode=S_IFREG|0644, st_size=5388, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/base/target.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/base/target.go", {st_mode=S_IFREG|0644, st_size=75957, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/base/target.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 75957
mmap(NULL, 75957, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80159d3000
close(9)                                = 0
mprotect(0x7f80159e3000, 4744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-19.scm", {st_mode=S_IFREG|0644, st_size=56972, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-19.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-19.go", {st_mode=S_IFREG|0644, st_size=422005, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-19.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 422005
mmap(NULL, 422005, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801596b000
close(9)                                = 0
mprotect(0x7f80159ab000, 98560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-6.scm", {st_mode=S_IFREG|0644, st_size=1092, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-6.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-6.go", {st_mode=S_IFREG|0644, st_size=68029, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-6.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68029
mmap(NULL, 68029, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801595a000
close(9)                                = 0
mprotect(0x7f801596a000, 576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/i18n.scm", {st_mode=S_IFREG|0644, st_size=20995, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/i18n.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/i18n.go", {st_mode=S_IFREG|0644, st_size=94709, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/i18n.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 94709
mmap(NULL, 94709, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015942000
close(9)                                = 0
mprotect(0x7f8015952000, 14088, PROT_READ|PROT_WRITE) = 0
futex(0x7f80173e50e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
uname({sysname="Linux", nodename="localhost.localdomain", ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.scm", {st_mode=S_IFREG|0644, st_size=4020, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.go", {st_mode=S_IFREG|0644, st_size=76437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/deprecation.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 76437
mmap(NULL, 76437, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801592f000
close(9)                                = 0
mprotect(0x7f801593f000, 6608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/serialization.scm", {st_mode=S_IFREG|0644, st_size=16869, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/serialization.go", {st_mode=S_IFREG|0644, st_size=89789, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/serialization.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 89789
mmap(NULL, 89789, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015919000
close(9)                                = 0
mprotect(0x7f8015929000, 9984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/combinators.scm", {st_mode=S_IFREG|0644, st_size=3785, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/combinators.go", {st_mode=S_IFREG|0644, st_size=73341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/combinators.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 73341
mmap(NULL, 73341, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015907000
close(9)                                = 0
mprotect(0x7f8015917000, 3960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/monads.scm", {st_mode=S_IFREG|0644, st_size=20607, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/monads.go", {st_mode=S_IFREG|0644, st_size=326837, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/monads.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 326837
mmap(NULL, 326837, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80158b7000
close(9)                                = 0
mprotect(0x7f80158e7000, 91936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/syntax.scm", {st_mode=S_IFREG|0644, st_size=1343, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/syntax.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/syntax.go", {st_mode=S_IFREG|0644, st_size=68757, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/syntax.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68757
mmap(NULL, 68757, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80158a6000
close(9)                                = 0
mprotect(0x7f80158b6000, 1104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/records.scm", {st_mode=S_IFREG|0644, st_size=21561, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/records.go", {st_mode=S_IFREG|0644, st_size=112453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/records.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 112453
mmap(NULL, 112453, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801588a000
close(9)                                = 0
mprotect(0x7f801589a000, 30672, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base16.scm", {st_mode=S_IFREG|0644, st_size=3251, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base16.go", {st_mode=S_IFREG|0644, st_size=80749, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base16.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 80749
mmap(NULL, 80749, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015876000
close(9)                                = 0
mprotect(0x7f8015886000, 12264, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base32.scm", {st_mode=S_IFREG|0644, st_size=13325, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base32.go", {st_mode=S_IFREG|0644, st_size=83661, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base32.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 83661
mmap(NULL, 83661, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015861000
close(9)                                = 0
mprotect(0x7f8015871000, 4448, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/hash.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/hash", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/hash.scm", {st_mode=S_IFREG|0644, st_size=5470, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/hash.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/hash.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/hash.go", {st_mode=S_IFREG|0644, st_size=77485, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/hash.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 77485
mmap(NULL, 77485, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801584e000
close(9)                                = 0
mprotect(0x7f801585e000, 5776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/common.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/common", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/common.scm", {st_mode=S_IFREG|0644, st_size=2737, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/common.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/common.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/common.go", {st_mode=S_IFREG|0644, st_size=70829, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/common.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70829
mmap(NULL, 70829, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801583c000
close(9)                                = 0
mprotect(0x7f801584c000, 1992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/package-config.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/package-config", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/package-config.scm", {st_mode=S_IFREG|0644, st_size=1080, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/package-config.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/package-config.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/package-config.go", {st_mode=S_IFREG|0644, st_size=68123, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/package-config.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68123
mmap(NULL, 68123, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801582b000
close(9)                                = 0
mprotect(0x7f801583b000, 672, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/lib64/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libgcrypt.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/lib64/libgcrypt.so", R_OK)     = 0
openat(AT_FDCWD, "/lib64/libgcrypt.so", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\305\0\0\0\0\0\0@\0\0\0\0\0\0\0\260d\22\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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@\260\0\0\0\0\0\0@\260\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0\t\346\f\0\0\0\0\0\t\346\f\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\r\0\0\0\0\0\0\260\r\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=1207152, ...}) = 0
mmap(NULL, 1171368, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f801570d000
mmap(0x7f8015719000, 847872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xc000) = 0x7f8015719000
mmap(0x7f80157e8000, 245760, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xdb000) = 0x7f80157e8000
mmap(0x7f8015824000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x116000) = 0x7f8015824000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80156f5000
close(9)                                = 0
openat(AT_FDCWD, "/lib64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360L\0\0\0\0\0\0@\0\0\0\0\0\0\0H-\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\220<\0\0\0\0\0\0\220<\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\201,\1\0\0\0\0\0\201,\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\1\0\0\0\0\0\0p\1\0\0\0\0\0"..., 832) = 832
lseek(9, 130776, SEEK_SET)              = 130776
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(9, {st_mode=S_IFREG|0755, st_size=144520, ...}) = 0
lseek(9, 130776, SEEK_SET)              = 130776
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 139840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f80156d2000
mprotect(0x7f80156d6000, 118784, PROT_NONE) = 0
mmap(0x7f80156d6000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x4000) = 0x7f80156d6000
mmap(0x7f80156e9000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x17000) = 0x7f80156e9000
mmap(0x7f80156f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x20000) = 0x7f80156f3000
close(9)                                = 0
mprotect(0x7f80156f3000, 4096, PROT_READ) = 0
mprotect(0x7f8015824000, 8192, PROT_READ) = 0
access("/etc/system-fips", F_OK)        = -1 ENOENT (No such file or directory)
munmap(0x7f80156f5000, 96686)           = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(9, "0\n", 1024)                    = 2
close(9)                                = 0
openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/utils.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gcrypt/utils", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gcrypt/utils.scm", {st_mode=S_IFREG|0644, st_size=1934, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gcrypt/utils.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gcrypt/utils.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gcrypt/utils.go", {st_mode=S_IFREG|0644, st_size=69693, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gcrypt/utils.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 69693
mmap(NULL, 69693, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80156fb000
close(9)                                = 0
mprotect(0x7f801570b000, 1208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/popen.scm", {st_mode=S_IFREG|0644, st_size=5806, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/popen.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/popen.go", {st_mode=S_IFREG|0644, st_size=100861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/popen.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 100861
mmap(NULL, 100861, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80156b9000
close(9)                                = 0
mprotect(0x7f80156c9000, 25952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/uri.scm", {st_mode=S_IFREG|0644, st_size=19529, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/uri.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/uri.go", {st_mode=S_IFREG|0644, st_size=204061, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/uri.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 204061
mmap(NULL, 204061, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015687000
close(9)                                = 0
mprotect(0x7f80156a7000, 50216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gnutls.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/gnutls", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/gnutls.scm", {st_mode=S_IFREG|0644, st_size=17527, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnutls.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/gnutls.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/gnutls.go", {st_mode=S_IFREG|0644, st_size=91421, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/gnutls.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 91421
mmap(NULL, 91421, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015670000
close(9)                                = 0
mprotect(0x7f8015680000, 23640, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/extensions/guile-gnutls-v-2.la", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=1160, ...}) = 0
read(9, "# guile-gnutls-v-2.la - a libtool library file\n# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-8\n#\n# Please DO NOT delete this file!\n# It is necessary for linking the library.\n\n# The name that"..., 4096) = 1160
read(9, "", 4096)                       = 0
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/extensions/guile-gnutls-v-2.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\254\0\0\0\0\0\0@\0\0\0\0\0\0\0\250\252\16\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0$\0#\0\1\0\0\0\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\360\224\0\0\0\0\0\0\360\224\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\235M\1\0\0\0\0\0\235M\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=963496, ...}) = 0
mmap(NULL, 166032, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f8015647000
mprotect(0x7f8015651000, 118784, PROT_NONE) = 0
mmap(0x7f8015651000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f8015651000
mmap(0x7f8015666000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x1f000) = 0x7f8015666000
mmap(0x7f801566e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x26000) = 0x7f801566e000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3004\3\0\0\0\0\0@\0\0\0\0\0\0\0H`\301\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0&\0%\0\1\0\0\0\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\350\375\2\0\0\0\0\0\350\375\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\0\3\0\0\0\0\0\0\0\3\0\0\0\0\0\0\0\3\0\0\0\0\0\355\27\20\0\0\0\0\0\355\27\20\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \23\0\0\0\0\0\0 \23\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=12675528, ...}) = 0
mmap(NULL, 1758304, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f8015499000
mmap(0x7f80154c9000, 1056768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x30000) = 0x7f80154c9000
mmap(0x7f80155cb000, 430080, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x132000) = 0x7f80155cb000
mmap(0x7f8015634000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x19a000) = 0x7f8015634000
mmap(0x7f8015645000, 5216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8015645000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015481000
close(9)                                = 0
openat(AT_FDCWD, "/lib64/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\300\2\0\0\0\0\0@\0\0\0\0\0\0\0\220e\23\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\35\0\34\0\1\0\0\0\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\360\252\2\0\0\0\0\0\360\252\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\260\2\0\0\0\0\0\0\260\2\0\0\0\0\0\0\260\2\0\0\0\0\0\215\226\t\0\0\0\0\0\215\226\t\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\f\0\0\0\0\0\0P\f\0\0\0\0\0"..., 832) = 832
lseek(9, 1178232, SEEK_SET)             = 1178232
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(9, {st_mode=S_IFREG|0755, st_size=1273040, ...}) = 0
lseek(9, 1178232, SEEK_SET)             = 1178232
read(9, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 1264864, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f801534c000
mmap(0x7f8015377000, 630784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2b000) = 0x7f8015377000
mmap(0x7f8015411000, 372736, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xc5000) = 0x7f8015411000
mmap(0x7f801546c000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x11f000) = 0x7f801546c000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libnettle.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libnettle.so.6", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\251\0\0\0\0\0\0@\0\0\0\0\0\0\0\260]\4\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\320\222\0\0\0\0\0\0\320\222\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\0\240\0\0\0\0\0\0\331\334\1\0\0\0\0\0\331\334\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=287856, ...}) = 0
mmap(NULL, 237600, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f8015311000
mmap(0x7f801531b000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0xa000) = 0x7f801531b000
mmap(0x7f8015339000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x28000) = 0x7f8015339000
mmap(0x7f8015349000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x37000) = 0x7f8015349000
close(9)                                = 0
openat(AT_FDCWD, "/opt/local/lib/libhogweed.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libhogweed.so.4", O_RDONLY|O_CLOEXEC) = 9
read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \216\0\0\0\0\0\0@\0\0\0\0\0\0\0\200\242\3\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\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\08p\0\0\0\0\0\08p\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\0\200\0\0\0\0\0\0\r\5\1\0\0\0\0\0\r\5\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\1\0\0\0\0\0\0\220\1\0\0\0\0\0"..., 832) = 832
fstat(9, {st_mode=S_IFREG|0755, st_size=239872, ...}) = 0
mmap(NULL, 200712, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f80152df000
mprotect(0x7f80152e7000, 163840, PROT_NONE) = 0
mmap(0x7f80152e7000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x8000) = 0x7f80152e7000
mmap(0x7f80152f8000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x19000) = 0x7f80152f8000
mmap(0x7f801530f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x2f000) = 0x7f801530f000
mmap(0x7f8015310000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8015310000
close(9)                                = 0
mprotect(0x7f8015349000, 8192, PROT_READ) = 0
mprotect(0x7f801530f000, 4096, PROT_READ) = 0
mprotect(0x7f801546c000, 45056, PROT_READ) = 0
mprotect(0x7f8015634000, 61440, PROT_READ) = 0
mprotect(0x7f801566e000, 4096, PROT_READ) = 0
getrandom("\xed", 1, GRND_NONBLOCK)     = 1
stat("/etc/gnutls/default-priorities", 0x7ffe254d7c30) = -1 ENOENT (No such file or directory)
munmap(0x7f8015481000, 96686)           = 0
brk(NULL)                               = 0x16da000
brk(0x16fb000)                          = 0x16fb000
brk(NULL)                               = 0x16fb000
brk(0x1703000)                          = 0x1703000
brk(NULL)                               = 0x1703000
brk(NULL)                               = 0x1703000
brk(0x1702000)                          = 0x1702000
brk(NULL)                               = 0x1702000
brk(NULL)                               = 0x1702000
brk(NULL)                               = 0x1702000
brk(0x16fb000)                          = 0x16fb000
brk(NULL)                               = 0x16fb000
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.scm", 0x7ffe254d8410) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program", 0x7ffe254d8410) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.scm", 0x7ffe254d8410) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program", 0x7ffe254d8410) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/program.scm", {st_mode=S_IFREG|0644, st_size=11724, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/program.go", 0x7ffe254d8220) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/program.go", {st_mode=S_IFREG|0644, st_size=84149, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/program.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 84149
mmap(NULL, 84149, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015484000
close(9)                                = 0
mprotect(0x7f8015494000, 7896, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.scm", 0x7ffe254d80a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug", 0x7ffe254d80a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.scm", 0x7ffe254d80a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug", 0x7ffe254d80a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/debug.scm", {st_mode=S_IFREG|0644, st_size=30494, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/debug.go", 0x7ffe254d7eb0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/debug.go", {st_mode=S_IFREG|0644, st_size=334277, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/debug.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 334277
mmap(NULL, 334277, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801528d000
close(9)                                = 0
mprotect(0x7f80152bd000, 91600, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=74885927}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=81373986}) = 0
write(6, "\0", 1)                       = 1
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/elf.scm", {st_mode=S_IFREG|0644, st_size=42900, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/elf.go", 0x7ffe254d7b40) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/elf.go", {st_mode=S_IFREG|0644, st_size=678373, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/elf.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 678373
mmap(NULL, 678373, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80151e7000
close(9)                                = 0
mprotect(0x7f8015247000, 207728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/dwarf.scm", {st_mode=S_IFREG|0644, st_size=59212, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/dwarf.go", 0x7ffe254d7b40) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/dwarf.go", {st_mode=S_IFREG|0644, st_size=1142445, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/dwarf.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 1142445
mmap(NULL, 1142445, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80150d0000
close(9)                                = 0
mprotect(0x7f8015180000, 294840, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x16fb000
brk(NULL)                               = 0x16fb000
brk(0x1897000)                          = 0x1897000
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.scm", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader", 0x7ffe254d7d30) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/system/vm/loader.scm", {st_mode=S_IFREG|0644, st_size=1120, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/system/vm/loader.go", 0x7ffe254d7b40) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/system/vm/loader.go", {st_mode=S_IFREG|0644, st_size=68389, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/system/vm/loader.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 68389
mmap(NULL, 68389, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f80150bf000
close(9)                                = 0
mprotect(0x7f80150cf000, 872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/derivations.scm", {st_mode=S_IFREG|0644, st_size=56300, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/derivations.go", {st_mode=S_IFREG|0644, st_size=423093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/derivations.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 423093
mmap(NULL, 423093, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8015057000
close(9)                                = 0
mprotect(0x7f8015097000, 99856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/sets.scm", {st_mode=S_IFREG|0644, st_size=3610, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/sets.go", {st_mode=S_IFREG|0644, st_size=110005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/sets.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 110005
mmap(NULL, 110005, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801503c000
close(9)                                = 0
mprotect(0x7f801504c000, 33624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/grafts.scm", {st_mode=S_IFREG|0644, st_size=14499, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/grafts.go", {st_mode=S_IFREG|0644, st_size=198597, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/grafts.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 198597
mmap(NULL, 198597, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f801500b000
close(9)                                = 0
mprotect(0x7f801502b000, 47504, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/packages.scm", {st_mode=S_IFREG|0644, st_size=56642, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/packages.go", {st_mode=S_IFREG|0644, st_size=655933, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/packages.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 655933
mmap(NULL, 655933, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014f6a000
close(9)                                = 0
mprotect(0x7f8014fca000, 177464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system.scm", {st_mode=S_IFREG|0644, st_size=3910, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system.go", {st_mode=S_IFREG|0644, st_size=297773, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 297773
mmap(NULL, 297773, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014f21000
close(9)                                = 0
mprotect(0x7f8014f51000, 77072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.scm", {st_mode=S_IFREG|0644, st_size=8698, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.go", {st_mode=S_IFREG|0644, st_size=194565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/search-paths.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 194565
mmap(NULL, 194565, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014ef1000
close(9)                                = 0
mprotect(0x7f8014f11000, 46728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiles.scm", {st_mode=S_IFREG|0644, st_size=75895, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/profiles.go", {st_mode=S_IFREG|0644, st_size=537141, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/profiles.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 537141
mmap(NULL, 537141, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014e6d000
close(9)                                = 0
mprotect(0x7f8014ebd000, 125960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/modules.scm", {st_mode=S_IFREG|0644, st_size=7030, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/modules.go", {st_mode=S_IFREG|0644, st_size=79045, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/modules.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 79045
mmap(NULL, 79045, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014e59000
close(9)                                = 0
mprotect(0x7f8014e69000, 6176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/licenses.scm", {st_mode=S_IFREG|0644, st_size=21744, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/licenses.go", {st_mode=S_IFREG|0644, st_size=187565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/licenses.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 187565
mmap(NULL, 187565, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014e2b000
close(9)                                = 0
mprotect(0x7f8014e4b000, 43128, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-31.scm", {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-31.go", 0x7ffe254d8b50) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-31.go", {st_mode=S_IFREG|0644, st_size=70845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-31.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 70845
mmap(NULL, 70845, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014e19000
close(9)                                = 0
mprotect(0x7f8014e29000, 2832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo.scm", {st_mode=S_IFREG|0644, st_size=52321, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo.go", 0x7ffe254d8b50) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo.go", {st_mode=S_IFREG|0644, st_size=110245, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 110245
mmap(NULL, 110245, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014dfe000
close(9)                                = 0
mprotect(0x7f8014e0e000, 25608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/simple.scm", {st_mode=S_IFREG|0644, st_size=14218, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/simple.go", 0x7ffe254d87e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/simple.go", {st_mode=S_IFREG|0644, st_size=83525, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/simple.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 83525
mmap(NULL, 83525, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014de9000
close(9)                                = 0
mprotect(0x7f8014df9000, 7432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/ssax/input-parse.scm", {st_mode=S_IFREG|0644, st_size=7932, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax/input-parse.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/ssax/input-parse.go", {st_mode=S_IFREG|0644, st_size=77837, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/ssax/input-parse.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 77837
mmap(NULL, 77837, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014dd5000
close(9)                                = 0
mprotect(0x7f8014de5000, 4560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/ssax.scm", {st_mode=S_IFREG|0644, st_size=11011, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/ssax.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/ssax.go", {st_mode=S_IFREG|0644, st_size=215853, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/ssax.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 215853
mmap(NULL, 215853, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014da0000
close(9)                                = 0
mprotect(0x7f8014dc0000, 58760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/sxml/transform.scm", {st_mode=S_IFREG|0644, st_size=12117, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/sxml/transform.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/sxml/transform.go", {st_mode=S_IFREG|0644, st_size=72573, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/sxml/transform.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 72573
mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014d8e000
close(9)                                = 0
mprotect(0x7f8014d9e000, 2008, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.scm", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text", 0x7ffe254d8d40) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo/plain-text.scm", {st_mode=S_IFREG|0644, st_size=9508, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/plain-text.go", 0x7ffe254d8b50) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo/plain-text.go", {st_mode=S_IFREG|0644, st_size=87517, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo/plain-text.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 87517
mmap(NULL, 87517, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014d78000
close(9)                                = 0
mprotect(0x7f8014d88000, 10696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/texinfo/string-utils.scm", {st_mode=S_IFREG|0644, st_size=16606, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/texinfo/string-utils.go", 0x7ffe254d87e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/texinfo/string-utils.go", {st_mode=S_IFREG|0644, st_size=82557, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/texinfo/string-utils.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 82557
mmap(NULL, 82557, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014d63000
close(9)                                = 0
mprotect(0x7f8014d73000, 3640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-14.scm", {st_mode=S_IFREG|0644, st_size=2386, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-14.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-14.go", {st_mode=S_IFREG|0644, st_size=71587, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-14.go", O_RDONLY|O_CLOEXEC) = 9
lseek(9, 0, SEEK_END)                   = 71587
mmap(NULL, 71587, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f8014d51000
close(9)                                = 0
mprotect(0x7f8014d61000, 4096, PROT_READ|PROT_WRITE) = 0
ioctl(1, TIOCGWINSZ, 0x179e890)         = -1 ENOTTY (Inappropriate ioctl for device)
pipe2([9, 10], O_CLOEXEC)               = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f8014550000
mprotect(0x7f8014551000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f8014d4ffb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f8014d509d0, tls=0x7f8014d50700, child_tidptr=0x7f8014d509d0) = 768
futex(0x1264e60, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x1637e00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017c454a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f80175bf070}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
futex(0x7f8017c44f60, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017c44f60, FUTEX_WAKE_PRIVATE, 1) = 0
fstat(1, {st_mode=S_IFREG|0664, st_size=416, ...}) = 0
fstat(2, {st_mode=S_IFREG|0664, st_size=416, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.scm", {st_mode=S_IFREG|0644, st_size=39158, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.go", {st_mode=S_IFREG|0644, st_size=183757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/scripts/build.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 183757
mmap(NULL, 183757, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014523000
close(13)                               = 0
mprotect(0x7f8014543000, 20888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts.scm", {st_mode=S_IFREG|0644, st_size=8456, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/scripts.go", {st_mode=S_IFREG|0644, st_size=79365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/scripts.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 79365
mmap(NULL, 79365, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801450f000
close(13)                               = 0
mprotect(0x7f801451f000, 6728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.scm", 0x7ffe254d89d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-37.scm", {st_mode=S_IFREG|0644, st_size=8594, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-37.go", 0x7ffe254d87e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-37.go", {st_mode=S_IFREG|0644, st_size=109437, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-37.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 109437
mmap(NULL, 109437, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80144f4000
close(13)                               = 0
mprotect(0x7f8014504000, 31984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/status.scm", {st_mode=S_IFREG|0644, st_size=30961, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/status.go", {st_mode=S_IFREG|0644, st_size=415493, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/status.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 415493
mmap(NULL, 415493, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801448e000
close(13)                               = 0
mprotect(0x7f80144ce000, 107248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/progress.scm", {st_mode=S_IFREG|0644, st_size=13400, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/progress.go", {st_mode=S_IFREG|0644, st_size=190533, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/progress.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 190533
mmap(NULL, 190533, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801445f000
close(13)                               = 0
mprotect(0x7f801447f000, 40888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/download.scm", {st_mode=S_IFREG|0644, st_size=35007, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/download.go", {st_mode=S_IFREG|0644, st_size=176373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/download.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 176373
mmap(NULL, 176373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014433000
close(13)                               = 0
mprotect(0x7f8014453000, 21624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/http.scm", {st_mode=S_IFREG|0644, st_size=71879, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/http.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/http.go", {st_mode=S_IFREG|0644, st_size=314845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/http.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 314845
mmap(NULL, 314845, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80143e6000
close(13)                               = 0
mprotect(0x7f8014416000, 62032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/textual-ports.scm", {st_mode=S_IFREG|0644, st_size=2346, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/textual-ports.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/textual-ports.go", {st_mode=S_IFREG|0644, st_size=70861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/textual-ports.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 70861
mmap(NULL, 70861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80143d4000
close(13)                               = 0
mprotect(0x7f80143e4000, 2088, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.scm", 0x7ffe254d8660) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/client.scm", {st_mode=S_IFREG|0644, st_size=20521, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/client.go", 0x7ffe254d8470) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/client.go", {st_mode=S_IFREG|0644, st_size=94493, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/client.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 94493
mmap(NULL, 94493, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80143bc000
close(13)                               = 0
mprotect(0x7f80143cc000, 13936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/request.scm", {st_mode=S_IFREG|0644, st_size=11688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/request.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/request.go", {st_mode=S_IFREG|0644, st_size=202525, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/request.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 202525
mmap(NULL, 202525, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801438a000
close(13)                               = 0
mprotect(0x7f80143aa000, 48920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/web/response.scm", {st_mode=S_IFREG|0644, st_size=13342, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/web/response.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/web/response.go", {st_mode=S_IFREG|0644, st_size=200173, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/web/response.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 200173
mmap(NULL, 200173, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014359000
close(13)                               = 0
mprotect(0x7f8014379000, 47408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base64.scm", {st_mode=S_IFREG|0644, st_size=11617, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/base64.go", {st_mode=S_IFREG|0644, st_size=85157, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/base64.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 85157
mmap(NULL, 85157, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014344000
close(13)                               = 0
mprotect(0x7f8014354000, 10792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.scm", 0x7ffe254d82f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs.scm", {st_mode=S_IFREG|0644, st_size=12688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs.go", 0x7ffe254d8100) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs.go", {st_mode=S_IFREG|0644, st_size=175853, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 175853
mmap(NULL, 175853, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014319000
close(13)                               = 0
mprotect(0x7f8014339000, 40424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/fixnums.scm", {st_mode=S_IFREG|0644, st_size=7277, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/fixnums.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/fixnums.go", {st_mode=S_IFREG|0644, st_size=96965, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/fixnums.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 96965
mmap(NULL, 96965, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014301000
close(13)                               = 0
mprotect(0x7f8014311000, 19224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/arithmetic/flonums.scm", {st_mode=S_IFREG|0644, st_size=6074, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/arithmetic/flonums.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/flonums.go", {st_mode=S_IFREG|0644, st_size=84317, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/arithmetic/flonums.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 84317
mmap(NULL, 84317, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80142ec000
close(13)                               = 0
mprotect(0x7f80142fc000, 9016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.scm", 0x7ffe254d7c10) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/r5rs.scm", {st_mode=S_IFREG|0644, st_size=1238, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/r5rs.go", 0x7ffe254d7a20) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/r5rs.go", {st_mode=S_IFREG|0644, st_size=69749, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69749
mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80142da000
close(13)                               = 0
mprotect(0x7f80142ea000, 1704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.scm", 0x7ffe254d78a0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/r5rs.scm", {st_mode=S_IFREG|0644, st_size=1602, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/r5rs.go", 0x7ffe254d76b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/r5rs.go", {st_mode=S_IFREG|0644, st_size=69253, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69253
mmap(NULL, 69253, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80142c9000
close(13)                               = 0
mprotect(0x7f80142d9000, 1456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.scm", 0x7ffe254d7530) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/safe-r5rs.scm", {st_mode=S_IFREG|0644, st_size=3814, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/safe-r5rs.go", 0x7ffe254d7340) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", {st_mode=S_IFREG|0644, st_size=79293, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 79293
mmap(NULL, 79293, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80142b5000
close(13)                               = 0
mprotect(0x7f80142c5000, 11472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.scm", 0x7ffe254d71c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/null.scm", {st_mode=S_IFREG|0644, st_size=1157, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/null.go", 0x7ffe254d6fd0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/null.go", {st_mode=S_IFREG|0644, st_size=68925, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/null.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 68925
mmap(NULL, 68925, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f80142a4000
close(13)                               = 0
mprotect(0x7f80142b4000, 1472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/io/simple.scm", {st_mode=S_IFREG|0644, st_size=4545, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/io/simple.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/io/simple.go", {st_mode=S_IFREG|0644, st_size=76325, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/io/simple.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 76325
mmap(NULL, 76325, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014291000
close(13)                               = 0
mprotect(0x7f80142a1000, 6184, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/programs.scm", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/programs.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/programs.go", {st_mode=S_IFREG|0644, st_size=68845, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/programs.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 68845
mmap(NULL, 68845, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014280000
close(13)                               = 0
mprotect(0x7f8014290000, 1008, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x1897000
brk(NULL)                               = 0x1897000
brk(0x18d7000)                          = 0x18d7000
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/sorting.scm", {st_mode=S_IFREG|0644, st_size=1201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/sorting.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/sorting.go", {st_mode=S_IFREG|0644, st_size=69749, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/sorting.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 69749
mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801426e000
close(13)                               = 0
mprotect(0x7f801427e000, 1384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.scm", 0x7ffe254d7f80) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/rnrs/unicode.scm", {st_mode=S_IFREG|0644, st_size=2344, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/rnrs/unicode.go", 0x7ffe254d7d90) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/rnrs/unicode.go", {st_mode=S_IFREG|0644, st_size=71685, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/rnrs/unicode.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 71685
mmap(NULL, 71685, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f801425c000
close(13)                               = 0
mprotect(0x7f801426c000, 3272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.scm", {st_mode=S_IFREG|0644, st_size=12062, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.go", {st_mode=S_IFREG|0644, st_size=110485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/ftp-client.go", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_END)                  = 110485
mmap(NULL, 110485, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f8014241000
close(13)                               = 0
mprotect(0x7f8014251000, 31608, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x18d7000
brk(NULL)                               = 0x18d7000
brk(0x1b2b000)                          = 0x1b2b000
ioctl(1, TIOCGWINSZ, 0x19b52c0)         = -1 ENOTTY (Inappropriate ioctl for device)
socket(AF_UNIX, SOCK_STREAM, 0)         = 13
connect(13, {sa_family=AF_UNIX, sun_path="/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/738/daemon-socket/socket"}, 73) = 0
write(13, "cxin\0\0\0\0", 8)            = 8
read(13, "oixd\0\0\0\0", 8)             = 8
read(13, "c\1\0\0\0\0\0\0", 8)          = 8
write(13, "c\1\0\0\0\0\0\0", 8)         = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\1\0\0\0\0\0\0\0", 8)        = 8
read(13, "stla\0\0\0\0", 8)             = 8
ioctl(1, TIOCGWINSZ, 0x19cefe0)         = -1 ENOTTY (Inappropriate ioctl for device)
write(13, "\23\0\0\0\0\0\0\0", 8)       = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\1\0\0\0\0\0\0\0", 8)        = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\0\0\0\0\0\0\0\0", 8)        = 8
write(13, "\1\0\0\0\0\0\0\0", 8)        = 8
write(13, "\1\0\0\0\0\0\0\0", 8)        = 8
write(13, "\4\0\0\0\0\0\0\0", 8)        = 8
write(13, "\32\0\0\0\0\0\0\0print-extended-build-trace\0\0\0\0\0\0", 40) = 40
write(13, "\1\0\0\0\0\0\0\0001\0\0\0\0\0\0\0", 16) = 16
write(13, "\30\0\0\0\0\0\0\0multiplexed-build-output", 32) = 32
write(13, "\4\0\0\0\0\0\0\0true\0\0\0\0", 16) = 16
write(13, "\20\0\0\0\0\0\0\0terminal-columns", 24) = 24
write(13, "\2\0\0\0\0\0\0\080\0\0\0\0\0\0", 16) = 16
write(13, "\6\0\0\0\0\0\0\0locale\0\0", 16) = 16
write(13, "\1\0\0\0\0\0\0\0C\0\0\0\0\0\0\0", 16) = 16
read(13, "stla\0\0\0\0", 8)             = 8
ioctl(1, TIOCGWINSZ, 0x19ceb30)         = -1 ENOTTY (Inappropriate ioctl for device)
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages.scm", {st_mode=S_IFREG|0644, st_size=22355, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages.go", {st_mode=S_IFREG|0644, st_size=97757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 97757
mmap(NULL, 97757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014229000
close(14)                               = 0
mprotect(0x7f8014239000, 14976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/discovery.scm", {st_mode=S_IFREG|0644, st_size=7985, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/discovery.go", {st_mode=S_IFREG|0644, st_size=76677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/discovery.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76677
mmap(NULL, 76677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014216000
close(14)                               = 0
mprotect(0x7f8014226000, 4336, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/describe.scm", {st_mode=S_IFREG|0644, st_size=6176, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/describe.go", {st_mode=S_IFREG|0644, st_size=75021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/describe.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75021
mmap(NULL, 75021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014203000
close(14)                               = 0
mprotect(0x7f8014213000, 4360, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/base.scm", {st_mode=S_IFREG|0644, st_size=59933, ...}) = 0
brk(NULL)                               = 0x1b2b000
brk(0x1b51000)                          = 0x1b51000
brk(NULL)                               = 0x1b51000
brk(0x1b54000)                          = 0x1b54000
brk(NULL)                               = 0x1b54000
brk(NULL)                               = 0x1b54000
brk(0x1b53000)                          = 0x1b53000
brk(NULL)                               = 0x1b53000
brk(NULL)                               = 0x1b53000
brk(NULL)                               = 0x1b53000
brk(0x1b4c000)                          = 0x1b4c000
brk(NULL)                               = 0x1b4c000
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
getdents64(14, /* 896 entries */, 32768) = 30216
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patches", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=40960, ...}) = 0
getdents64(14, /* 620 entries */, 32768) = 32728
getdents64(14, /* 117 entries */, 32768) = 6304
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 7 entries */, 32768)  = 224
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap/x86_64-linux", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 152
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap/mips64el-linux", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 152
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap/i686-linux", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 152
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap/armhf-linux", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 152
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap/aarch64-linux", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 152
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aux-files", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 6 entries */, 32768)  = 184
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aux-files/linux-libre", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 18 entries */, 32768) = 680
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aux-files/emacs", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 3 entries */, 32768)  = 88
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aux-files/chromium", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 14
fstat(14, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(14, /* 3 entries */, 32768)  = 96
getdents64(14, /* 0 entries */, 32768)  = 0
close(14)                               = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abduco.scm", {st_mode=S_IFREG|0644, st_size=2013, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abduco.go", {st_mode=S_IFREG|0644, st_size=72709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abduco.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72709
mmap(NULL, 72709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80141f1000
close(14)                               = 0
mprotect(0x7f8014201000, 3288, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/gnu.scm", {st_mode=S_IFREG|0644, st_size=23818, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/gnu.go", {st_mode=S_IFREG|0644, st_size=95533, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/gnu.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95533
mmap(NULL, 95533, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80141d9000
close(14)                               = 0
mprotect(0x7f80141e9000, 13032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/download.scm", {st_mode=S_IFREG|0644, st_size=26442, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/download.go", {st_mode=S_IFREG|0644, st_size=95965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95965
mmap(NULL, 95965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80141c1000
close(14)                               = 0
mprotect(0x7f80141d1000, 22688, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abiword.scm", {st_mode=S_IFREG|0644, st_size=5430, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abiword.go", {st_mode=S_IFREG|0644, st_size=78493, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/abiword.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78493
mmap(NULL, 78493, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80141ad000
close(14)                               = 0
mprotect(0x7f80141bd000, 8312, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=148445112}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
brk(NULL)                               = 0x1b4c000
brk(NULL)                               = 0x1b4c000
brk(0x1e78000)                          = 0x1e78000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=160694832}) = 0
write(6, "\0", 1)                       = 1
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/glib-or-gtk.scm", {st_mode=S_IFREG|0644, st_size=9154, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/glib-or-gtk.go", {st_mode=S_IFREG|0644, st_size=76957, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/glib-or-gtk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76957
mmap(NULL, 76957, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f801419a000
close(14)                               = 0
mprotect(0x7f80141aa000, 6704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autotools.scm", {st_mode=S_IFREG|0644, st_size=18613, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autotools.go", {st_mode=S_IFREG|0644, st_size=107445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autotools.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 107445
mmap(NULL, 107445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f801417f000
close(14)                               = 0
mprotect(0x7f801418f000, 20520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl.scm", {st_mode=S_IFREG|0644, st_size=391447, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl.go", {st_mode=S_IFREG|0644, st_size=2492469, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 2492469
mmap(NULL, 2492469, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fd9f000
close(14)                               = 0
mprotect(0x7f800feef000, 203040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/perl.scm", {st_mode=S_IFREG|0644, st_size=5559, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/perl.go", {st_mode=S_IFREG|0644, st_size=74829, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/perl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74829
mmap(NULL, 74829, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f801416c000
close(14)                               = 0
mprotect(0x7f801417c000, 5416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/base.scm", {st_mode=S_IFREG|0644, st_size=59933, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/base.go", {st_mode=S_IFREG|0644, st_size=307565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/base.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 307565
mmap(NULL, 307565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014120000
close(14)                               = 0
mprotect(0x7f8014150000, 44176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acl.scm", {st_mode=S_IFREG|0644, st_size=3860, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acl.go", {st_mode=S_IFREG|0644, st_size=76573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76573
mmap(NULL, 76573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f801410d000
close(14)                               = 0
mprotect(0x7f801411d000, 6912, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/attr.scm", {st_mode=S_IFREG|0644, st_size=3169, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/attr.go", {st_mode=S_IFREG|0644, st_size=74557, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/attr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74557
mmap(NULL, 74557, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80140fa000
close(14)                               = 0
mprotect(0x7f801410a000, 4976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gettext.scm", {st_mode=S_IFREG|0644, st_size=9126, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gettext.go", {st_mode=S_IFREG|0644, st_size=85725, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gettext.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85725
mmap(NULL, 85725, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80140e5000
close(14)                               = 0
mprotect(0x7f80140f5000, 12760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docbook.scm", {st_mode=S_IFREG|0644, st_size=11877, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docbook.go", {st_mode=S_IFREG|0644, st_size=92453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docbook.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92453
mmap(NULL, 92453, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80140ce000
close(14)                               = 0
mprotect(0x7f80140de000, 13768, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compression.scm", {st_mode=S_IFREG|0644, st_size=79528, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compression.go", {st_mode=S_IFREG|0644, st_size=429125, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compression.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 429125
mmap(NULL, 429125, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014065000
close(14)                               = 0
mprotect(0x7f80140a5000, 59032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/git-download.scm", {st_mode=S_IFREG|0644, st_size=9416, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/git-download.go", {st_mode=S_IFREG|0644, st_size=187885, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/git-download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 187885
mmap(NULL, 187885, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014037000
close(14)                               = 0
mprotect(0x7f8014057000, 42400, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8017b0c000
munmap(0x7f8017b11000, 8192)            = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git.scm", 0x7ffe254d6c50) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git.scm", 0x7ffe254d6c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git.scm", 0x7ffe254d6c50) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git.scm", {st_mode=S_IFREG|0644, st_size=1889, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git.go", 0x7ffe254d6a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git.go", 0x7ffe254d6a60) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git.go", {st_mode=S_IFREG|0644, st_size=70189, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 70189
mmap(NULL, 70189, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014025000
close(14)                               = 0
mprotect(0x7f8014035000, 2520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/bindings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/bindings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/bindings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/bindings.scm", {st_mode=S_IFREG|0644, st_size=6696, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/bindings.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/bindings.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/bindings.go", {st_mode=S_IFREG|0644, st_size=82941, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/bindings.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82941
mmap(NULL, 82941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8014010000
close(14)                               = 0
mprotect(0x7f8014020000, 10248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/config.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/config.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/config.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/config.scm", {st_mode=S_IFREG|0644, st_size=960, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/config.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/config.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/config.go", {st_mode=S_IFREG|0644, st_size=67899, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/config.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 67899
mmap(NULL, 67899, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fd8e000
close(14)                               = 0
mprotect(0x7f800fd9e000, 496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/types.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/types.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/types.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/types.scm", {st_mode=S_IFREG|0644, st_size=4910, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/types.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/types.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/types.go", {st_mode=S_IFREG|0644, st_size=760549, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/types.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 760549
mmap(NULL, 760549, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fcd4000
close(14)                               = 0
mprotect(0x7f800fd44000, 221400, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/structs.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/structs.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/structs.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/structs.scm", {st_mode=S_IFREG|0644, st_size=20989, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/structs.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/structs.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/structs.go", {st_mode=S_IFREG|0644, st_size=665309, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/structs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 665309
mmap(NULL, 665309, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fc31000
close(14)                               = 0
mprotect(0x7f800fc91000, 191768, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile.scm", 0x7ffe254d6200) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile.scm", 0x7ffe254d6200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile.scm", 0x7ffe254d6200) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile.scm", {st_mode=S_IFREG|0644, st_size=2260, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile.go", 0x7ffe254d6010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile.go", 0x7ffe254d6010) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile.go", {st_mode=S_IFREG|0644, st_size=74941, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74941
mmap(NULL, 74941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fc1e000
close(14)                               = 0
mprotect(0x7f800fc2e000, 6424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/base.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/base.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/base.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/base.scm", {st_mode=S_IFREG|0644, st_size=584, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/base.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/base.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", {st_mode=S_IFREG|0644, st_size=227893, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 227893
mmap(NULL, 227893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fbe6000
close(14)                               = 0
mprotect(0x7f800fc06000, 73040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bytevectors.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bytevectors.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/bytevectors.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/bytevectors.scm", {st_mode=S_IFREG|0644, st_size=3140, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bytevectors.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/bytevectors.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", {st_mode=S_IFREG|0644, st_size=73861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73861
mmap(NULL, 73861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fbd3000
close(14)                               = 0
mprotect(0x7f800fbe3000, 4832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/r6/bytevectors.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/r6/bytevectors.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/r6/bytevectors.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/r6/bytevectors.scm", {st_mode=S_IFREG|0644, st_size=3191, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/r6/bytevectors.go", 0x7ffe254d55c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/r6/bytevectors.go", 0x7ffe254d55c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", {st_mode=S_IFREG|0644, st_size=74205, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74205
mmap(NULL, 74205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fbc0000
close(14)                               = 0
mprotect(0x7f800fbd0000, 4952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/utils.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/utils.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/utils.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/utils.scm", {st_mode=S_IFREG|0644, st_size=150, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/utils.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/utils.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", {st_mode=S_IFREG|0644, st_size=72573, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72573
mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fbae000
close(14)                               = 0
mprotect(0x7f800fbbe000, 4104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/vector.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/vector.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/vector.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/vector.scm", {st_mode=S_IFREG|0644, st_size=273, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/vector.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/vector.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", {st_mode=S_IFREG|0644, st_size=99869, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 99869
mmap(NULL, 99869, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fb95000
close(14)                               = 0
mprotect(0x7f800fba5000, 26920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/struct.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/struct.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/struct.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/struct.scm", {st_mode=S_IFREG|0644, st_size=382, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/struct.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/struct.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", {st_mode=S_IFREG|0644, st_size=195357, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 195357
mmap(NULL, 195357, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fb65000
close(14)                               = 0
mprotect(0x7f800fb85000, 47632, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bitfields.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bitfields.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/bitfields.scm", 0x7ffe254d5b20) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/bitfields.scm", {st_mode=S_IFREG|0644, st_size=299, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/bitfields.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/bitfields.go", 0x7ffe254d5930) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", {st_mode=S_IFREG|0644, st_size=106229, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 106229
mmap(NULL, 106229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fb4b000
close(14)                               = 0
mprotect(0x7f800fb5b000, 31648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-metadata.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-metadata.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/numeric-metadata.scm", 0x7ffe254d57b0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/numeric-metadata.scm", {st_mode=S_IFREG|0644, st_size=503, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-metadata.go", 0x7ffe254d55c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/numeric-metadata.go", 0x7ffe254d55c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", {st_mode=S_IFREG|0644, st_size=69141, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69141
mmap(NULL, 69141, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fb3a000
close(14)                               = 0
mprotect(0x7f800fb4a000, 1456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-all.scm", 0x7ffe254d5440) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-all.scm", 0x7ffe254d5440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/numeric-all.scm", 0x7ffe254d5440) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/numeric-all.scm", {st_mode=S_IFREG|0644, st_size=425, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-all.go", 0x7ffe254d5250) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/numeric-all.go", 0x7ffe254d5250) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", {st_mode=S_IFREG|0644, st_size=322197, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 322197
mmap(NULL, 322197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800faeb000
close(14)                               = 0
mprotect(0x7f800fb1b000, 93872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/explicit-endianness.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/explicit-endianness.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/explicit-endianness.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/explicit-endianness.scm", {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/explicit-endianness.go", 0x7ffe254d4ee0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/explicit-endianness.go", 0x7ffe254d4ee0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", {st_mode=S_IFREG|0644, st_size=84413, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84413
mmap(NULL, 84413, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fad6000
close(14)                               = 0
mprotect(0x7f800fae6000, 10808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-data-model.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-data-model.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/numeric-data-model.scm", 0x7ffe254d50d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/numeric-data-model.scm", {st_mode=S_IFREG|0644, st_size=686, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric-data-model.go", 0x7ffe254d4ee0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/numeric-data-model.go", 0x7ffe254d4ee0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", {st_mode=S_IFREG|0644, st_size=69861, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69861
mmap(NULL, 69861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fac4000
close(14)                               = 0
mprotect(0x7f800fad4000, 1792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/union.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/union.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/union.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/union.scm", {st_mode=S_IFREG|0644, st_size=334, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/union.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/union.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", {st_mode=S_IFREG|0644, st_size=95717, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95717
mmap(NULL, 95717, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800faac000
close(14)                               = 0
mprotect(0x7f800fabc000, 22976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/pointer.scm", {st_mode=S_IFREG|0644, st_size=4107, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/pointer.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/pointer.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", {st_mode=S_IFREG|0644, st_size=99909, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 99909
mmap(NULL, 99909, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa93000
close(14)                               = 0
mprotect(0x7f800faa3000, 26840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/numeric.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/numeric.scm", {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/numeric.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/numeric.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", {st_mode=S_IFREG|0644, st_size=70981, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 70981
mmap(NULL, 70981, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa81000
close(14)                               = 0
mprotect(0x7f800fa91000, 3304, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/string.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/string.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/string.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/string.scm", {st_mode=S_IFREG|0644, st_size=262, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/string.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/string.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", {st_mode=S_IFREG|0644, st_size=79965, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79965
mmap(NULL, 79965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa6d000
close(14)                               = 0
mprotect(0x7f800fa7d000, 8944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/cstring-pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/cstring-pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/bytestructures/guile/cstring-pointer.scm", 0x7ffe254d5e90) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/bytestructures/guile/cstring-pointer.scm", {st_mode=S_IFREG|0644, st_size=2679, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/bytestructures/guile/cstring-pointer.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/bytestructures/guile/cstring-pointer.go", 0x7ffe254d5ca0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", {st_mode=S_IFREG|0644, st_size=73901, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73901
mmap(NULL, 73901, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa5a000
close(14)                               = 0
mprotect(0x7f800fa6a000, 4848, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/branch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/branch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/branch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/branch.scm", {st_mode=S_IFREG|0644, st_size=5516, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/branch.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/branch.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/branch.go", {st_mode=S_IFREG|0644, st_size=77029, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/branch.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77029
mmap(NULL, 77029, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa47000
close(14)                               = 0
mprotect(0x7f800fa57000, 4536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/reference.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/reference.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/reference.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/reference.scm", {st_mode=S_IFREG|0644, st_size=5616, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/reference.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/reference.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/reference.go", {st_mode=S_IFREG|0644, st_size=77277, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/reference.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77277
mmap(NULL, 77277, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa34000
close(14)                               = 0
mprotect(0x7f800fa44000, 4712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/clone.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/clone.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/clone.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/clone.scm", {st_mode=S_IFREG|0644, st_size=2188, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/clone.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/clone.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/clone.go", {st_mode=S_IFREG|0644, st_size=70413, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/clone.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 70413
mmap(NULL, 70413, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa22000
close(14)                               = 0
mprotect(0x7f800fa32000, 2064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/repository.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/repository.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/repository.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/repository.scm", {st_mode=S_IFREG|0644, st_size=13356, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/repository.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/repository.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/repository.go", {st_mode=S_IFREG|0644, st_size=84733, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/repository.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84733
mmap(NULL, 84733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800fa0d000
close(14)                               = 0
mprotect(0x7f800fa1d000, 7280, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/commit.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/commit.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/commit.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/commit.scm", {st_mode=S_IFREG|0644, st_size=9649, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/commit.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/commit.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/commit.go", {st_mode=S_IFREG|0644, st_size=84005, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/commit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84005
mmap(NULL, 84005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f9f8000
close(14)                               = 0
mprotect(0x7f800fa08000, 8416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/oid.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/oid.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/oid.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/oid.scm", {st_mode=S_IFREG|0644, st_size=3573, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/oid.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/oid.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/oid.go", {st_mode=S_IFREG|0644, st_size=72573, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/oid.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72573
mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f9e6000
close(14)                               = 0
mprotect(0x7f800f9f6000, 3280, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/tree.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/tree.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/tree.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/tree.scm", {st_mode=S_IFREG|0644, st_size=6198, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/tree.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/tree.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/tree.go", {st_mode=S_IFREG|0644, st_size=76893, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/tree.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76893
mmap(NULL, 76893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f9d3000
close(14)                               = 0
mprotect(0x7f800f9e3000, 4648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/object.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/object.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/object.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/object.scm", {st_mode=S_IFREG|0644, st_size=3982, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/object.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/object.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/object.go", {st_mode=S_IFREG|0644, st_size=73621, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/object.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73621
mmap(NULL, 73621, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f9c1000
close(14)                               = 0
mprotect(0x7f800f9d1000, 3784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/describe.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/describe.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/describe.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/describe.scm", {st_mode=S_IFREG|0644, st_size=6907, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/describe.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/describe.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/describe.go", {st_mode=S_IFREG|0644, st_size=76965, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/describe.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76965
mmap(NULL, 76965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f9ae000
close(14)                               = 0
mprotect(0x7f800f9be000, 5312, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/errors.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/errors.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/errors.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/errors.scm", {st_mode=S_IFREG|0644, st_size=5565, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/errors.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/errors.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/errors.go", {st_mode=S_IFREG|0644, st_size=72797, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/errors.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72797
mmap(NULL, 72797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f99c000
close(14)                               = 0
mprotect(0x7f800f9ac000, 4368, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/fetch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/fetch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/fetch.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/fetch.scm", {st_mode=S_IFREG|0644, st_size=2635, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/fetch.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/fetch.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/fetch.go", {st_mode=S_IFREG|0644, st_size=71325, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/fetch.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71325
mmap(NULL, 71325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f98a000
close(14)                               = 0
mprotect(0x7f800f99a000, 2584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/cred.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/cred.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/cred.scm", 0x7ffe254d6570) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/cred.scm", {st_mode=S_IFREG|0644, st_size=4397, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/cred.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/cred.go", 0x7ffe254d6380) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/cred.go", {st_mode=S_IFREG|0644, st_size=73453, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/cred.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73453
mmap(NULL, 73453, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f978000
close(14)                               = 0
mprotect(0x7f800f988000, 2864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/reset.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/reset.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/reset.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/reset.scm", {st_mode=S_IFREG|0644, st_size=1574, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/reset.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/reset.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/reset.go", {st_mode=S_IFREG|0644, st_size=69597, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/reset.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69597
mmap(NULL, 69597, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f967000
close(14)                               = 0
mprotect(0x7f800f977000, 1656, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/remote.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/remote.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/remote.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/remote.scm", {st_mode=S_IFREG|0644, st_size=3837, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/remote.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/remote.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/remote.go", {st_mode=S_IFREG|0644, st_size=74309, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/remote.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74309
mmap(NULL, 74309, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f954000
close(14)                               = 0
mprotect(0x7f800f964000, 3920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/rev-parse.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/rev-parse.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/rev-parse.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/rev-parse.scm", {st_mode=S_IFREG|0644, st_size=1394, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/rev-parse.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/rev-parse.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/rev-parse.go", {st_mode=S_IFREG|0644, st_size=69477, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/rev-parse.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69477
mmap(NULL, 69477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f943000
close(14)                               = 0
mprotect(0x7f800f953000, 1584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/settings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/settings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/settings.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/settings.scm", {st_mode=S_IFREG|0644, st_size=2564, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/settings.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/settings.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/settings.go", {st_mode=S_IFREG|0644, st_size=70693, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/settings.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 70693
mmap(NULL, 70693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f931000
close(14)                               = 0
mprotect(0x7f800f941000, 1912, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/signature.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/signature.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/signature.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/signature.scm", {st_mode=S_IFREG|0644, st_size=2235, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/signature.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/signature.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/signature.go", {st_mode=S_IFREG|0644, st_size=71325, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/signature.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71325
mmap(NULL, 71325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f91f000
close(14)                               = 0
mprotect(0x7f800f92f000, 2344, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/status.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/status.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/status.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/status.scm", {st_mode=S_IFREG|0644, st_size=5181, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/status.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/status.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/status.go", {st_mode=S_IFREG|0644, st_size=73893, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/status.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73893
mmap(NULL, 73893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f90c000
close(14)                               = 0
mprotect(0x7f800f91c000, 4272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/submodule.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/submodule.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/submodule.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/submodule.scm", {st_mode=S_IFREG|0644, st_size=7641, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/submodule.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/submodule.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/submodule.go", {st_mode=S_IFREG|0644, st_size=79261, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/submodule.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79261
mmap(NULL, 79261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f8f8000
close(14)                               = 0
mprotect(0x7f800f908000, 4776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/tag.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/git/tag.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/git/tag.scm", 0x7ffe254d68e0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/site/2.2/git/tag.scm", {st_mode=S_IFREG|0644, st_size=3716, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/git/tag.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/git/tag.go", 0x7ffe254d66f0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/site-ccache/git/tag.go", {st_mode=S_IFREG|0644, st_size=74349, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/site-ccache/git/tag.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74349
mmap(NULL, 74349, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f8e5000
close(14)                               = 0
mprotect(0x7f800f8f5000, 3704, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgit2.so", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\230\1\0\0\0\0\0@\0\0\0\0\0\0\0\210\211\17\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\260=\1\0\0\0\0\0\260=\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0\0@\1\0\0\0\0\0)\177\n\0\0\0\0\0)\177\n\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\300\v\0\0\0\0\0\0\300\v\0\0\0\0\0"..., 832) = 832
lseek(14, 956384, SEEK_SET)             = 956384
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=1020040, ...}) = 0
lseek(14, 956384, SEEK_SET)             = 956384
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 974800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f7f7000
mmap(0x7f800f80b000, 688128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x14000) = 0x7f800f80b000
mmap(0x7f800f8b3000, 188416, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xbc000) = 0x7f800f8b3000
mmap(0x7f800f8e1000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xe9000) = 0x7f800f8e1000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=96686, ...}) = 0
mmap(NULL, 96686, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f7df000
close(14)                               = 0
openat(AT_FDCWD, "/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20'\0\0\0\0\0\0@\0\0\0\0\0\0\0\260\363\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0&\0%\0\1\0\0\0\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\08\37\0\0\0\0\0\08\37\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\325:\0\0\0\0\0\0\325:\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=64816, ...}) = 0
mmap(NULL, 39872, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f8014006000
mmap(0x7f8014008000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f8014008000
mmap(0x7f801400c000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x6000) = 0x7f801400c000
mmap(0x7f801400e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x7000) = 0x7f801400e000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libcurl.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\1\0\0\0\0\0@\0\0\0\0\0\0\0H\205\t\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\210\301\0\0\0\0\0\0\210\301\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0)\37\6\0\0\0\0\0)\37\6\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\360\6\0\0\0\0\0\0\360\6\0\0\0\0\0"..., 832) = 832
lseek(14, 562688, SEEK_SET)             = 562688
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=625736, ...}) = 0
lseek(14, 562688, SEEK_SET)             = 562688
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 583208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f750000
mprotect(0x7f800f75d000, 516096, PROT_NONE) = 0
mmap(0x7f800f75d000, 401408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xd000) = 0x7f800f75d000
mmap(0x7f800f7bf000, 110592, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x6f000) = 0x7f800f7bf000
mmap(0x7f800f7db000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x8a000) = 0x7f800f7db000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\10\2\0\0\0\0\0@\0\0\0\0\0\0\0hz\t\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\0h\312\1\0\0\0\0\0h\312\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\371\373\4\0\0\0\0\0\371\373\4\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\320\6\0\0\0\0\0\0\320\6\0\0\0\0\0"..., 832) = 832
lseek(14, 551024, SEEK_SET)             = 551024
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=623016, ...}) = 0
lseek(14, 551024, SEEK_SET)             = 551024
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 610352, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f6ba000
mprotect(0x7f800f6d7000, 438272, PROT_NONE) = 0
mmap(0x7f800f6d7000, 327680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1d000) = 0x7f800f6d7000
mmap(0x7f800f727000, 106496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x6d000) = 0x7f800f727000
mmap(0x7f800f742000, 53248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x87000) = 0x7f800f742000
mmap(0x7f800f74f000, 48, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f74f000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\240\7\0\0\0\0\0@\0\0\0\0\0\0\0\230\f1\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\0P\215\7\0\0\0\0\0P\215\7\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\220\7\0\0\0\0\0\0\220\7\0\0\0\0\0\0\220\7\0\0\0\0\0\235>\32\0\0\0\0\0\235>\32\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\320!\0\0\0\0\0\0\320!\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=3216216, ...}) = 0
mmap(NULL, 3014536, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f3da000
mprotect(0x7f800f453000, 2310144, PROT_NONE) = 0
mmap(0x7f800f453000, 1720320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x79000) = 0x7f800f453000
mmap(0x7f800f5f7000, 585728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x21d000) = 0x7f800f5f7000
mmap(0x7f800f687000, 192512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2ac000) = 0x7f800f687000
mmap(0x7f800f6b6000, 16264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f6b6000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libhttp_parser.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libhttp_parser.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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@\0\0\0\0\0\0\0\310\243\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0X\21\0\0\0\0\0\0X\21\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0IH\0\0\0\0\0\0IH\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
lseek(14, 35976, SEEK_SET)              = 35976
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=43720, ...}) = 0
lseek(14, 35976, SEEK_SET)              = 35976
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 45064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f3ce000
mprotect(0x7f800f3d0000, 32768, PROT_NONE) = 0
mmap(0x7f800f3d0000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800f3d0000
mmap(0x7f800f3d5000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x7000) = 0x7f800f3d5000
mmap(0x7f800f3d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x9000) = 0x7f800f3d8000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3605\0\0\0\0\0\0@\0\0\0\0\0\0\0\20\226\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\200!\0\0\0\0\0\0\200!\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\305\327\0\0\0\0\0\0\305\327\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0"..., 832) = 832
lseek(14, 94216, SEEK_SET)              = 94216
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=105744, ...}) = 0
lseek(14, 94216, SEEK_SET)              = 94216
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 102408, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f3b4000
mmap(0x7f800f3b7000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3000) = 0x7f800f3b7000
mmap(0x7f800f3c5000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x11000) = 0x7f800f3c5000
mmap(0x7f800f3cc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x17000) = 0x7f800f3cc000
mmap(0x7f800f3cd000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f3cd000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320p\0\0\0\0\0\0@\0\0\0\0\0\0\0\210\37\3\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0XQ\0\0\0\0\0\0XQ\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\0`\0\0\0\0\0\0\205\347\1\0\0\0\0\0\205\347\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\2\0\0\0\0\0\0P\2\0\0\0\0\0"..., 832) = 832
lseek(14, 188872, SEEK_SET)             = 188872
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=206472, ...}) = 0
lseek(14, 188872, SEEK_SET)             = 188872
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 201112, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f382000
mprotect(0x7f800f388000, 172032, PROT_NONE) = 0
mmap(0x7f800f388000, 126976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x6000) = 0x7f800f388000
mmap(0x7f800f3a7000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x25000) = 0x7f800f3a7000
mmap(0x7f800f3b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2f000) = 0x7f800f3b2000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libnghttp2.so.14", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libnghttp2.so.14", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000U\0\0\0\0\0\0@\0\0\0\0\0\0\0\300\237\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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`J\0\0\0\0\0\0`J\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\3053\1\0\0\0\0\0\3053\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\1\0\0\0\0\0\0\220\1\0\0\0\0\0"..., 832) = 832
lseek(14, 151176, SEEK_SET)             = 151176
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=173760, ...}) = 0
lseek(14, 151176, SEEK_SET)             = 151176
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 168048, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f358000
mprotect(0x7f800f35d000, 135168, PROT_NONE) = 0
mmap(0x7f800f35d000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x5000) = 0x7f800f35d000
mmap(0x7f800f371000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x19000) = 0x7f800f371000
mmap(0x7f800f37e000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x25000) = 0x7f800f37e000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libidn2.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libidn2.so.0", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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@\0\0\0\0\0\0\0\10\376\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0x\24\0\0\0\0\0\0x\24\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0AD\0\0\0\0\0\0AD\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
lseek(14, 120120, SEEK_SET)             = 120120
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=132360, ...}) = 0
lseek(14, 120120, SEEK_SET)             = 120120
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 126992, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f338000
mmap(0x7f800f33a000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800f33a000
mmap(0x7f800f33f000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x7000) = 0x7f800f33f000
mmap(0x7f800f356000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1d000) = 0x7f800f356000
mmap(0x7f800f357000, 16, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f357000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libssh.so.4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libssh.so.4", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\1\1\0\0\0\0\0@\0\0\0\0\0\0\0\340g\10\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\36\0\35\0\1\0\0\0\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\350\301\0\0\0\0\0\0\350\301\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0]\336\3\0\0\0\0\0]\336\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\4\0\0\0\0\0\0\260\4\0\0\0\0\0"..., 832) = 832
lseek(14, 515456, SEEK_SET)             = 515456
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=552800, ...}) = 0
lseek(14, 515456, SEEK_SET)             = 515456
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 533128, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f2b5000
mprotect(0x7f800f2c2000, 466944, PROT_NONE) = 0
mmap(0x7f800f2c2000, 253952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xd000) = 0x7f800f2c2000
mmap(0x7f800f300000, 208896, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4b000) = 0x7f800f300000
mmap(0x7f800f334000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x7e000) = 0x7f800f334000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libpsl.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libpsl.so.5", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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@\0\0\0\0\0\0\0\310\30\1\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\32\0\31\0\1\0\0\0\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\10\21\0\0\0\0\0\0\10\21\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\301\34\0\0\0\0\0\0\301\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=73544, ...}) = 0
mmap(NULL, 73736, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f2a2000
mmap(0x7f800f2a4000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800f2a4000
mmap(0x7f800f2a6000, 53248, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7f800f2a6000
mmap(0x7f800f2b3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x10000) = 0x7f800f2b3000
mmap(0x7f800f2b4000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f2b4000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\352\0\0\0\0\0\0@\0\0\0\0\0\0\0\300\262\5\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\350\263\0\0\0\0\0\0\350\263\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0m\\\3\0\0\0\0\0m\\\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \4\0\0\0\0\0\0 \4\0\0\0\0\0"..., 832) = 832
lseek(14, 317968, SEEK_SET)             = 317968
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=375296, ...}) = 0
lseek(14, 317968, SEEK_SET)             = 317968
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 334528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f250000
mprotect(0x7f800f25c000, 274432, PROT_NONE) = 0
mmap(0x7f800f25c000, 221184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xc000) = 0x7f800f25c000
mmap(0x7f800f292000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x42000) = 0x7f800f292000
mmap(0x7f800f29f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4e000) = 0x7f800f29f000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\222\2\0\0\0\0\0@\0\0\0\0\0\0\0\0\22\20\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\0000;\2\0\0\0\0\0000;\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\1\v\7\0\0\0\0\0\1\v\7\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\t\0\0\0\0\0\0P\t\0\0\0\0\0"..., 832) = 832
lseek(14, 913464, SEEK_SET)             = 913464
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=1055040, ...}) = 0
lseek(14, 913464, SEEK_SET)             = 913464
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 984640, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f15f000
mmap(0x7f800f183000, 462848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x24000) = 0x7f800f183000
mmap(0x7f800f1f4000, 307200, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x95000) = 0x7f800f1f4000
mmap(0x7f800f23f000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xdf000) = 0x7f800f23f000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320^\0\0\0\0\0\0@\0\0\0\0\0\0\0\370,\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\08O\0\0\0\0\0\08O\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\221\367\0\0\0\0\0\0\221\367\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\1\0\0\0\0\0\0P\1\0\0\0\0\0"..., 832) = 832
lseek(14, 105064, SEEK_SET)             = 105064
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=144440, ...}) = 0
lseek(14, 105064, SEEK_SET)             = 105064
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 118832, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f141000
mprotect(0x7f800f146000, 90112, PROT_NONE) = 0
mmap(0x7f800f146000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x5000) = 0x7f800f146000
mmap(0x7f800f156000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x15000) = 0x7f800f156000
mmap(0x7f800f15c000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1a000) = 0x7f800f15c000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000%\0\0\0\0\0\0@\0\0\0\0\0\0\0@[\0\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\35\0\34\0\1\0\0\0\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\0P\22\0\0\0\0\0\0P\22\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0i\21\0\0\0\0\0\0i\21\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0"..., 832) = 832
lseek(14, 17696, SEEK_SET)              = 17696
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=25216, ...}) = 0
lseek(14, 17696, SEEK_SET)              = 17696
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 24744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f13a000
mmap(0x7f800f13c000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800f13c000
mmap(0x7f800f13e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7f800f13e000
mmap(0x7f800f13f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7f800f13f000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libldap-2.4.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libldap-2.4.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\v\1\0\0\0\0\0@\0\0\0\0\0\0\0`;\5\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\20\301\0\0\0\0\0\0\20\301\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0\275\31\3\0\0\0\0\0\275\31\3\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\360\3\0\0\0\0\0\0\360\3\0\0\0\0\0"..., 832) = 832
lseek(14, 312024, SEEK_SET)             = 312024
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=344672, ...}) = 0
lseek(14, 312024, SEEK_SET)             = 312024
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 324976, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f0ea000
mmap(0x7f800f0f7000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xd000) = 0x7f800f0f7000
mmap(0x7f800f129000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3f000) = 0x7f800f129000
mmap(0x7f800f137000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4c000) = 0x7f800f137000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/liblber-2.4.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/liblber-2.4.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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@\0\0\0\0\0\0\08\22\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\250/\0\0\0\0\0\0\250/\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0I\200\0\0\0\0\0\0I\200\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\300\0\0\0\0\0\0\0\300\0\0\0\0\0\0"..., 832) = 832
lseek(14, 60640, SEEK_SET)              = 60640
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=71992, ...}) = 0
lseek(14, 60640, SEEK_SET)              = 60640
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 70120, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f0d8000
mprotect(0x7f800f0db000, 53248, PROT_NONE) = 0
mmap(0x7f800f0db000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3000) = 0x7f800f0db000
mmap(0x7f800f0e4000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xc000) = 0x7f800f0e4000
mmap(0x7f800f0e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xf000) = 0x7f800f0e8000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libbrotlidec.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libbrotlidec.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\20\0\0\0\0\0\0@\0\0\0\0\0\0\0\260\334\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\33\0\32\0\1\0\0\0\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`\n\0\0\0\0\0\0`\n\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0001r\0\0\0\0\0\0001r\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\0\0\0\0\0\0\0\220\0\0\0\0\0\0"..., 832) = 832
lseek(14, 48688, SEEK_SET)              = 48688
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
fstat(14, {st_mode=S_IFREG|0755, st_size=58224, ...}) = 0
lseek(14, 48688, SEEK_SET)              = 48688
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
mmap(NULL, 57352, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f0c9000
mprotect(0x7f800f0ca000, 49152, PROT_NONE) = 0
mmap(0x7f800f0ca000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1000) = 0x7f800f0ca000
mmap(0x7f800f0d2000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x9000) = 0x7f800f0d2000
mmap(0x7f800f0d6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xc000) = 0x7f800f0d6000
mmap(0x7f800f0d7000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f0d7000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220O\0\0\0\0\0\0@\0\0\0\0\0\0\0\210\36\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\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\0p4\0\0\0\0\0\0p4\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\271\205\0\0\0\0\0\0\271\205\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\320\0\0\0\0\0\0\0\320\0\0\0\0\0\0"..., 832) = 832
lseek(14, 63072, SEEK_SET)              = 63072
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=75208, ...}) = 0
lseek(14, 63072, SEEK_SET)              = 63072
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 70344, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f0b7000
mmap(0x7f800f0bb000, 36864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7f800f0bb000
mmap(0x7f800f0c4000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xd000) = 0x7f800f0c4000
mmap(0x7f800f0c7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0xf000) = 0x7f800f0c7000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0@\0\0\0\0\0\0\0\230G\0\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\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\320\23\0\0\0\0\0\0\320\23\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\221\17\0\0\0\0\0\0\221\17\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=20056, ...}) = 0
mmap(NULL, 20488, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f80156f5000
mmap(0x7f80156f7000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f80156f7000
mmap(0x7f80156f8000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3000) = 0x7f80156f8000
mmap(0x7f80156f9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x3000) = 0x7f80156f9000
mmap(0x7f80156fa000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f80156fa000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20G\0\0\0\0\0\0@\0\0\0\0\0\0\0\350\272\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0#\0\"\0\1\0\0\0\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\0h5\0\0\0\0\0\0h5\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0}\306\0\0\0\0\0\0}\306\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\20\1\0\0\0\0\0\0\20\1\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0755, st_size=115624, ...}) = 0
mmap(NULL, 105088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f09d000
mprotect(0x7f800f0a1000, 73728, PROT_NONE) = 0
mmap(0x7f800f0a1000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7f800f0a1000
mmap(0x7f800f0ae000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x11000) = 0x7f800f0ae000
mmap(0x7f800f0b3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x15000) = 0x7f800f0b3000
mmap(0x7f800f0b5000, 6784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f0b5000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320X\0\0\0\0\0\0@\0\0\0\0\0\0\0\240\360\1\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0XB\0\0\0\0\0\0XB\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\1\33\1\0\0\0\0\0\1\33\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0p\1\0\0\0\0\0\0p\1\0\0\0\0\0"..., 832) = 832
lseek(14, 116264, SEEK_SET)             = 116264
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
fstat(14, {st_mode=S_IFREG|0755, st_size=128928, ...}) = 0
lseek(14, 116264, SEEK_SET)             = 116264
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
mmap(NULL, 123848, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f07e000
mmap(0x7f800f083000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x5000) = 0x7f800f083000
mmap(0x7f800f095000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x17000) = 0x7f800f095000
mmap(0x7f800f09b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1c000) = 0x7f800f09b000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libbrotlicommon.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libbrotlicommon.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\0\0\0\0\0\0@\0\0\0\0\0\0\0 \31\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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\0P\6\0\0\0\0\0\0P\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0\0\0\0\0\0001\3\0\0\0\0\0\0001\3\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0"..., 832) = 832
lseek(14, 131920, SEEK_SET)             = 131920
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
fstat(14, {st_mode=S_IFREG|0755, st_size=139296, ...}) = 0
lseek(14, 131920, SEEK_SET)             = 131920
read(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\0\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0\1\0\0\300\4\0\0\0\0\0\0\0\0\0\0\0", 48) = 48
mmap(NULL, 139528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f05b000
mmap(0x7f800f05c000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x1000) = 0x7f800f05c000
mmap(0x7f800f05d000, 126976, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800f05d000
mmap(0x7f800f07c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x20000) = 0x7f800f07c000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\210\0\0\0\0\0\0@\0\0\0\0\0\0\0P\345\2\0\0\0\0\0\0\0\0\0@\08\0\v\0@\0\36\0\35\0\1\0\0\0\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\200a\0\0\0\0\0\0\200a\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0\355\223\1\0\0\0\0\0\355\223\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\20\2\0\0\0\0\0\0\20\2\0\0\0\0\0"..., 832) = 832
lseek(14, 162976, SEEK_SET)             = 162976
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=191696, ...}) = 0
lseek(14, 162976, SEEK_SET)             = 162976
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 181744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800f02e000
mprotect(0x7f800f035000, 139264, PROT_NONE) = 0
mmap(0x7f800f035000, 106496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x7000) = 0x7f800f035000
mmap(0x7f800f04f000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x21000) = 0x7f800f04f000
mmap(0x7f800f057000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x28000) = 0x7f800f057000
mmap(0x7f800f059000, 5616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f800f059000
close(14)                               = 0
openat(AT_FDCWD, "/opt/local/lib/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib64/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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@\0\0\0\0\0\0\0@\367\10\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\34\0\33\0\1\0\0\0\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 \37\0\0\0\0\0\0 \37\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0!\"\6\0\0\0\0\0!\"\6\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0P\6\0\0\0\0\0\0P\6\0\0\0\0\0"..., 832) = 832
lseek(14, 573016, SEEK_SET)             = 573016
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
fstat(14, {st_mode=S_IFREG|0755, st_size=589376, ...}) = 0
lseek(14, 573016, SEEK_SET)             = 573016
read(14, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
mmap(NULL, 582184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f800ef9f000
mprotect(0x7f800efa1000, 569344, PROT_NONE) = 0
mmap(0x7f800efa1000, 405504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x2000) = 0x7f800efa1000
mmap(0x7f800f004000, 159744, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x65000) = 0x7f800f004000
mmap(0x7f800f02c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x8c000) = 0x7f800f02c000
close(14)                               = 0
mprotect(0x7f800f02c000, 4096, PROT_READ) = 0
mprotect(0x7f800f057000, 4096, PROT_READ) = 0
mprotect(0x7f800f07c000, 4096, PROT_READ) = 0
mprotect(0x7f800f3cc000, 4096, PROT_READ) = 0
mprotect(0x7f800f687000, 176128, PROT_READ) = 0
mprotect(0x7f80156f9000, 4096, PROT_READ) = 0
mprotect(0x7f800f0b3000, 4096, PROT_READ) = 0
mprotect(0x7f800f0c7000, 4096, PROT_READ) = 0
mprotect(0x7f800f15c000, 8192, PROT_READ) = 0
mprotect(0x7f800f13f000, 4096, PROT_READ) = 0
mprotect(0x7f800f23f000, 61440, PROT_READ) = 0
mprotect(0x7f800f29f000, 8192, PROT_READ) = 0
mprotect(0x7f800f09b000, 4096, PROT_READ) = 0
mprotect(0x7f800f0d6000, 4096, PROT_READ) = 0
mprotect(0x7f800f0e8000, 4096, PROT_READ) = 0
mprotect(0x7f800f742000, 36864, PROT_READ) = 0
mprotect(0x7f800f137000, 8192, PROT_READ) = 0
mprotect(0x7f800f356000, 4096, PROT_READ) = 0
mprotect(0x7f800f2b3000, 4096, PROT_READ) = 0
mprotect(0x7f801400e000, 4096, PROT_READ) = 0
mprotect(0x7f800f334000, 8192, PROT_READ) = 0
mprotect(0x7f800f37e000, 12288, PROT_READ) = 0
mprotect(0x7f800f3b2000, 4096, PROT_READ) = 0
mprotect(0x7f800f3d8000, 4096, PROT_READ) = 0
mprotect(0x7f800f7db000, 12288, PROT_READ) = 0
mprotect(0x7f800f8e1000, 12288, PROT_READ) = 0
statfs("/sys/fs/selinux", {f_type=SELINUX_MAGIC, f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
statfs("/sys/fs/selinux", {f_type=SELINUX_MAGIC, f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={val=[0, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
access("/etc/selinux/config", F_OK)     = 0
access("/etc/system-fips", F_OK)        = -1 ENOENT (No such file or directory)
futex(0x7f800f6b87d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b87cc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b87c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b88c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b87b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b87a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
munmap(0x7f800f7df000, 96686)           = 0
getuid()                                = 1001
geteuid()                               = 1001
getuid()                                = 1001
geteuid()                               = 1001
futex(0x7f800f6b8778, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b575c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b81c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b815c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b8150, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b87bc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f6b8770, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/pki/tls/openssl.cnf", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=11227, ...}) = 0
read(14, "#\n# OpenSSL example configuration file.\n# This is mostly being used for generation of certificate requests.\n#\n\n# Note that you can include other files from the main configuration\n# file using the .inc"..., 4096) = 4096
stat("/etc/crypto-policies/back-ends/opensslcnf.config", {st_mode=S_IFREG|0644, st_size=291, ...}) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/opensslcnf.config", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=291, ...}) = 0
read(15, "CipherString = @SECLEVEL=1:kEECDH:kRSA:kEDH:kPSK:kDHEPSK:kECDHEPSK:-aDSS:-3DES:!DES:!RC4:!RC2:!IDEA:-SEED:!eNULL:!aNULL:!MD5:-SHA384:-CAMELLIA:-ARIA:-AESCCM8\nCiphersuites = TLS_AES_256_GCM_SHA384:TLS_"..., 4096) = 291
read(15, "", 4096)                      = 0
close(15)                               = 0
read(14, "ng, T61String, BMPString.\n# pkix\t : PrintableString, BMPString (PKIX recommendation before 2004)\n# utf8only: only UTF8Strings (PKIX recommendation after 2004).\n# nombstr : PrintableString, T61String ("..., 4096) = 4096
read(14, "rityKeyIdentifier=keyid:always\n\n[ proxy_cert_ext ]\n# These extensions should be added when creating a proxy certificate\n\n# This goes against PKIX guidelines but some CAs do it and some software\n# requ"..., 4096) = 3035
read(14, "", 4096)                      = 0
close(14)                               = 0
futex(0x7f800f6b87a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f74ef40, FUTEX_WAKE_PRIVATE, 2147483647) = 0
sysinfo({uptime=993313, loads=[0, 0, 0], totalram=6127296512, freeram=3097800704, sharedram=104710144, bufferram=308649984, totalswap=6266286080, freeswap=6249123840, procs=340, totalhigh=0, freehigh=0, mem_unit=1}) = 0
futex(0x7f800f74f028, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f74f01c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f800f74ee48, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/openssl.config", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=142, ...}) = 0
read(14, "@SECLEVEL=1:kEECDH:kRSA:kEDH:kPSK:kDHEPSK:kECDHEPSK:-aDSS:-3DES:!DES:!RC4:!RC2:!IDEA:-SEED:!eNULL:!aNULL:!MD5:-SHA384:-CAMELLIA:-ARIA:-AESCCM8", 4096) = 142
read(14, "", 4096)                      = 0
close(14)                               = 0
futex(0x7f800f6b89a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\x91\x50\x34\x09\x35\x10\xbf\xbe\x89\x57\xb3\x2b\xe8\x12\x9f\x59", 16, 0) = 16
futex(0x7f800f6b8924, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\x7c\x57\xc6\xd6\x6c\x7a\x96\x54\xd7\x51\xf0\x40\x3c\xaa\x45\xe6", 16, 0) = 16
getrandom("\xf0\x42\x97\xd2\x48\xde\x06\x5f\xfc\xb6\x7d\x9e\xc6\x63\x84\x60", 16, 0) = 16
getpid()                                = 765
futex(0x7f800f6b8900, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/pki/tls/cert.pem", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=205488, ...}) = 0
read(14, "# ACCVRAIZ1\n-----BEGIN CERTIFICATE-----\nMIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE\nAwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw\nCQYDVQQGEwJFUzAeFw0xMTA1MDUwOT"..., 4096) = 4096
read(14, "b8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1\nRXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM\nLVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf\n77IzlhEYt8llvhjho6Tc+hj507wTmzl6NL"..., 4096) = 4096
brk(NULL)                               = 0x1e78000
brk(0x1e99000)                          = 0x1e99000
brk(NULL)                               = 0x1e99000
brk(0x1e9a000)                          = 0x1e9a000
brk(NULL)                               = 0x1e9a000
brk(NULL)                               = 0x1e9a000
brk(0x1e99000)                          = 0x1e99000
brk(NULL)                               = 0x1e99000
read(14, "K3rMUUKhemPR5ruhxSvC\nNr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX\nc4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a\nmnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=\n-----END CER"..., 4096) = 4096
read(14, "RiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc\n0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ\nu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF\nu+1z6S3RdTn"..., 4096) = 4096
read(14, "elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63\nn749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE\n76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H\n9jVlpNMKVv/1F"..., 4096) = 4096
read(14, "gUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD\nVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD\nVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8"..., 4096) = 4096
read(14, "o6ysmD0oyLQ\nI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7\n5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h\n3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa"..., 4096) = 4096
read(14, "KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL\n-----END CERTIFICATE-----\n\n# CFCA EV ROOT\n-----BEGIN CERTIFICATE-----\nMIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD\nTjEwMC4GA1UECgwn"..., 4096) = 4096
read(14, "BFQ0MgQ2VydGlmaWNhdGlv\nbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR\nFtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J\ncfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBum"..., 4096) = 4096
read(14, "1UECxMOMDAwMiA0MzM5OTg5MDMxHTAb\nBgNVBAMTFENlcnRpbm9taXMgLSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMz\nMTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMx\nFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGw"..., 4096) = 4096
read(14, "\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV\nHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y\nsHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL\nI9MA"..., 4096) = 4096
brk(NULL)                               = 0x1e99000
brk(0x1eba000)                          = 0x1eba000
read(14, "ZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN\nYWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t\nL2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy\nZmlybWEgUy5BLjEp"..., 4096) = 4096
read(14, "CYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha\nME0xCzAJBgNVBAYTAkRFMRUwE"..., 4096) = 4096
read(14, "cm1D9SZImlJnt1ir/md2cXjbDaJWFBM5\nJDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo\nOb8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ\n-----END CERTIFICATE-----\n\n# Deutsche Telekom Root CA 2\n-----"..., 4096) = 4096
read(14, "zMyFdA0G4Dqs0MjomZmWzwPDCv\nON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo\nIhNzbM8m9Yop5w==\n-----END CERTIFICATE-----\n\n# DigiCert Assured ID Root G3\n-----BEGIN CERTIFICATE-----\nMIICRj"..., 4096) = 4096
read(14, "0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG\nfp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO\nZ9wj/wMco+I+o0IwQD"..., 4096) = 4096
read(14, "SBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV\nBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1\nZ3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz\nMDMwMzEyMDk0OF"..., 4096) = 4096
read(14, "Y43HmSjANBgkqhkiG9w0BAQUFADB1\nMQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1\nczEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG\nCSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAx"..., 4096) = 4096
read(14, "gNVHSMEGDAWgBRo\nkORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE\nvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA\nA4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCP"..., 4096) = 4096
read(14, "E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP\nzgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk\nL30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC\njGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj"..., 4096) = 4096
brk(NULL)                               = 0x1eba000
brk(0x1edb000)                          = 0x1edb000
read(14, "AJBgNV\nBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw\nNyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV\nBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSB"..., 4096) = 4096
read(14, "\n# GeoTrust Universal CA 2\n-----BEGIN CERTIFICATE-----\nMIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW\nMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy\nc2FsIENBIDIwHhc"..., 4096) = 4096
read(14, "XkNz8kHp\n1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\nsnUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\nU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF5"..., 4096) = 4096
read(14, "UARjNN9rkxi+azayOeSsJDa38O+2HBNX\nk7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2\nSXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h\nbguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwg"..., 4096) = 4096
read(14, "4gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\nMDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\nZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\nMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASA"..., 4096) = 4096
read(14, "EzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK\nEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl\ncnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmN"..., 4096) = 4096
read(14, "sak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h\nq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED\nMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC\nmEEIjEy82tvuJxuC52pF7BaL"..., 4096) = 4096
read(14, "feu+h1sXIFRRk0pT\nAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq\nl1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG\n4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzU"..., 4096) = 4096
read(14, "cA5ZwjUukCox2eRFekGk\nLhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb\nUjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/\nQnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2"..., 4096) = 4096
read(14, "wIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3\nMDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl\ncnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR\ndGFuw7pzw610dsOhbnkwHhc"..., 4096) = 4096
brk(NULL)                               = 0x1edb000
brk(0x1efc000)                          = 0x1efc000
read(14, "TjzjgTGfA6b7wP4piFXa\nhNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi\nFj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ\n/L7fCg0=\n-----END CERTIFICATE-----\n\n# OISTE WISeK"..., 4096) = 4096
read(14, "MS4wLAYD\nVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL\nMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk\nfnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9"..., 4096) = 4096
read(14, "Yje0uRY/W6ZM/57Es3zrWIozc\nhLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR\nTUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD\nmbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh"..., 4096) = 4096
read(14, "RiSem\nd1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN"..., 4096) = 4096
read(14, "hdGlvbiBBdXRob3JpdHkgUlNBIFIy\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq\nM0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf\nOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzp"..., 4096) = 4096
read(14, "iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc\nHadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs\nPgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/\nq5R4ZJjT9ijdh9h"..., 4096) = 4096
read(14, "D/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg\nJYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3\n6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcS"..., 4096) = 4096
read(14, "vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\nUj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\nBw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\nJRDL8Try2frbSV"..., 4096) = 4096
read(14, "JlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE\npMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp\n5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M\nUGDWE4dS7WMfbWV9whUY"..., 4096) = 4096
brk(NULL)                               = 0x1efc000
brk(0x1f1d000)                          = 0x1f1d000
brk(NULL)                               = 0x1f1d000
brk(NULL)                               = 0x1f1d000
brk(0x1f1c000)                          = 0x1f1c000
brk(NULL)                               = 0x1f1c000
read(14, "838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\nX9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\nK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n1W4TNSNe35tfPe/W93bC6j67eA0cQmdrB"..., 4096) = 4096
read(14, "3dpc3NTaWduIEFHMR8wHQYDVQQDExZT\nd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\nCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8\n76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9li"..., 4096) = 4096
read(14, "JTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzd"..., 4096) = 4096
read(14, "9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf\nlo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n-----END CERTIFICATE-----\n\n# TWCA Global Root CA\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUT"..., 4096) = 4096
read(14, "ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC\nVGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK\nYS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH\nEgKXTiCQ8P8NHuJBO9NAOueNXdpm"..., 4096) = 4096
read(14, "Af\nBgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/\nMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv\ncivUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2\nAH"..., 4096) = 4096
read(14, "vArB\nAs8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp\n5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu\n1uwJ\n-----END CERTIFICATE-----\n\n# Trustis FPS Root CA\n-----BEGIN "..., 4096) = 4096
read(14, "pnFixdjQg3IM8WcR\niQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze\nSf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ\nXHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91"..., 4096) = 4096
read(14, "Yy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0\nIE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y\nIGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh\nbCBSb290IENlcnRpZmljYXRpb24gQXV0a"..., 4096) = 4096
brk(NULL)                               = 0x1f1c000
brk(0x1f3d000)                          = 0x1f3d000
read(14, "ra6O1I7mT1GvFpLgXPYHDw==\n-----END CERTIFICATE-----\n\n# XRamp Global CA Root\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\ngjELMAkGA1UEBhMCVVMxHjAcBgNVBAsT"..., 4096) = 4096
read(14, "GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB\nuvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl\nPwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP\nJXtoUHRVnAxZfVo9Q"..., 4096) = 4096
read(14, "VvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9\n9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S\nzhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk\nOQIDAQABo0IwQD"..., 4096) = 688
read(14, "", 4096)                      = 0
close(14)                               = 0
futex(0x7f800f6b56b4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/pki/tls/openssl.cnf", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=11227, ...}) = 0
read(14, "#\n# OpenSSL example configuration file.\n# This is mostly being used for generation of certificate requests.\n#\n\n# Note that you can include other files from the main configuration\n# file using the .inc"..., 4096) = 4096
stat("/etc/crypto-policies/back-ends/opensslcnf.config", {st_mode=S_IFREG|0644, st_size=291, ...}) = 0
openat(AT_FDCWD, "/etc/crypto-policies/back-ends/opensslcnf.config", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=291, ...}) = 0
read(15, "CipherString = @SECLEVEL=1:kEECDH:kRSA:kEDH:kPSK:kDHEPSK:kECDHEPSK:-aDSS:-3DES:!DES:!RC4:!RC2:!IDEA:-SEED:!eNULL:!aNULL:!MD5:-SHA384:-CAMELLIA:-ARIA:-AESCCM8\nCiphersuites = TLS_AES_256_GCM_SHA384:TLS_"..., 4096) = 291
read(15, "", 4096)                      = 0
close(15)                               = 0
read(14, "ng, T61String, BMPString.\n# pkix\t : PrintableString, BMPString (PKIX recommendation before 2004)\n# utf8only: only UTF8Strings (PKIX recommendation after 2004).\n# nombstr : PrintableString, T61String ("..., 4096) = 4096
read(14, "rityKeyIdentifier=keyid:always\n\n[ proxy_cert_ext ]\n# These extensions should be added when creating a proxy certificate\n\n# This goes against PKIX guidelines but some CAs do it and some software\n# requ"..., 4096) = 3035
read(14, "", 4096)                      = 0
close(14)                               = 0
socket(AF_INET6, SOCK_DGRAM, IPPROTO_IP) = 14
close(14)                               = 0
futex(0x7f800f8e4d44, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL)                               = 0x1f3d000
brk(0x1f63000)                          = 0x1f63000
brk(NULL)                               = 0x1f63000
brk(NULL)                               = 0x1f63000
brk(0x1f5b000)                          = 0x1f5b000
brk(NULL)                               = 0x1f5b000
brk(NULL)                               = 0x1f5b000
brk(NULL)                               = 0x1f5b000
brk(0x1f53000)                          = 0x1f53000
brk(NULL)                               = 0x1f53000
brk(NULL)                               = 0x1f53000
brk(NULL)                               = 0x1f53000
brk(0x1f4b000)                          = 0x1f4b000
brk(NULL)                               = 0x1f4b000
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cmake.scm", {st_mode=S_IFREG|0644, st_size=12147, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cmake.go", {st_mode=S_IFREG|0644, st_size=79613, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cmake.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79613
mmap(NULL, 79613, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800f7e3000
close(14)                               = 0
mprotect(0x7f800f7f3000, 7752, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/assembly.scm", {st_mode=S_IFREG|0644, st_size=8248, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/assembly.go", {st_mode=S_IFREG|0644, st_size=86909, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/assembly.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86909
mmap(NULL, 86909, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef89000
close(14)                               = 0
mprotect(0x7f800ef99000, 9928, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/texinfo.scm", {st_mode=S_IFREG|0644, st_size=7256, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/texinfo.go", {st_mode=S_IFREG|0644, st_size=83797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/texinfo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83797
mmap(NULL, 83797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef74000
close(14)                               = 0
mprotect(0x7f800ef84000, 8416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncurses.scm", {st_mode=S_IFREG|0644, st_size=15390, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncurses.go", {st_mode=S_IFREG|0644, st_size=96061, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncurses.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 96061
mmap(NULL, 96061, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef5c000
close(14)                               = 0
mprotect(0x7f800ef6c000, 17944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pkg-config.scm", {st_mode=S_IFREG|0644, st_size=5117, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pkg-config.go", {st_mode=S_IFREG|0644, st_size=79021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pkg-config.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79021
mmap(NULL, 79021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef48000
close(14)                               = 0
mprotect(0x7f800ef58000, 7184, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/trivial.scm", {st_mode=S_IFREG|0644, st_size=5000, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/trivial.go", {st_mode=S_IFREG|0644, st_size=73885, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/trivial.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73885
mmap(NULL, 73885, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef35000
close(14)                               = 0
mprotect(0x7f800ef45000, 4184, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/swig.scm", {st_mode=S_IFREG|0644, st_size=3425, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/swig.go", {st_mode=S_IFREG|0644, st_size=73757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/swig.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73757
mmap(NULL, 73757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef22000
close(14)                               = 0
mprotect(0x7f800ef32000, 4072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pcre.scm", {st_mode=S_IFREG|0644, st_size=5507, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pcre.go", {st_mode=S_IFREG|0644, st_size=78733, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pcre.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78733
mmap(NULL, 78733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ef0e000
close(14)                               = 0
mprotect(0x7f800ef1e000, 7216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/readline.scm", {st_mode=S_IFREG|0644, st_size=5962, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/readline.go", {st_mode=S_IFREG|0644, st_size=82157, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/readline.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82157
mmap(NULL, 82157, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eef9000
close(14)                               = 0
mprotect(0x7f800ef09000, 7432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile.scm", {st_mode=S_IFREG|0644, st_size=25593, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile.go", {st_mode=S_IFREG|0644, st_size=184861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 184861
mmap(NULL, 184861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eecb000
close(14)                               = 0
mprotect(0x7f800eeeb000, 21072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bash.scm", {st_mode=S_IFREG|0644, st_size=15925, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bash.go", {st_mode=S_IFREG|0644, st_size=98221, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bash.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98221
mmap(NULL, 98221, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eeb3000
close(14)                               = 0
mprotect(0x7f800eec3000, 18416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap.scm", {st_mode=S_IFREG|0644, st_size=25228, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap.go", {st_mode=S_IFREG|0644, st_size=105285, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootstrap.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105285
mmap(NULL, 105285, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee99000
close(14)                               = 0
mprotect(0x7f800eea9000, 17904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bison.scm", {st_mode=S_IFREG|0644, st_size=2137, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bison.go", {st_mode=S_IFREG|0644, st_size=72541, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bison.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72541
mmap(NULL, 72541, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee87000
close(14)                               = 0
mprotect(0x7f800ee97000, 2952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/m4.scm", {st_mode=S_IFREG|0644, st_size=2700, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/m4.go", {st_mode=S_IFREG|0644, st_size=73853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/m4.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73853
mmap(NULL, 73853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee74000
close(14)                               = 0
mprotect(0x7f800ee84000, 4376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flex.scm", {st_mode=S_IFREG|0644, st_size=3606, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flex.go", {st_mode=S_IFREG|0644, st_size=75757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flex.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75757
mmap(NULL, 75757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee61000
close(14)                               = 0
mprotect(0x7f800ee71000, 3992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/man.scm", {st_mode=S_IFREG|0644, st_size=11816, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/man.go", {st_mode=S_IFREG|0644, st_size=94949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/man.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 94949
mmap(NULL, 94949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee49000
close(14)                               = 0
mprotect(0x7f800ee59000, 14496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dbm.scm", {st_mode=S_IFREG|0644, st_size=6858, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dbm.go", {st_mode=S_IFREG|0644, st_size=79005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dbm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79005
mmap(NULL, 79005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee35000
close(14)                               = 0
mprotect(0x7f800ee45000, 6256, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gawk.scm", {st_mode=S_IFREG|0644, st_size=3785, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gawk.go", {st_mode=S_IFREG|0644, st_size=74677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gawk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74677
mmap(NULL, 74677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee22000
close(14)                               = 0
mprotect(0x7f800ee32000, 4976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libsigsegv.scm", {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libsigsegv.go", {st_mode=S_IFREG|0644, st_size=73125, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libsigsegv.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73125
mmap(NULL, 73125, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ee10000
close(14)                               = 0
mprotect(0x7f800ee20000, 3584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groff.scm", {st_mode=S_IFREG|0644, st_size=8413, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groff.go", {st_mode=S_IFREG|0644, st_size=83605, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groff.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83605
mmap(NULL, 83605, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800edfb000
close(14)                               = 0
mprotect(0x7f800ee0b000, 10256, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ghostscript.scm", {st_mode=S_IFREG|0644, st_size=15494, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ghostscript.go", {st_mode=S_IFREG|0644, st_size=103373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ghostscript.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 103373
mmap(NULL, 103373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ede1000
close(14)                               = 0
mprotect(0x7f800edf1000, 18072, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f800edd9000
munmap(0x7f8017b0c000, 16384)           = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cups.scm", {st_mode=S_IFREG|0644, st_size=34037, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cups.go", {st_mode=S_IFREG|0644, st_size=186893, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cups.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 186893
mmap(NULL, 186893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800edab000
close(14)                               = 0
mprotect(0x7f800edcb000, 34496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/algebra.scm", {st_mode=S_IFREG|0644, st_size=43372, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/algebra.go", {st_mode=S_IFREG|0644, st_size=224189, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/algebra.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 224189
mmap(NULL, 224189, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ed74000
close(14)                               = 0
mprotect(0x7f800ed94000, 37504, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/check.scm", {st_mode=S_IFREG|0644, st_size=87420, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/check.go", {st_mode=S_IFREG|0644, st_size=565997, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/check.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 565997
mmap(NULL, 565997, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ece9000
close(14)                               = 0
mprotect(0x7f800ed39000, 63984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/linux.scm", {st_mode=S_IFREG|0644, st_size=227343, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/linux.go", {st_mode=S_IFREG|0644, st_size=1110101, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/linux.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1110101
mmap(NULL, 1110101, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ebd9000
close(14)                               = 0
mprotect(0x7f800ec79000, 171792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/admin.scm", {st_mode=S_IFREG|0644, st_size=128610, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/admin.go", {st_mode=S_IFREG|0644, st_size=664949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/admin.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 664949
mmap(NULL, 664949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eb36000
close(14)                               = 0
mprotect(0x7f800eb96000, 106456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/emacs.scm", {st_mode=S_IFREG|0644, st_size=5606, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/emacs.go", {st_mode=S_IFREG|0644, st_size=75205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/emacs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75205
mmap(NULL, 75205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eb23000
close(14)                               = 0
mprotect(0x7f800eb33000, 5912, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-build-system.scm", {st_mode=S_IFREG|0644, st_size=12042, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-build-system.go", {st_mode=S_IFREG|0644, st_size=84285, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-build-system.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84285
mmap(NULL, 84285, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eb0e000
close(14)                               = 0
mprotect(0x7f800eb1e000, 8720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/gnu-build-system.scm", {st_mode=S_IFREG|0644, st_size=33980, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/gnu-build-system.go", {st_mode=S_IFREG|0644, st_size=105245, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/gnu-build-system.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105245
mmap(NULL, 105245, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eaf4000
close(14)                               = 0
mprotect(0x7f800eb04000, 17984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/gremlin.scm", {st_mode=S_IFREG|0644, st_size=13732, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/gremlin.go", {st_mode=S_IFREG|0644, st_size=206213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/gremlin.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 206213
mmap(NULL, 206213, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800eac1000
close(14)                               = 0
mprotect(0x7f800eae1000, 52760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/elf.scm", {st_mode=S_IFREG|0644, st_size=43079, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/elf.go", {st_mode=S_IFREG|0644, st_size=678357, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/elf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 678357
mmap(NULL, 678357, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ea1b000
close(14)                               = 0
mprotect(0x7f800ea7b000, 207712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-utils.scm", {st_mode=S_IFREG|0644, st_size=4292, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-utils.go", {st_mode=S_IFREG|0644, st_size=76573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/emacs-utils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76573
mmap(NULL, 76573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ea08000
close(14)                               = 0
mprotect(0x7f800ea18000, 5984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/meson.scm", {st_mode=S_IFREG|0644, st_size=8203, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/meson.go", {st_mode=S_IFREG|0644, st_size=77613, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/meson.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77613
mmap(NULL, 77613, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e9f5000
close(14)                               = 0
mprotect(0x7f800ea05000, 7224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/python.scm", {st_mode=S_IFREG|0644, st_size=8976, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/python.go", {st_mode=S_IFREG|0644, st_size=80109, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/python.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80109
mmap(NULL, 80109, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e9e1000
close(14)                               = 0
mprotect(0x7f800e9f1000, 7544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cyrus-sasl.scm", {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cyrus-sasl.go", {st_mode=S_IFREG|0644, st_size=73261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cyrus-sasl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73261
mmap(NULL, 73261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e9cf000
close(14)                               = 0
mprotect(0x7f800e9df000, 3608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kerberos.scm", {st_mode=S_IFREG|0644, st_size=8661, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kerberos.go", {st_mode=S_IFREG|0644, st_size=85597, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kerberos.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85597
mmap(NULL, 85597, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e9ba000
close(14)                               = 0
mprotect(0x7f800e9ca000, 11792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnupg.scm", {st_mode=S_IFREG|0644, st_size=41993, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnupg.go", {st_mode=S_IFREG|0644, st_size=297653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnupg.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 297653
mmap(NULL, 297653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e971000
close(14)                               = 0
mprotect(0x7f800e9a1000, 42760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/adns.scm", {st_mode=S_IFREG|0644, st_size=4764, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/adns.go", {st_mode=S_IFREG|0644, st_size=77525, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/adns.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77525
mmap(NULL, 77525, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e95e000
close(14)                               = 0
mprotect(0x7f800e96e000, 4248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/curl.scm", {st_mode=S_IFREG|0644, st_size=11227, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/curl.go", {st_mode=S_IFREG|0644, st_size=88253, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/curl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 88253
mmap(NULL, 88253, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e948000
close(14)                               = 0
mprotect(0x7f800e958000, 12616, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/go.scm", {st_mode=S_IFREG|0644, st_size=5186, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/go.go", {st_mode=S_IFREG|0644, st_size=74485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/go.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74485
mmap(NULL, 74485, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e935000
close(14)                               = 0
mprotect(0x7f800e945000, 5296, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/golang.scm", {st_mode=S_IFREG|0644, st_size=138092, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/golang.go", {st_mode=S_IFREG|0644, st_size=700853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/golang.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 700853
mmap(NULL, 700853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e889000
close(14)                               = 0
mprotect(0x7f800e8e9000, 75240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcc.scm", {st_mode=S_IFREG|0644, st_size=44329, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcc.go", {st_mode=S_IFREG|0644, st_size=208341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 208341
mmap(NULL, 208341, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e856000
close(14)                               = 0
mprotect(0x7f800e876000, 32144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/multiprecision.scm", {st_mode=S_IFREG|0644, st_size=15474, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/multiprecision.go", {st_mode=S_IFREG|0644, st_size=101133, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/multiprecision.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 101133
mmap(NULL, 101133, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e83d000
close(14)                               = 0
mprotect(0x7f800e84d000, 14704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dejagnu.scm", {st_mode=S_IFREG|0644, st_size=3510, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dejagnu.go", {st_mode=S_IFREG|0644, st_size=75021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dejagnu.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75021
mmap(NULL, 75021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e82a000
close(14)                               = 0
mprotect(0x7f800e83a000, 5552, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tcl.scm", {st_mode=S_IFREG|0644, st_size=15218, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tcl.go", {st_mode=S_IFREG|0644, st_size=99285, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tcl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 99285
mmap(NULL, 99285, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e811000
close(14)                               = 0
mprotect(0x7f800e821000, 14464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image.scm", {st_mode=S_IFREG|0644, st_size=64918, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image.go", {st_mode=S_IFREG|0644, st_size=416645, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 416645
mmap(NULL, 416645, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e7ab000
close(14)                               = 0
mprotect(0x7f800e7eb000, 52520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/boost.scm", {st_mode=S_IFREG|0644, st_size=10122, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/boost.go", {st_mode=S_IFREG|0644, st_size=90237, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/boost.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 90237
mmap(NULL, 90237, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e794000
close(14)                               = 0
mprotect(0x7f800e7a4000, 12248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/icu4c.scm", {st_mode=S_IFREG|0644, st_size=4421, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/icu4c.go", {st_mode=S_IFREG|0644, st_size=77701, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/icu4c.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77701
mmap(NULL, 77701, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e781000
close(14)                               = 0
mprotect(0x7f800e791000, 5840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ant.scm", {st_mode=S_IFREG|0644, st_size=6393, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ant.go", {st_mode=S_IFREG|0644, st_size=76845, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ant.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76845
mmap(NULL, 76845, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e76e000
close(14)                               = 0
mprotect(0x7f800e77e000, 6840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python.scm", {st_mode=S_IFREG|0644, st_size=24300, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python.go", {st_mode=S_IFREG|0644, st_size=174861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 174861
mmap(NULL, 174861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e743000
close(14)                               = 0
mprotect(0x7f800e763000, 24664, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffi.scm", {st_mode=S_IFREG|0644, st_size=8316, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffi.go", {st_mode=S_IFREG|0644, st_size=86821, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86821
mmap(NULL, 86821, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e72d000
close(14)                               = 0
mprotect(0x7f800e73d000, 11448, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-xyz.scm", {st_mode=S_IFREG|0644, st_size=575056, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-xyz.go", {st_mode=S_IFREG|0644, st_size=3429925, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-xyz.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 3429925
mmap(NULL, 3429925, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e3e7000
close(14)                               = 0
mprotect(0x7f800e5b7000, 369008, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/backup.scm", {st_mode=S_IFREG|0644, st_size=42780, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/backup.go", {st_mode=S_IFREG|0644, st_size=214069, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/backup.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 214069
mmap(NULL, 214069, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e3b2000
close(14)                               = 0
mprotect(0x7f800e3d2000, 44792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/crypto.scm", {st_mode=S_IFREG|0644, st_size=41045, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/crypto.go", {st_mode=S_IFREG|0644, st_size=220557, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/crypto.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 220557
mmap(NULL, 220557, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e37c000
close(14)                               = 0
mprotect(0x7f800e39c000, 36480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aidc.scm", {st_mode=S_IFREG|0644, st_size=4162, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aidc.go", {st_mode=S_IFREG|0644, st_size=78237, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aidc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78237
mmap(NULL, 78237, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e368000
close(14)                               = 0
mprotect(0x7f800e378000, 4704, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f800e358000
munmap(0x7f800edd9000, 32768)           = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cryptsetup.scm", {st_mode=S_IFREG|0644, st_size=5257, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cryptsetup.go", {st_mode=S_IFREG|0644, st_size=81077, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cryptsetup.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81077
mmap(NULL, 81077, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e344000
close(14)                               = 0
mprotect(0x7f800e354000, 8008, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x1f4b000
brk(NULL)                               = 0x1f4b000
brk(0x1f8b000)                          = 0x1f8b000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/popt.scm", {st_mode=S_IFREG|0644, st_size=6144, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/popt.go", {st_mode=S_IFREG|0644, st_size=81149, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/popt.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81149
mmap(NULL, 81149, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e330000
close(14)                               = 0
mprotect(0x7f800e340000, 6008, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libbsd.scm", {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libbsd.go", {st_mode=S_IFREG|0644, st_size=72285, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libbsd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72285
mmap(NULL, 72285, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e31e000
close(14)                               = 0
mprotect(0x7f800e32e000, 2808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nettle.scm", {st_mode=S_IFREG|0644, st_size=4089, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nettle.go", {st_mode=S_IFREG|0644, st_size=77549, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nettle.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77549
mmap(NULL, 77549, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e30b000
close(14)                               = 0
mprotect(0x7f800e31b000, 6120, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/password-utils.scm", {st_mode=S_IFREG|0644, st_size=37694, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/password-utils.go", {st_mode=S_IFREG|0644, st_size=215301, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/password-utils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 215301
mmap(NULL, 215301, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e2d6000
close(14)                               = 0
mprotect(0x7f800e2f6000, 39720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/authentication.scm", {st_mode=S_IFREG|0644, st_size=3466, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/authentication.go", {st_mode=S_IFREG|0644, st_size=74445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/authentication.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74445
mmap(NULL, 74445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e2c3000
close(14)                               = 0
mprotect(0x7f800e2d3000, 4800, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file.scm", {st_mode=S_IFREG|0644, st_size=2483, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file.go", {st_mode=S_IFREG|0644, st_size=74357, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74357
mmap(NULL, 74357, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e2b0000
close(14)                               = 0
mprotect(0x7f800e2c0000, 2936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freedesktop.scm", {st_mode=S_IFREG|0644, st_size=57891, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freedesktop.go", {st_mode=S_IFREG|0644, st_size=321157, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freedesktop.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 321157
mmap(NULL, 321157, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e261000
close(14)                               = 0
mprotect(0x7f800e291000, 53784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/disk.scm", {st_mode=S_IFREG|0644, st_size=32355, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/disk.go", {st_mode=S_IFREG|0644, st_size=207573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/disk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 207573
mmap(NULL, 207573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e22e000
close(14)                               = 0
mprotect(0x7f800e24e000, 31984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/c.scm", {st_mode=S_IFREG|0644, st_size=12628, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/c.go", {st_mode=S_IFREG|0644, st_size=91445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/c.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91445
mmap(NULL, 91445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e217000
close(14)                               = 0
mprotect(0x7f800e227000, 14512, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xml.scm", {st_mode=S_IFREG|0644, st_size=82110, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xml.go", {st_mode=S_IFREG|0644, st_size=461549, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xml.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 461549
mmap(NULL, 461549, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800e1a6000
close(14)                               = 0
mprotect(0x7f800e1e6000, 57496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java.scm", {st_mode=S_IFREG|0644, st_size=475491, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java.go", {st_mode=S_IFREG|0644, st_size=2035693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 2035693
mmap(NULL, 2035693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dfb5000
close(14)                               = 0
mprotect(0x7f800e0d5000, 323144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/hg-download.scm", {st_mode=S_IFREG|0644, st_size=3705, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/hg-download.go", {st_mode=S_IFREG|0644, st_size=111341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/hg-download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 111341
mmap(NULL, 111341, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800df99000
close(14)                               = 0
mprotect(0x7f800dfa9000, 35480, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/svn-download.scm", {st_mode=S_IFREG|0644, st_size=4239, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/svn-download.go", {st_mode=S_IFREG|0644, st_size=186405, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/svn-download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 186405
mmap(NULL, 186405, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800df6b000
close(14)                               = 0
mprotect(0x7f800df8b000, 42408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/svn.scm", {st_mode=S_IFREG|0644, st_size=2341, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/svn.go", {st_mode=S_IFREG|0644, st_size=69989, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/svn.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69989
mmap(NULL, 69989, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800df59000
close(14)                               = 0
mprotect(0x7f800df69000, 1704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/certs.scm", {st_mode=S_IFREG|0644, st_size=8919, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/certs.go", {st_mode=S_IFREG|0644, st_size=86085, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/certs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86085
mmap(NULL, 86085, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800df43000
close(14)                               = 0
mprotect(0x7f800df53000, 11776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tls.scm", {st_mode=S_IFREG|0644, st_size=39629, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tls.go", {st_mode=S_IFREG|0644, st_size=215549, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tls.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 215549
mmap(NULL, 215549, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800df0e000
close(14)                               = 0
mprotect(0x7f800df2e000, 36208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dns.scm", {st_mode=S_IFREG|0644, st_size=35433, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dns.go", {st_mode=S_IFREG|0644, st_size=193669, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dns.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 193669
mmap(NULL, 193669, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dede000
close(14)                               = 0
mprotect(0x7f800defe000, 31488, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/databases.scm", {st_mode=S_IFREG|0644, st_size=120590, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/databases.go", {st_mode=S_IFREG|0644, st_size=660933, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/databases.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 660933
mmap(NULL, 660933, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800de3c000
close(14)                               = 0
mprotect(0x7f800de9c000, 96784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avahi.scm", {st_mode=S_IFREG|0644, st_size=4237, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avahi.go", {st_mode=S_IFREG|0644, st_size=76733, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avahi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76733
mmap(NULL, 76733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800de29000
close(14)                               = 0
mprotect(0x7f800de39000, 5144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libdaemon.scm", {st_mode=S_IFREG|0644, st_size=2903, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libdaemon.go", {st_mode=S_IFREG|0644, st_size=72005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libdaemon.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72005
mmap(NULL, 72005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800de17000
close(14)                               = 0
mprotect(0x7f800de27000, 2520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/glib.scm", {st_mode=S_IFREG|0644, st_size=35319, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/glib.go", {st_mode=S_IFREG|0644, st_size=198101, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/glib.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 198101
mmap(NULL, 198101, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dde6000
close(14)                               = 0
mprotect(0x7f800de06000, 27968, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enlightenment.scm", {st_mode=S_IFREG|0644, st_size=21300, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enlightenment.go", {st_mode=S_IFREG|0644, st_size=175205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enlightenment.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 175205
mmap(NULL, 175205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ddbb000
close(14)                               = 0
mprotect(0x7f800dddb000, 24232, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/code.scm", {st_mode=S_IFREG|0644, st_size=29412, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/code.go", {st_mode=S_IFREG|0644, st_size=199277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/code.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 199277
mmap(NULL, 199277, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd8a000
close(14)                               = 0
mprotect(0x7f800ddaa000, 30856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autogen.scm", {st_mode=S_IFREG|0644, st_size=3063, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autogen.go", {st_mode=S_IFREG|0644, st_size=74269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/autogen.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74269
mmap(NULL, 74269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd77000
close(14)                               = 0
mprotect(0x7f800dd87000, 4640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpp.scm", {st_mode=S_IFREG|0644, st_size=10897, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpp.go", {st_mode=S_IFREG|0644, st_size=94229, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 94229
mmap(NULL, 94229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd5f000
close(14)                               = 0
mprotect(0x7f800dd6f000, 12016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/llvm.scm", {st_mode=S_IFREG|0644, st_size=24774, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/llvm.go", {st_mode=S_IFREG|0644, st_size=187453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/llvm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 187453
mmap(NULL, 187453, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd31000
close(14)                               = 0
mprotect(0x7f800dd51000, 21384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpi.scm", {st_mode=S_IFREG|0644, st_size=17014, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpi.go", {st_mode=S_IFREG|0644, st_size=98477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98477
mmap(NULL, 98477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd18000
close(14)                               = 0
mprotect(0x7f800dd28000, 18432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fabric-management.scm", {st_mode=S_IFREG|0644, st_size=6976, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fabric-management.go", {st_mode=S_IFREG|0644, st_size=83037, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fabric-management.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83037
mmap(NULL, 83037, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dd03000
close(14)                               = 0
mprotect(0x7f800dd13000, 8952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphviz.scm", {st_mode=S_IFREG|0644, st_size=13810, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphviz.go", {st_mode=S_IFREG|0644, st_size=102205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphviz.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 102205
mmap(NULL, 102205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dcea000
close(14)                               = 0
mprotect(0x7f800dcfa000, 17920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fontutils.scm", {st_mode=S_IFREG|0644, st_size=29903, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fontutils.go", {st_mode=S_IFREG|0644, st_size=196365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fontutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 196365
mmap(NULL, 196365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dcba000
close(14)                               = 0
mprotect(0x7f800dcda000, 24424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gperf.scm", {st_mode=S_IFREG|0644, st_size=2354, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gperf.go", {st_mode=S_IFREG|0644, st_size=73365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gperf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73365
mmap(NULL, 73365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800dca8000
close(14)                               = 0
mprotect(0x7f800dcb8000, 2776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xorg.scm", {st_mode=S_IFREG|0644, st_size=211959, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xorg.go", {st_mode=S_IFREG|0644, st_size=1297333, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xorg.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1297333
mmap(NULL, 1297333, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db6b000
close(14)                               = 0
mprotect(0x7f800dc1b000, 125344, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/anthy.scm", {st_mode=S_IFREG|0644, st_size=2878, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/anthy.go", {st_mode=S_IFREG|0644, st_size=72613, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/anthy.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72613
mmap(NULL, 72613, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db59000
close(14)                               = 0
mprotect(0x7f800db69000, 3200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs.scm", {st_mode=S_IFREG|0644, st_size=14914, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs.go", {st_mode=S_IFREG|0644, st_size=98573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98573
mmap(NULL, 98573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db40000
close(14)                               = 0
mprotect(0x7f800db50000, 17040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fribidi.scm", {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fribidi.go", {st_mode=S_IFREG|0644, st_size=71893, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fribidi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71893
mmap(NULL, 71893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db2e000
close(14)                               = 0
mprotect(0x7f800db3e000, 2488, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gd.scm", {st_mode=S_IFREG|0644, st_size=6805, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gd.go", {st_mode=S_IFREG|0644, st_size=83789, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83789
mmap(NULL, 83789, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db19000
close(14)                               = 0
mprotect(0x7f800db29000, 7760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/imagemagick.scm", {st_mode=S_IFREG|0644, st_size=9335, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/imagemagick.go", {st_mode=S_IFREG|0644, st_size=84333, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/imagemagick.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84333
mmap(NULL, 84333, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800db04000
close(14)                               = 0
mprotect(0x7f800db14000, 9864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gtk.scm", {st_mode=S_IFREG|0644, st_size=70535, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gtk.go", {st_mode=S_IFREG|0644, st_size=410829, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gtk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 410829
mmap(NULL, 410829, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da9f000
close(14)                               = 0
mprotect(0x7f800dadf000, 53384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/waf.scm", {st_mode=S_IFREG|0644, st_size=5147, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/waf.go", {st_mode=S_IFREG|0644, st_size=74517, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/waf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74517
mmap(NULL, 74517, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da8c000
close(14)                               = 0
mprotect(0x7f800da9c000, 5440, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enchant.scm", {st_mode=S_IFREG|0644, st_size=3655, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enchant.go", {st_mode=S_IFREG|0644, st_size=75421, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/enchant.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75421
mmap(NULL, 75421, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da79000
close(14)                               = 0
mprotect(0x7f800da89000, 4256, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aspell.scm", {st_mode=S_IFREG|0644, st_size=14014, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aspell.go", {st_mode=S_IFREG|0644, st_size=97389, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/aspell.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 97389
mmap(NULL, 97389, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da61000
close(14)                               = 0
mprotect(0x7f800da71000, 17272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gl.scm", {st_mode=S_IFREG|0644, st_size=30752, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gl.go", {st_mode=S_IFREG|0644, st_size=199693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 199693
mmap(NULL, 199693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da30000
close(14)                               = 0
mprotect(0x7f800da50000, 31400, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/documentation.scm", {st_mode=S_IFREG|0644, st_size=10064, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/documentation.go", {st_mode=S_IFREG|0644, st_size=86509, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/documentation.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86509
mmap(NULL, 86509, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da1a000
close(14)                               = 0
mprotect(0x7f800da2a000, 10584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elf.scm", {st_mode=S_IFREG|0644, st_size=9848, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elf.go", {st_mode=S_IFREG|0644, st_size=87589, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 87589
mmap(NULL, 87589, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800da04000
close(14)                               = 0
mprotect(0x7f800da14000, 11928, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/video.scm", {st_mode=S_IFREG|0644, st_size=144863, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/video.go", {st_mode=S_IFREG|0644, st_size=753301, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/video.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 753301
mmap(NULL, 753301, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d94c000
close(14)                               = 0
mprotect(0x7f800d9bc000, 115512, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/audio.scm", {st_mode=S_IFREG|0644, st_size=141943, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/audio.go", {st_mode=S_IFREG|0644, st_size=779709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/audio.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 779709
mmap(NULL, 779709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d88d000
close(14)                               = 0
mprotect(0x7f800d8fd000, 107976, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=257218774}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=270865415}) = 0
write(6, "\0", 1)                       = 1
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fltk.scm", {st_mode=S_IFREG|0644, st_size=6096, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fltk.go", {st_mode=S_IFREG|0644, st_size=81941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fltk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81941
mmap(NULL, 81941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d878000
close(14)                               = 0
mprotect(0x7f800d888000, 9864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnome.scm", {st_mode=S_IFREG|0644, st_size=316031, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnome.go", {st_mode=S_IFREG|0644, st_size=1464733, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnome.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1464733
mmap(NULL, 1464733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d712000
close(14)                               = 0
mprotect(0x7f800d7e2000, 194784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/build-tools.scm", {st_mode=S_IFREG|0644, st_size=11657, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/build-tools.go", {st_mode=S_IFREG|0644, st_size=95197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/build-tools.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95197
mmap(NULL, 95197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d6fa000
close(14)                               = 0
mprotect(0x7f800d70a000, 13096, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lua.scm", {st_mode=S_IFREG|0644, st_size=21552, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lua.go", {st_mode=S_IFREG|0644, st_size=179637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lua.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 179637
mmap(NULL, 179637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d6ce000
close(14)                               = 0
mprotect(0x7f800d6ee000, 20696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/package-management.scm", {st_mode=S_IFREG|0644, st_size=45953, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/package-management.go", {st_mode=S_IFREG|0644, st_size=218693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/package-management.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 218693
mmap(NULL, 218693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d698000
close(14)                               = 0
mprotect(0x7f800d6b8000, 45784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bdw-gc.scm", {st_mode=S_IFREG|0644, st_size=4741, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bdw-gc.go", {st_mode=S_IFREG|0644, st_size=76685, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bdw-gc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76685
mmap(NULL, 76685, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d685000
close(14)                               = 0
mprotect(0x7f800d695000, 4200, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f800d665000
munmap(0x7f800e358000, 65536)           = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hurd.scm", {st_mode=S_IFREG|0644, st_size=13091, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hurd.go", {st_mode=S_IFREG|0644, st_size=96085, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hurd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 96085
mmap(NULL, 96085, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d64d000
close(14)                               = 0
mprotect(0x7f800d65d000, 14120, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpio.scm", {st_mode=S_IFREG|0644, st_size=2038, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpio.go", {st_mode=S_IFREG|0644, st_size=72093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cpio.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72093
mmap(NULL, 72093, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d63b000
close(14)                               = 0
mprotect(0x7f800d64b000, 2688, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-xyz.scm", {st_mode=S_IFREG|0644, st_size=92490, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-xyz.go", {st_mode=S_IFREG|0644, st_size=526477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-xyz.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 526477
mmap(NULL, 526477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d5ba000
close(14)                               = 0
mprotect(0x7f800d60a000, 73560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ed.scm", {st_mode=S_IFREG|0644, st_size=2374, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ed.go", {st_mode=S_IFREG|0644, st_size=73157, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ed.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73157
mmap(NULL, 73157, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d5a8000
close(14)                               = 0
mprotect(0x7f800d5b8000, 3680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs-xyz.scm", {st_mode=S_IFREG|0644, st_size=609480, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs-xyz.go", {st_mode=S_IFREG|0644, st_size=3682885, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emacs-xyz.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 3682885
mmap(NULL, 3682885, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d224000
close(14)                               = 0
mprotect(0x7f800d414000, 340784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/cvs-download.scm", {st_mode=S_IFREG|0644, st_size=3961, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/cvs-download.go", {st_mode=S_IFREG|0644, st_size=181253, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/cvs-download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 181253
mmap(NULL, 181253, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d1f7000
close(14)                               = 0
mprotect(0x7f800d217000, 38688, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cmake.scm", {st_mode=S_IFREG|0644, st_size=7868, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cmake.go", {st_mode=S_IFREG|0644, st_size=81373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cmake.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81373
mmap(NULL, 81373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d1e3000
close(14)                               = 0
mprotect(0x7f800d1f3000, 10368, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libevent.scm", {st_mode=S_IFREG|0644, st_size=11082, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libevent.go", {st_mode=S_IFREG|0644, st_size=91629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libevent.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91629
mmap(NULL, 91629, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d1cc000
close(14)                               = 0
mprotect(0x7f800d1dc000, 9680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-check.scm", {st_mode=S_IFREG|0644, st_size=57687, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-check.go", {st_mode=S_IFREG|0644, st_size=428197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-check.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 428197
mmap(NULL, 428197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d163000
close(14)                               = 0
mprotect(0x7f800d1a3000, 35312, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/valgrind.scm", {st_mode=S_IFREG|0644, st_size=4122, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/valgrind.go", {st_mode=S_IFREG|0644, st_size=76637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/valgrind.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76637
mmap(NULL, 76637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d150000
close(14)                               = 0
mprotect(0x7f800d160000, 5744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gdb.scm", {st_mode=S_IFREG|0644, st_size=5120, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gdb.go", {st_mode=S_IFREG|0644, st_size=78485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gdb.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78485
mmap(NULL, 78485, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800d13c000
close(14)                               = 0
mprotect(0x7f800d14c000, 7344, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web.scm", {st_mode=S_IFREG|0644, st_size=259492, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web.go", {st_mode=S_IFREG|0644, st_size=1390957, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1390957
mmap(NULL, 1390957, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cfe8000
close(14)                               = 0
mprotect(0x7f800d0a8000, 177232, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/scons.scm", {st_mode=S_IFREG|0644, st_size=5172, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/scons.go", {st_mode=S_IFREG|0644, st_size=74349, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/scons.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74349
mmap(NULL, 74349, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cfd5000
close(14)                               = 0
mprotect(0x7f800cfe5000, 5048, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apr.scm", {st_mode=S_IFREG|0644, st_size=4303, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apr.go", {st_mode=S_IFREG|0644, st_size=76941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76941
mmap(NULL, 76941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cfc2000
close(14)                               = 0
mprotect(0x7f800cfd2000, 5520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-doc.scm", {st_mode=S_IFREG|0644, st_size=4109, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-doc.go", {st_mode=S_IFREG|0644, st_size=77701, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-doc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77701
mmap(NULL, 77701, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cfaf000
close(14)                               = 0
mprotect(0x7f800cfbf000, 6160, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jemalloc.scm", {st_mode=S_IFREG|0644, st_size=3218, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jemalloc.go", {st_mode=S_IFREG|0644, st_size=75701, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jemalloc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75701
mmap(NULL, 75701, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cf9c000
close(14)                               = 0
mprotect(0x7f800cfac000, 4640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libidn.scm", {st_mode=S_IFREG|0644, st_size=3562, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libidn.go", {st_mode=S_IFREG|0644, st_size=75181, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libidn.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75181
mmap(NULL, 75181, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cf89000
close(14)                               = 0
mprotect(0x7f800cf99000, 3736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunistring.scm", {st_mode=S_IFREG|0644, st_size=3159, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunistring.go", {st_mode=S_IFREG|0644, st_size=73837, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunistring.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73837
mmap(NULL, 73837, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cf76000
close(14)                               = 0
mprotect(0x7f800cf86000, 4312, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lisp.scm", {st_mode=S_IFREG|0644, st_size=201201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lisp.go", {st_mode=S_IFREG|0644, st_size=1151141, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lisp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1151141
mmap(NULL, 1151141, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ce5c000
close(14)                               = 0
mprotect(0x7f800cefc000, 135904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/asdf.scm", {st_mode=S_IFREG|0644, st_size=14523, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/asdf.go", {st_mode=S_IFREG|0644, st_size=85573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/asdf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85573
mmap(NULL, 85573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ce47000
close(14)                               = 0
mprotect(0x7f800ce57000, 9872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maths.scm", {st_mode=S_IFREG|0644, st_size=201898, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maths.go", {st_mode=S_IFREG|0644, st_size=998277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maths.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 998277
mmap(NULL, 998277, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cd53000
close(14)                               = 0
mprotect(0x7f800cde3000, 151568, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/r.scm", {st_mode=S_IFREG|0644, st_size=6019, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/r.go", {st_mode=S_IFREG|0644, st_size=75813, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/r.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75813
mmap(NULL, 75813, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cd40000
close(14)                               = 0
mprotect(0x7f800cd50000, 5872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ruby.scm", {st_mode=S_IFREG|0644, st_size=5093, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ruby.go", {st_mode=S_IFREG|0644, st_size=74773, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ruby.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74773
mmap(NULL, 74773, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cd2d000
close(14)                               = 0
mprotect(0x7f800cd3d000, 5320, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/less.scm", {st_mode=S_IFREG|0644, st_size=1883, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/less.go", {st_mode=S_IFREG|0644, st_size=71981, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/less.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71981
mmap(NULL, 71981, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cd1b000
close(14)                               = 0
mprotect(0x7f800cd2b000, 2552, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/logging.scm", {st_mode=S_IFREG|0644, st_size=7560, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/logging.go", {st_mode=S_IFREG|0644, st_size=85397, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/logging.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85397
mmap(NULL, 85397, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cd06000
close(14)                               = 0
mprotect(0x7f800cd16000, 10128, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-web.scm", {st_mode=S_IFREG|0644, st_size=110701, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-web.go", {st_mode=S_IFREG|0644, st_size=783021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-web.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 783021
mmap(NULL, 783021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cc46000
close(14)                               = 0
mprotect(0x7f800ccb6000, 73232, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/django.scm", {st_mode=S_IFREG|0644, st_size=38565, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/django.go", {st_mode=S_IFREG|0644, st_size=229397, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/django.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 229397
mmap(NULL, 229397, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cc0d000
close(14)                               = 0
mprotect(0x7f800cc2d000, 32648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/time.scm", {st_mode=S_IFREG|0644, st_size=14589, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/time.go", {st_mode=S_IFREG|0644, st_size=110093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/time.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 110093
mmap(NULL, 110093, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cbf2000
close(14)                               = 0
mprotect(0x7f800cc02000, 12744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-crypto.scm", {st_mode=S_IFREG|0644, st_size=39128, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-crypto.go", {st_mode=S_IFREG|0644, st_size=302669, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-crypto.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 302669
mmap(NULL, 302669, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cba8000
close(14)                               = 0
mprotect(0x7f800cbd8000, 28848, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/protobuf.scm", {st_mode=S_IFREG|0644, st_size=9465, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/protobuf.go", {st_mode=S_IFREG|0644, st_size=93141, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/protobuf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93141
mmap(NULL, 93141, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cb91000
close(14)                               = 0
mprotect(0x7f800cba1000, 10256, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/netpbm.scm", {st_mode=S_IFREG|0644, st_size=8155, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/netpbm.go", {st_mode=S_IFREG|0644, st_size=83725, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/netpbm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83725
mmap(NULL, 83725, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cb7c000
close(14)                               = 0
mprotect(0x7f800cb8c000, 13608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pulseaudio.scm", {st_mode=S_IFREG|0644, st_size=12300, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pulseaudio.go", {st_mode=S_IFREG|0644, st_size=92189, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pulseaudio.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92189
mmap(NULL, 92189, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cb65000
close(14)                               = 0
mprotect(0x7f800cb75000, 12328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libcanberra.scm", {st_mode=S_IFREG|0644, st_size=6105, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libcanberra.go", {st_mode=S_IFREG|0644, st_size=82261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libcanberra.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82261
mmap(NULL, 82261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cb50000
close(14)                               = 0
mprotect(0x7f800cb60000, 7720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gstreamer.scm", {st_mode=S_IFREG|0644, st_size=18486, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gstreamer.go", {st_mode=S_IFREG|0644, st_size=108565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gstreamer.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 108565
mmap(NULL, 108565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cb35000
close(14)                               = 0
mprotect(0x7f800cb45000, 19272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cdrom.scm", {st_mode=S_IFREG|0644, st_size=39210, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cdrom.go", {st_mode=S_IFREG|0644, st_size=217253, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cdrom.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 217253
mmap(NULL, 217253, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800caff000
close(14)                               = 0
mprotect(0x7f800cb1f000, 37056, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mp3.scm", {st_mode=S_IFREG|0644, st_size=20854, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mp3.go", {st_mode=S_IFREG|0644, st_size=183877, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mp3.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 183877
mmap(NULL, 183877, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cad2000
close(14)                               = 0
mprotect(0x7f800caf2000, 19928, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xiph.scm", {st_mode=S_IFREG|0644, st_size=19147, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xiph.go", {st_mode=S_IFREG|0644, st_size=109005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xiph.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 109005
mmap(NULL, 109005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800cab7000
close(14)                               = 0
mprotect(0x7f800cac7000, 11944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/music.scm", {st_mode=S_IFREG|0644, st_size=178977, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/music.go", {st_mode=S_IFREG|0644, st_size=896813, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/music.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 896813
mmap(NULL, 896813, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c9dc000
close(14)                               = 0
mprotect(0x7f800ca5c000, 140664, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datastructures.scm", {st_mode=S_IFREG|0644, st_size=9962, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datastructures.go", {st_mode=S_IFREG|0644, st_size=89949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datastructures.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 89949
mmap(NULL, 89949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c9c6000
close(14)                               = 0
mprotect(0x7f800c9d6000, 9024, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fonts.scm", {st_mode=S_IFREG|0644, st_size=62499, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fonts.go", {st_mode=S_IFREG|0644, st_size=347421, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fonts.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 347421
mmap(NULL, 347421, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c971000
close(14)                               = 0
mprotect(0x7f800c9a1000, 43520, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x1f8b000
brk(NULL)                               = 0x1f8b000
brk(0x2347000)                          = 0x2347000
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/font.scm", {st_mode=S_IFREG|0644, st_size=4982, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/font.go", {st_mode=S_IFREG|0644, st_size=74573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/font.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74573
mmap(NULL, 74573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c95e000
close(14)                               = 0
mprotect(0x7f800c96e000, 5376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/game-development.scm", {st_mode=S_IFREG|0644, st_size=57129, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/game-development.go", {st_mode=S_IFREG|0644, st_size=321893, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/game-development.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 321893
mmap(NULL, 321893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c90f000
close(14)                               = 0
mprotect(0x7f800c93f000, 52800, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnunet.scm", {st_mode=S_IFREG|0644, st_size=14265, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnunet.go", {st_mode=S_IFREG|0644, st_size=98117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnunet.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98117
mmap(NULL, 98117, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c8f7000
close(14)                               = 0
mprotect(0x7f800c907000, 17656, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nss.scm", {st_mode=S_IFREG|0644, st_size=8435, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nss.go", {st_mode=S_IFREG|0644, st_size=83245, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nss.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83245
mmap(NULL, 83245, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c8e2000
close(14)                               = 0
mprotect(0x7f800c8f2000, 11320, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sqlite.scm", {st_mode=S_IFREG|0644, st_size=5281, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sqlite.go", {st_mode=S_IFREG|0644, st_size=77453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sqlite.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77453
mmap(NULL, 77453, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c8cf000
close(14)                               = 0
mprotect(0x7f800c8df000, 4768, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphics.scm", {st_mode=S_IFREG|0644, st_size=38478, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphics.go", {st_mode=S_IFREG|0644, st_size=209749, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graphics.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 209749
mmap(NULL, 209749, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c89b000
close(14)                               = 0
mprotect(0x7f800c8bb000, 35704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell.scm", {st_mode=S_IFREG|0644, st_size=438779, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell.go", {st_mode=S_IFREG|0644, st_size=2464965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 2464965
mmap(NULL, 2464965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c641000
close(14)                               = 0
mprotect(0x7f800c791000, 232944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-check.scm", {st_mode=S_IFREG|0644, st_size=30571, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-check.go", {st_mode=S_IFREG|0644, st_size=211861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-check.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 211861
mmap(NULL, 211861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c60d000
close(14)                               = 0
mprotect(0x7f800c62d000, 19272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-crypto.scm", {st_mode=S_IFREG|0644, st_size=30736, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-crypto.go", {st_mode=S_IFREG|0644, st_size=202997, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-crypto.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 202997
mmap(NULL, 202997, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c5db000
close(14)                               = 0
mprotect(0x7f800c5fb000, 16320, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/haskell.scm", {st_mode=S_IFREG|0644, st_size=6962, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/haskell.go", {st_mode=S_IFREG|0644, st_size=76653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/haskell.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76653
mmap(NULL, 76653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c5c8000
close(14)                               = 0
mprotect(0x7f800c5d8000, 6392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-web.scm", {st_mode=S_IFREG|0644, st_size=50719, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-web.go", {st_mode=S_IFREG|0644, st_size=318341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-web.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 318341
mmap(NULL, 318341, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c57a000
close(14)                               = 0
mprotect(0x7f800c5aa000, 27840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdl.scm", {st_mode=S_IFREG|0644, st_size=21979, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdl.go", {st_mode=S_IFREG|0644, st_size=184637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 184637
mmap(NULL, 184637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c54c000
close(14)                               = 0
mprotect(0x7f800c56c000, 21040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fcitx.scm", {st_mode=S_IFREG|0644, st_size=5006, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fcitx.go", {st_mode=S_IFREG|0644, st_size=78565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fcitx.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78565
mmap(NULL, 78565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c538000
close(14)                               = 0
mprotect(0x7f800c548000, 6616, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/iso-codes.scm", {st_mode=S_IFREG|0644, st_size=4113, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/iso-codes.go", {st_mode=S_IFREG|0644, st_size=77653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/iso-codes.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77653
mmap(NULL, 77653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c525000
close(14)                               = 0
mprotect(0x7f800c535000, 4312, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ibus.scm", {st_mode=S_IFREG|0644, st_size=27783, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ibus.go", {st_mode=S_IFREG|0644, st_size=193709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ibus.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 193709
mmap(NULL, 193709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c4f5000
close(14)                               = 0
mprotect(0x7f800c515000, 27744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serialization.scm", {st_mode=S_IFREG|0644, st_size=20650, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serialization.go", {st_mode=S_IFREG|0644, st_size=185485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serialization.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 185485
mmap(NULL, 185485, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c4c7000
close(14)                               = 0
mprotect(0x7f800c4e7000, 20624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/textutils.scm", {st_mode=S_IFREG|0644, st_size=34991, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/textutils.go", {st_mode=S_IFREG|0644, st_size=213909, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/textutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 213909
mmap(NULL, 213909, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c492000
close(14)                               = 0
mprotect(0x7f800c4b2000, 31128, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/slang.scm", {st_mode=S_IFREG|0644, st_size=5918, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/slang.go", {st_mode=S_IFREG|0644, st_size=80085, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/slang.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80085
mmap(NULL, 80085, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c47e000
close(14)                               = 0
mprotect(0x7f800c48e000, 8088, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xdisorg.scm", {st_mode=S_IFREG|0644, st_size=67174, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xdisorg.go", {st_mode=S_IFREG|0644, st_size=417437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xdisorg.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 417437
mmap(NULL, 417437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c418000
close(14)                               = 0
mprotect(0x7f800c458000, 51080, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x2347000
brk(NULL)                               = 0x2347000
brk(0x2387000)                          = 0x2387000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pdf.scm", {st_mode=S_IFREG|0644, st_size=43341, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pdf.go", {st_mode=S_IFREG|0644, st_size=298165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pdf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 298165
mmap(NULL, 298165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c3cf000
close(14)                               = 0
mprotect(0x7f800c3ff000, 40016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/djvu.scm", {st_mode=S_IFREG|0644, st_size=2064, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/djvu.go", {st_mode=S_IFREG|0644, st_size=72925, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/djvu.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72925
mmap(NULL, 72925, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c3bd000
close(14)                               = 0
mprotect(0x7f800c3cd000, 3488, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/javascript.scm", {st_mode=S_IFREG|0644, st_size=19598, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/javascript.go", {st_mode=S_IFREG|0644, st_size=110101, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/javascript.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 110101
mmap(NULL, 110101, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c3a2000
close(14)                               = 0
mprotect(0x7f800c3b2000, 18728, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/minify.scm", {st_mode=S_IFREG|0644, st_size=4747, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/minify.go", {st_mode=S_IFREG|0644, st_size=74189, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/minify.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74189
mmap(NULL, 74189, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c38f000
close(14)                               = 0
mprotect(0x7f800c39f000, 5048, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lesstif.scm", {st_mode=S_IFREG|0644, st_size=1817, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lesstif.go", {st_mode=S_IFREG|0644, st_size=72389, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lesstif.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72389
mmap(NULL, 72389, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c37d000
close(14)                               = 0
mprotect(0x7f800c38d000, 2840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/photo.scm", {st_mode=S_IFREG|0644, st_size=21530, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/photo.go", {st_mode=S_IFREG|0644, st_size=181269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/photo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 181269
mmap(NULL, 181269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c350000
close(14)                               = 0
mprotect(0x7f800c370000, 22424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libusb.scm", {st_mode=S_IFREG|0644, st_size=23391, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libusb.go", {st_mode=S_IFREG|0644, st_size=189277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libusb.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 189277
mmap(NULL, 189277, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c321000
close(14)                               = 0
mprotect(0x7f800c341000, 22872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tex.scm", {st_mode=S_IFREG|0644, st_size=292855, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tex.go", {st_mode=S_IFREG|0644, st_size=1351565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tex.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1351565
mmap(NULL, 1351565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c1d7000
close(14)                               = 0
mprotect(0x7f800c297000, 168136, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/texlive.scm", {st_mode=S_IFREG|0644, st_size=6444, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/texlive.go", {st_mode=S_IFREG|0644, st_size=76261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/texlive.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76261
mmap(NULL, 76261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c1c4000
close(14)                               = 0
mprotect(0x7f800c1d4000, 6272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libreoffice.scm", {st_mode=S_IFREG|0644, st_size=45486, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libreoffice.go", {st_mode=S_IFREG|0644, st_size=307173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libreoffice.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 307173
mmap(NULL, 307173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c179000
close(14)                               = 0
mprotect(0x7f800c1a9000, 39672, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openldap.scm", {st_mode=S_IFREG|0644, st_size=16132, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openldap.go", {st_mode=S_IFREG|0644, st_size=97677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openldap.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 97677
mmap(NULL, 97677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c161000
close(14)                               = 0
mprotect(0x7f800c171000, 21304, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/networking.scm", {st_mode=S_IFREG|0644, st_size=97332, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/networking.go", {st_mode=S_IFREG|0644, st_size=551757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/networking.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 551757
mmap(NULL, 551757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c0da000
close(14)                               = 0
mprotect(0x7f800c12a000, 76680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/qt.scm", {st_mode=S_IFREG|0644, st_size=96425, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/qt.go", {st_mode=S_IFREG|0644, st_size=431997, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/qt.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 431997
mmap(NULL, 431997, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c070000
close(14)                               = 0
mprotect(0x7f800c0b0000, 62576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pciutils.scm", {st_mode=S_IFREG|0644, st_size=3933, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pciutils.go", {st_mode=S_IFREG|0644, st_size=75309, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pciutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75309
mmap(NULL, 75309, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800c05d000
close(14)                               = 0
mprotect(0x7f800c06d000, 5696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ruby.scm", {st_mode=S_IFREG|0644, st_size=311989, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ruby.go", {st_mode=S_IFREG|0644, st_size=1899461, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ruby.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1899461
mmap(NULL, 1899461, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be8d000
close(14)                               = 0
mprotect(0x7f800bf8d000, 212960, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rails.scm", {st_mode=S_IFREG|0644, st_size=23011, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rails.go", {st_mode=S_IFREG|0644, st_size=193693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rails.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 193693
mmap(NULL, 193693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be5d000
close(14)                               = 0
mprotect(0x7f800be7d000, 18304, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/node.scm", {st_mode=S_IFREG|0644, st_size=9602, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/node.go", {st_mode=S_IFREG|0644, st_size=85397, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/node.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85397
mmap(NULL, 85397, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be48000
close(14)                               = 0
mprotect(0x7f800be58000, 13416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lsof.scm", {st_mode=S_IFREG|0644, st_size=4940, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lsof.go", {st_mode=S_IFREG|0644, st_size=77357, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lsof.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77357
mmap(NULL, 77357, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be35000
close(14)                               = 0
mprotect(0x7f800be45000, 7544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ragel.scm", {st_mode=S_IFREG|0644, st_size=2112, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ragel.go", {st_mode=S_IFREG|0644, st_size=71973, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ragel.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71973
mmap(NULL, 71973, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be23000
close(14)                               = 0
mprotect(0x7f800be33000, 2592, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rsync.scm", {st_mode=S_IFREG|0644, st_size=3979, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rsync.go", {st_mode=S_IFREG|0644, st_size=77229, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rsync.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77229
mmap(NULL, 77229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800be10000
close(14)                               = 0
mprotect(0x7f800be20000, 4504, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/version-control.scm", {st_mode=S_IFREG|0644, st_size=94555, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/version-control.go", {st_mode=S_IFREG|0644, st_size=446101, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/version-control.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 446101
mmap(NULL, 446101, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bda3000
close(14)                               = 0
mprotect(0x7f800bde3000, 88032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cook.scm", {st_mode=S_IFREG|0644, st_size=3594, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cook.go", {st_mode=S_IFREG|0644, st_size=74037, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cook.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74037
mmap(NULL, 74037, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bd90000
close(14)                               = 0
mprotect(0x7f800bda0000, 4520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nano.scm", {st_mode=S_IFREG|0644, st_size=2162, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nano.go", {st_mode=S_IFREG|0644, st_size=72173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nano.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72173
mmap(NULL, 72173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bd7e000
close(14)                               = 0
mprotect(0x7f800bd8e000, 2720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ssh.scm", {st_mode=S_IFREG|0644, st_size=32492, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ssh.go", {st_mode=S_IFREG|0644, st_size=197365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ssh.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 197365
mmap(NULL, 197365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bd4d000
close(14)                               = 0
mprotect(0x7f800bd6d000, 31584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libedit.scm", {st_mode=S_IFREG|0644, st_size=2001, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libedit.go", {st_mode=S_IFREG|0644, st_size=72029, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libedit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72029
mmap(NULL, 72029, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bd3b000
close(14)                               = 0
mprotect(0x7f800bd4b000, 2584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openstack.scm", {st_mode=S_IFREG|0644, st_size=32911, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openstack.go", {st_mode=S_IFREG|0644, st_size=210701, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openstack.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 210701
mmap(NULL, 210701, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bd07000
close(14)                               = 0
mprotect(0x7f800bd27000, 23408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sync.scm", {st_mode=S_IFREG|0644, st_size=11641, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sync.go", {st_mode=S_IFREG|0644, st_size=91053, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sync.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91053
mmap(NULL, 91053, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bcf0000
close(14)                               = 0
mprotect(0x7f800bd00000, 12680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/selinux.scm", {st_mode=S_IFREG|0644, st_size=17791, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/selinux.go", {st_mode=S_IFREG|0644, st_size=101485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/selinux.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 101485
mmap(NULL, 101485, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bcd7000
close(14)                               = 0
mprotect(0x7f800bce7000, 19712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vulkan.scm", {st_mode=S_IFREG|0644, st_size=15314, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vulkan.go", {st_mode=S_IFREG|0644, st_size=102381, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vulkan.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 102381
mmap(NULL, 102381, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bcbe000
close(14)                               = 0
mprotect(0x7f800bcce000, 15760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wine.scm", {st_mode=S_IFREG|0644, st_size=24590, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wine.go", {st_mode=S_IFREG|0644, st_size=102573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wine.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 102573
mmap(NULL, 102573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bca4000
close(14)                               = 0
mprotect(0x7f800bcb4000, 23336, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/samba.scm", {st_mode=S_IFREG|0644, st_size=19067, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/samba.go", {st_mode=S_IFREG|0644, st_size=105765, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/samba.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105765
mmap(NULL, 105765, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc8a000
close(14)                               = 0
mprotect(0x7f800bc9a000, 21544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scanner.scm", {st_mode=S_IFREG|0644, st_size=6358, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scanner.go", {st_mode=S_IFREG|0644, st_size=80661, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scanner.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80661
mmap(NULL, 80661, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc76000
close(14)                               = 0
mprotect(0x7f800bc86000, 9536, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x2387000
brk(NULL)                               = 0x2387000
brk(0x295d000)                          = 0x295d000
brk(NULL)                               = 0x295d000
brk(NULL)                               = 0x295d000
brk(0x299d000)                          = 0x299d000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wxwidgets.scm", {st_mode=S_IFREG|0644, st_size=10453, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wxwidgets.go", {st_mode=S_IFREG|0644, st_size=93957, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wxwidgets.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93957
mmap(NULL, 93957, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc5f000
close(14)                               = 0
mprotect(0x7f800bc6f000, 14072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/webkit.scm", {st_mode=S_IFREG|0644, st_size=8302, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/webkit.go", {st_mode=S_IFREG|0644, st_size=85437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/webkit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85437
mmap(NULL, 85437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc4a000
close(14)                               = 0
mprotect(0x7f800bc5a000, 12512, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-compression.scm", {st_mode=S_IFREG|0644, st_size=5949, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-compression.go", {st_mode=S_IFREG|0644, st_size=83005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-compression.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83005
mmap(NULL, 83005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc35000
close(14)                               = 0
mprotect(0x7f800bc45000, 6192, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdf.scm", {st_mode=S_IFREG|0644, st_size=14458, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdf.go", {st_mode=S_IFREG|0644, st_size=100197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 100197
mmap(NULL, 100197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bc1c000
close(14)                               = 0
mprotect(0x7f800bc2c000, 14104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shells.scm", {st_mode=S_IFREG|0644, st_size=32458, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shells.go", {st_mode=S_IFREG|0644, st_size=198613, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shells.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 198613
mmap(NULL, 198613, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bbeb000
close(14)                               = 0
mprotect(0x7f800bc0b000, 32760, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scheme.scm", {st_mode=S_IFREG|0644, st_size=46677, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scheme.go", {st_mode=S_IFREG|0644, st_size=216661, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scheme.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 216661
mmap(NULL, 216661, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bbb6000
close(14)                               = 0
mprotect(0x7f800bbd6000, 46424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libphidget.scm", {st_mode=S_IFREG|0644, st_size=1747, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libphidget.go", {st_mode=S_IFREG|0644, st_size=72061, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libphidget.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72061
mmap(NULL, 72061, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bba4000
close(14)                               = 0
mprotect(0x7f800bbb4000, 2600, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfig.scm", {st_mode=S_IFREG|0644, st_size=6034, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfig.go", {st_mode=S_IFREG|0644, st_size=80173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfig.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80173
mmap(NULL, 80173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb90000
close(14)                               = 0
mprotect(0x7f800bba0000, 8472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pth.scm", {st_mode=S_IFREG|0644, st_size=2338, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pth.go", {st_mode=S_IFREG|0644, st_size=72197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pth.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72197
mmap(NULL, 72197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb7e000
close(14)                               = 0
mprotect(0x7f800bb8e000, 2696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stb.scm", {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stb.go", {st_mode=S_IFREG|0644, st_size=78069, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stb.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78069
mmap(NULL, 78069, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb6a000
close(14)                               = 0
mprotect(0x7f800bb7a000, 7200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gpodder.scm", {st_mode=S_IFREG|0644, st_size=7023, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gpodder.go", {st_mode=S_IFREG|0644, st_size=86213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gpodder.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86213
mmap(NULL, 86213, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb54000
close(14)                               = 0
mprotect(0x7f800bb64000, 10648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lirc.scm", {st_mode=S_IFREG|0644, st_size=6374, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lirc.go", {st_mode=S_IFREG|0644, st_size=81741, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lirc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81741
mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb40000
close(14)                               = 0
mprotect(0x7f800bb50000, 8952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpd.scm", {st_mode=S_IFREG|0644, st_size=14153, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpd.go", {st_mode=S_IFREG|0644, st_size=99901, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mpd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 99901
mmap(NULL, 99901, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb27000
close(14)                               = 0
mprotect(0x7f800bb37000, 15792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-web.scm", {st_mode=S_IFREG|0644, st_size=4732, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-web.go", {st_mode=S_IFREG|0644, st_size=79541, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl-web.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79541
mmap(NULL, 79541, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bb13000
close(14)                               = 0
mprotect(0x7f800bb23000, 4520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wget.scm", {st_mode=S_IFREG|0644, st_size=7356, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wget.go", {st_mode=S_IFREG|0644, st_size=86005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wget.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86005
mmap(NULL, 86005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bafe000
close(14)                               = 0
mprotect(0x7f800bb0e000, 11968, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/telephony.scm", {st_mode=S_IFREG|0644, st_size=37869, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/telephony.go", {st_mode=S_IFREG|0644, st_size=209221, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/telephony.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 209221
mmap(NULL, 209221, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800baca000
close(14)                               = 0
mprotect(0x7f800baea000, 39736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/speech.scm", {st_mode=S_IFREG|0644, st_size=9391, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/speech.go", {st_mode=S_IFREG|0644, st_size=87181, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/speech.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 87181
mmap(NULL, 87181, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800bab4000
close(14)                               = 0
mprotect(0x7f800bac4000, 9800, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/upnp.scm", {st_mode=S_IFREG|0644, st_size=6297, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/upnp.go", {st_mode=S_IFREG|0644, st_size=81797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/upnp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81797
mmap(NULL, 81797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800baa0000
close(14)                               = 0
mprotect(0x7f800bab0000, 8280, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tbb.scm", {st_mode=S_IFREG|0644, st_size=4016, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tbb.go", {st_mode=S_IFREG|0644, st_size=76605, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tbb.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76605
mmap(NULL, 76605, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ba8d000
close(14)                               = 0
mprotect(0x7f800ba9d000, 6936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffcall.scm", {st_mode=S_IFREG|0644, st_size=1813, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffcall.go", {st_mode=S_IFREG|0644, st_size=72037, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libffcall.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72037
mmap(NULL, 72037, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ba7b000
close(14)                               = 0
mprotect(0x7f800ba8b000, 2608, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
fstat(14, {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
read(14, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0\0\0\0\272\0\0\0\5\0\0\0\24\200\0\0\0\236\246H\240\237\273\25\220\240\206*\240\241\232\367\220\313\211\32\240\322#\364p\322a&\20\326\376t\\\330\200\255\220\332\376\303\220\333\300\220\20\334\336\245\220\335\251\254\220\336\276\207\220\337\211\216\220\340\236i\220\341ip\220\342~K\220\343IR\220\344^-\220\345)4\220\346GJ\20\347\22Q\20\350',\20\350\3623\20\352\7\16\20\352\322\25\20\353\346\360\20\354\261\367\20\355\306\322\20\356\221\331\20\357\257\356\220\360q\273\20\361\217\320\220\362\177\301\220\363o\262\220\364_\243\220\365O\224\220"..., 4096) = 2845
lseek(14, -1811, SEEK_CUR)              = 1034
read(14, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0\0\0\0\273\0\0\0\5\0\0\0\24\370\0\0\0\0\0\0\0\377\377\377\377^\4\32\300\377\377\377\377\236\246H\240\377\377\377\377\237\273\25\220\377\377\377\377\240\206*\240\377\377\377\377\241\232\367\220\377\377\377\377\313\211\32\240\377\377\377\377\322#\364p\377\377\377\377\322a&\20\377\377\377\377\326\376t\\\377\377\377\377\330\200\255\220\377\377\377\377\332\376\303\220\377\377\377\377\333\300\220\20\377\377\377\377\334\336\245\220\377\377\377\377\335\251\254\220\377\377\377\377\336\276\207\220\377\377\377\377\337\211\216\220\377\377\377\377\340\236i\220\377\377\377\377\341ip\220\377\377\377\377"..., 4096) = 1811
close(14)                               = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
brk(NULL)                               = 0x299d000
brk(0x29be000)                          = 0x29be000
brk(NULL)                               = 0x29be000
brk(0x29c6000)                          = 0x29c6000
brk(NULL)                               = 0x29c6000
brk(NULL)                               = 0x29c6000
brk(0x29be000)                          = 0x29be000
brk(NULL)                               = 0x29be000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/markup.scm", {st_mode=S_IFREG|0644, st_size=10109, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/markup.go", {st_mode=S_IFREG|0644, st_size=90957, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/markup.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 90957
mmap(NULL, 90957, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ba64000
close(14)                               = 0
mprotect(0x7f800ba74000, 11976, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x29be000
brk(NULL)                               = 0x29be000
brk(0x29fe000)                          = 0x29fe000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/w3m.scm", {st_mode=S_IFREG|0644, st_size=3405, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/w3m.go", {st_mode=S_IFREG|0644, st_size=75541, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/w3m.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75541
mmap(NULL, 75541, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ba51000
close(14)                               = 0
mprotect(0x7f800ba61000, 5520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mail.scm", {st_mode=S_IFREG|0644, st_size=118072, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mail.go", {st_mode=S_IFREG|0644, st_size=648325, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mail.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 648325
mmap(NULL, 648325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b9b2000
close(14)                               = 0
mprotect(0x7f800ba12000, 104056, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calendar.scm", {st_mode=S_IFREG|0644, st_size=8105, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calendar.go", {st_mode=S_IFREG|0644, st_size=86557, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calendar.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86557
mmap(NULL, 86557, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b99c000
close(14)                               = 0
mprotect(0x7f800b9ac000, 10800, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dav.scm", {st_mode=S_IFREG|0644, st_size=4639, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dav.go", {st_mode=S_IFREG|0644, st_size=77917, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dav.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77917
mmap(NULL, 77917, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b988000
close(14)                               = 0
mprotect(0x7f800b998000, 6248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gsasl.scm", {st_mode=S_IFREG|0644, st_size=4640, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gsasl.go", {st_mode=S_IFREG|0644, st_size=78037, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gsasl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78037
mmap(NULL, 78037, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b974000
close(14)                               = 0
mprotect(0x7f800b984000, 4776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/onc-rpc.scm", {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/onc-rpc.go", {st_mode=S_IFREG|0644, st_size=79645, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/onc-rpc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79645
mmap(NULL, 79645, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b960000
close(14)                               = 0
mprotect(0x7f800b970000, 6080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/search.scm", {st_mode=S_IFREG|0644, st_size=17467, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/search.go", {st_mode=S_IFREG|0644, st_size=105509, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/search.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105509
mmap(NULL, 105509, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b946000
close(14)                               = 0
mprotect(0x7f800b956000, 18712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/screen.scm", {st_mode=S_IFREG|0644, st_size=7667, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/screen.go", {st_mode=S_IFREG|0644, st_size=85333, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/screen.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85333
mmap(NULL, 85333, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b931000
close(14)                               = 0
mprotect(0x7f800b941000, 9920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/guile.scm", {st_mode=S_IFREG|0644, st_size=8525, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/guile.go", {st_mode=S_IFREG|0644, st_size=77197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/guile.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77197
mmap(NULL, 77197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b91e000
close(14)                               = 0
mprotect(0x7f800b92e000, 6488, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wordnet.scm", {st_mode=S_IFREG|0644, st_size=4791, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wordnet.go", {st_mode=S_IFREG|0644, st_size=77173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wordnet.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77173
mmap(NULL, 77173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b90b000
close(14)                               = 0
mprotect(0x7f800b91b000, 7288, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patchutils.scm", {st_mode=S_IFREG|0644, st_size=12452, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patchutils.go", {st_mode=S_IFREG|0644, st_size=95685, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patchutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95685
mmap(NULL, 95685, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b8f3000
close(14)                               = 0
mprotect(0x7f800b903000, 16176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vim.scm", {st_mode=S_IFREG|0644, st_size=35571, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vim.go", {st_mode=S_IFREG|0644, st_size=205557, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vim.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 205557
mmap(NULL, 205557, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b8c0000
close(14)                               = 0
mprotect(0x7f800b8e0000, 35944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/text-editors.scm", {st_mode=S_IFREG|0644, st_size=16113, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/text-editors.go", {st_mode=S_IFREG|0644, st_size=104805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/text-editors.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 104805
mmap(NULL, 104805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b8a6000
close(14)                               = 0
mprotect(0x7f800b8b6000, 19456, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=400390743}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b68, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b68, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=427661615}) = 0
write(6, "\0", 1)                       = 1
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/regex.scm", {st_mode=S_IFREG|0644, st_size=4371, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/regex.go", {st_mode=S_IFREG|0644, st_size=78125, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/regex.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78125
mmap(NULL, 78125, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b892000
close(14)                               = 0
mprotect(0x7f800b8a2000, 6496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terminals.scm", {st_mode=S_IFREG|0644, st_size=46302, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terminals.go", {st_mode=S_IFREG|0644, st_size=227461, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terminals.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 227461
mmap(NULL, 227461, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b85a000
close(14)                               = 0
mprotect(0x7f800b87a000, 44168, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/virtualization.scm", {st_mode=S_IFREG|0644, st_size=55532, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/virtualization.go", {st_mode=S_IFREG|0644, st_size=302653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/virtualization.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 302653
mmap(NULL, 302653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b810000
close(14)                               = 0
mprotect(0x7f800b840000, 57424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cross-base.scm", {st_mode=S_IFREG|0644, st_size=22877, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cross-base.go", {st_mode=S_IFREG|0644, st_size=175717, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cross-base.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 175717
mmap(NULL, 175717, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b7e5000
close(14)                               = 0
mprotect(0x7f800b805000, 16752, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mingw.scm", {st_mode=S_IFREG|0644, st_size=4006, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mingw.go", {st_mode=S_IFREG|0644, st_size=76861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mingw.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76861
mmap(NULL, 76861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b7d2000
close(14)                               = 0
mprotect(0x7f800b7e2000, 6720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/figlet.scm", {st_mode=S_IFREG|0644, st_size=1797, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/figlet.go", {st_mode=S_IFREG|0644, st_size=72629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/figlet.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72629
mmap(NULL, 72629, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b7c0000
close(14)                               = 0
mprotect(0x7f800b7d0000, 3200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/firmware.scm", {st_mode=S_IFREG|0644, st_size=21158, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/firmware.go", {st_mode=S_IFREG|0644, st_size=177741, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/firmware.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 177741
mmap(NULL, 177741, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b794000
close(14)                               = 0
mprotect(0x7f800b7b4000, 22864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/polkit.scm", {st_mode=S_IFREG|0644, st_size=8471, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/polkit.go", {st_mode=S_IFREG|0644, st_size=84085, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/polkit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84085
mmap(NULL, 84085, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b77f000
close(14)                               = 0
mprotect(0x7f800b78f000, 10304, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnuzilla.scm", {st_mode=S_IFREG|0644, st_size=44221, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnuzilla.go", {st_mode=S_IFREG|0644, st_size=198957, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnuzilla.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 198957
mmap(NULL, 198957, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b74e000
close(14)                               = 0
mprotect(0x7f800b76e000, 41736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cargo.scm", {st_mode=S_IFREG|0644, st_size=6161, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cargo.go", {st_mode=S_IFREG|0644, st_size=76245, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/cargo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76245
mmap(NULL, 76245, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b73b000
close(14)                               = 0
mprotect(0x7f800b74b000, 6376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rust.scm", {st_mode=S_IFREG|0644, st_size=49348, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rust.go", {st_mode=S_IFREG|0644, st_size=289781, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rust.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 289781
mmap(NULL, 289781, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b6f4000
close(14)                               = 0
mprotect(0x7f800b724000, 48440, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patches/icecat-makeicecat.patch", {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/spice.scm", {st_mode=S_IFREG|0644, st_size=12800, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/spice.go", {st_mode=S_IFREG|0644, st_size=98413, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/spice.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98413
mmap(NULL, 98413, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b6db000
close(14)                               = 0
mprotect(0x7f800b6eb000, 14864, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ninja.scm", {st_mode=S_IFREG|0644, st_size=3111, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ninja.go", {st_mode=S_IFREG|0644, st_size=75341, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ninja.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75341
mmap(NULL, 75341, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b6c8000
close(14)                               = 0
mprotect(0x7f800b6d8000, 5784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inkscape.scm", {st_mode=S_IFREG|0644, st_size=3474, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inkscape.go", {st_mode=S_IFREG|0644, st_size=76373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inkscape.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76373
mmap(NULL, 76373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b6b5000
close(14)                               = 0
mprotect(0x7f800b6c5000, 6392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pretty-print.scm", {st_mode=S_IFREG|0644, st_size=11389, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pretty-print.go", {st_mode=S_IFREG|0644, st_size=92469, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pretty-print.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92469
mmap(NULL, 92469, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b69e000
close(14)                               = 0
mprotect(0x7f800b6ae000, 13176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gv.scm", {st_mode=S_IFREG|0644, st_size=3247, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gv.go", {st_mode=S_IFREG|0644, st_size=75141, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gv.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75141
mmap(NULL, 75141, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b68b000
close(14)                               = 0
mprotect(0x7f800b69b000, 5464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdesktop.scm", {st_mode=S_IFREG|0644, st_size=6192, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdesktop.go", {st_mode=S_IFREG|0644, st_size=81605, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rdesktop.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81605
mmap(NULL, 81605, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b677000
close(14)                               = 0
mprotect(0x7f800b687000, 8832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vpn.scm", {st_mode=S_IFREG|0644, st_size=22280, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vpn.go", {st_mode=S_IFREG|0644, st_size=181837, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/vpn.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 181837
mmap(NULL, 181837, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b64a000
close(14)                               = 0
mprotect(0x7f800b66a000, 23672, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/artwork.scm", {st_mode=S_IFREG|0644, st_size=1605, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/artwork.go", {st_mode=S_IFREG|0644, st_size=69437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/artwork.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 69437
mmap(NULL, 69437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b639000
close(14)                               = 0
mprotect(0x7f800b649000, 1568, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocr.scm", {st_mode=S_IFREG|0644, st_size=3156, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocr.go", {st_mode=S_IFREG|0644, st_size=75365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75365
mmap(NULL, 75365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b626000
close(14)                               = 0
mprotect(0x7f800b636000, 3984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-compression.scm", {st_mode=S_IFREG|0644, st_size=7218, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-compression.go", {st_mode=S_IFREG|0644, st_size=86805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-compression.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86805
mmap(NULL, 86805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b610000
close(14)                               = 0
mprotect(0x7f800b620000, 9600, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/parallel.scm", {st_mode=S_IFREG|0644, st_size=8112, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/parallel.go", {st_mode=S_IFREG|0644, st_size=84829, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/parallel.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84829
mmap(NULL, 84829, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b5fb000
close(14)                               = 0
mprotect(0x7f800b60b000, 11176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freeipmi.scm", {st_mode=S_IFREG|0644, st_size=2072, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freeipmi.go", {st_mode=S_IFREG|0644, st_size=72029, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/freeipmi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72029
mmap(NULL, 72029, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b5e9000
close(14)                               = 0
mprotect(0x7f800b5f9000, 2592, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/language.scm", {st_mode=S_IFREG|0644, st_size=16405, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/language.go", {st_mode=S_IFREG|0644, st_size=112477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/language.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 112477
mmap(NULL, 112477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b5cd000
close(14)                               = 0
mprotect(0x7f800b5dd000, 10976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/bzr-download.scm", {st_mode=S_IFREG|0644, st_size=3296, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/bzr-download.go", {st_mode=S_IFREG|0644, st_size=109965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/bzr-download.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 109965
mmap(NULL, 109965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b5b2000
close(14)                               = 0
mprotect(0x7f800b5c2000, 34576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groovy.scm", {st_mode=S_IFREG|0644, st_size=47230, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groovy.go", {st_mode=S_IFREG|0644, st_size=195269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/groovy.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 195269
mmap(NULL, 195269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b582000
close(14)                               = 0
mprotect(0x7f800b5a2000, 35384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-compression.scm", {st_mode=S_IFREG|0644, st_size=13337, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-compression.go", {st_mode=S_IFREG|0644, st_size=91581, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-compression.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91581
mmap(NULL, 91581, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b56b000
close(14)                               = 0
mprotect(0x7f800b57b000, 14720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunwind.scm", {st_mode=S_IFREG|0644, st_size=2318, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunwind.go", {st_mode=S_IFREG|0644, st_size=71965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libunwind.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71965
mmap(NULL, 71965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b559000
close(14)                               = 0
mprotect(0x7f800b569000, 2536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/opencl.scm", {st_mode=S_IFREG|0644, st_size=13289, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/opencl.go", {st_mode=S_IFREG|0644, st_size=97893, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/opencl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 97893
mmap(NULL, 97893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b541000
close(14)                               = 0
mprotect(0x7f800b551000, 15576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/suckless.scm", {st_mode=S_IFREG|0644, st_size=26543, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/suckless.go", {st_mode=S_IFREG|0644, st_size=194757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/suckless.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 194757
mmap(NULL, 194757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b511000
close(14)                               = 0
mprotect(0x7f800b531000, 21920, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ftp.scm", {st_mode=S_IFREG|0644, st_size=10971, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ftp.go", {st_mode=S_IFREG|0644, st_size=92509, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ftp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92509
mmap(NULL, 92509, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b4fa000
close(14)                               = 0
mprotect(0x7f800b50a000, 13208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mcrypt.scm", {st_mode=S_IFREG|0644, st_size=4576, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mcrypt.go", {st_mode=S_IFREG|0644, st_size=77365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mcrypt.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77365
mmap(NULL, 77365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b4e7000
close(14)                               = 0
mprotect(0x7f800b4f7000, 4080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/geo.scm", {st_mode=S_IFREG|0644, st_size=32978, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/geo.go", {st_mode=S_IFREG|0644, st_size=203365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/geo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 203365
mmap(NULL, 203365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b4b5000
close(14)                               = 0
mprotect(0x7f800b4d5000, 32632, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/monitoring.scm", {st_mode=S_IFREG|0644, st_size=17903, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/monitoring.go", {st_mode=S_IFREG|0644, st_size=107669, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/monitoring.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 107669
mmap(NULL, 107669, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b49a000
close(14)                               = 0
mprotect(0x7f800b4aa000, 19648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-check.scm", {st_mode=S_IFREG|0644, st_size=4491, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-check.go", {st_mode=S_IFREG|0644, st_size=76029, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/python-check.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76029
mmap(NULL, 76029, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b487000
close(14)                               = 0
mprotect(0x7f800b497000, 4344, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x29fe000
brk(NULL)                               = 0x29fe000
brk(0x30eb000)                          = 0x30eb000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/security-token.scm", {st_mode=S_IFREG|0644, st_size=22398, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/security-token.go", {st_mode=S_IFREG|0644, st_size=179917, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/security-token.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 179917
mmap(NULL, 179917, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b45b000
close(14)                               = 0
mprotect(0x7f800b47b000, 20152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tor.scm", {st_mode=S_IFREG|0644, st_size=11142, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tor.go", {st_mode=S_IFREG|0644, st_size=90037, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tor.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 90037
mmap(NULL, 90037, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b445000
close(14)                               = 0
mprotect(0x7f800b455000, 12248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libftdi.scm", {st_mode=S_IFREG|0644, st_size=1943, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libftdi.go", {st_mode=S_IFREG|0644, st_size=72101, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/libftdi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72101
mmap(NULL, 72101, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b433000
close(14)                               = 0
mprotect(0x7f800b443000, 2640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rrdtool.scm", {st_mode=S_IFREG|0644, st_size=3996, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rrdtool.go", {st_mode=S_IFREG|0644, st_size=76869, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rrdtool.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76869
mmap(NULL, 76869, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b420000
close(14)                               = 0
mprotect(0x7f800b430000, 7064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/storage.scm", {st_mode=S_IFREG|0644, st_size=17586, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/storage.go", {st_mode=S_IFREG|0644, st_size=95285, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/storage.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95285
mmap(NULL, 95285, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b408000
close(14)                               = 0
mprotect(0x7f800b418000, 23912, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/linux-module.scm", {st_mode=S_IFREG|0644, st_size=7144, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/linux-module.go", {st_mode=S_IFREG|0644, st_size=79165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/linux-module.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79165
mmap(NULL, 79165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b3f4000
close(14)                               = 0
mprotect(0x7f800b404000, 8560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-2.scm", 0x7ffe254d3c30) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-2.scm", 0x7ffe254d3c30) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/srfi/srfi-2.scm", {st_mode=S_IFREG|0644, st_size=1105, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/srfi/srfi-2.go", 0x7ffe254d3a40) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/srfi/srfi-2.go", {st_mode=S_IFREG|0644, st_size=68107, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/srfi/srfi-2.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 68107
mmap(NULL, 68107, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b3e3000
close(14)                               = 0
mprotect(0x7f800b3f3000, 696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/and-let-star.scm", 0x7ffe254d38c0) = -1 ENOENT (No such file or directory)
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/and-let-star.scm", 0x7ffe254d38c0) = -1 ENOENT (No such file or directory)
stat("/opt/local/share/guile/2.2/ice-9/and-let-star.scm", {st_mode=S_IFREG|0644, st_size=2593, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/ice-9/and-let-star.go", 0x7ffe254d36d0) = -1 ENOENT (No such file or directory)
stat("/opt/local/lib/guile/2.2/ccache/ice-9/and-let-star.go", {st_mode=S_IFREG|0644, st_size=76125, ...}) = 0
openat(AT_FDCWD, "/opt/local/lib/guile/2.2/ccache/ice-9/and-let-star.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76125
mmap(NULL, 76125, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b3d0000
close(14)                               = 0
mprotect(0x7f800b3e0000, 6320, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x30eb000
brk(NULL)                               = 0x30eb000
brk(0x312b000)                          = 0x312b000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ots.scm", {st_mode=S_IFREG|0644, st_size=3497, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ots.go", {st_mode=S_IFREG|0644, st_size=74437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ots.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74437
mmap(NULL, 74437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b3bd000
close(14)                               = 0
mprotect(0x7f800b3cd000, 4656, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wv.scm", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wv.go", {st_mode=S_IFREG|0644, st_size=73229, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wv.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73229
mmap(NULL, 73229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b3ab000
close(14)                               = 0
mprotect(0x7f800b3bb000, 3584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/accessibility.scm", {st_mode=S_IFREG|0644, st_size=6354, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/accessibility.go", {st_mode=S_IFREG|0644, st_size=82197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/accessibility.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82197
mmap(NULL, 82197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b396000
close(14)                               = 0
mprotect(0x7f800b3a6000, 8128, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acct.scm", {st_mode=S_IFREG|0644, st_size=1679, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acct.go", {st_mode=S_IFREG|0644, st_size=71805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/acct.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71805
mmap(NULL, 71805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b384000
close(14)                               = 0
mprotect(0x7f800b394000, 2424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ada.scm", {st_mode=S_IFREG|0644, st_size=4389, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ada.go", {st_mode=S_IFREG|0644, st_size=78229, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ada.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78229
mmap(NULL, 78229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b370000
close(14)                               = 0
mprotect(0x7f800b380000, 6192, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/agda.scm", {st_mode=S_IFREG|0644, st_size=7381, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/agda.go", {st_mode=S_IFREG|0644, st_size=82221, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/agda.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82221
mmap(NULL, 82221, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b35b000
close(14)                               = 0
mprotect(0x7f800b36b000, 11392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/android.scm", {st_mode=S_IFREG|0644, st_size=37241, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/android.go", {st_mode=S_IFREG|0644, st_size=212629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/android.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 212629
mmap(NULL, 212629, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b327000
close(14)                               = 0
mprotect(0x7f800b347000, 38888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/android-ndk.scm", {st_mode=S_IFREG|0644, st_size=5331, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/android-ndk.go", {st_mode=S_IFREG|0644, st_size=74669, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/android-ndk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74669
mmap(NULL, 74669, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b314000
close(14)                               = 0
mprotect(0x7f800b324000, 5472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docker.scm", {st_mode=S_IFREG|0644, st_size=28012, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docker.go", {st_mode=S_IFREG|0644, st_size=185365, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/docker.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 185365
mmap(NULL, 185365, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b2e6000
close(14)                               = 0
mprotect(0x7f800b306000, 31216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/animation.scm", {st_mode=S_IFREG|0644, st_size=12578, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/animation.go", {st_mode=S_IFREG|0644, st_size=94397, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/animation.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 94397
mmap(NULL, 94397, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b2ce000
close(14)                               = 0
mprotect(0x7f800b2de000, 16056, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/antivirus.scm", {st_mode=S_IFREG|0644, st_size=7321, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/antivirus.go", {st_mode=S_IFREG|0644, st_size=80757, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/antivirus.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80757
mmap(NULL, 80757, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b2ba000
close(14)                               = 0
mprotect(0x7f800b2ca000, 10496, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apl.scm", {st_mode=S_IFREG|0644, st_size=2129, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apl.go", {st_mode=S_IFREG|0644, st_size=72877, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/apl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72877
mmap(NULL, 72877, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b2a8000
close(14)                               = 0
mprotect(0x7f800b2b8000, 3336, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/arcan.scm", {st_mode=S_IFREG|0644, st_size=11501, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/arcan.go", {st_mode=S_IFREG|0644, st_size=93949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/arcan.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93949
mmap(NULL, 93949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b291000
close(14)                               = 0
mprotect(0x7f800b2a1000, 17608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/astronomy.scm", {st_mode=S_IFREG|0644, st_size=6861, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/astronomy.go", {st_mode=S_IFREG|0644, st_size=84621, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/astronomy.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84621
mmap(NULL, 84621, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b27c000
close(14)                               = 0
mprotect(0x7f800b28c000, 9104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/augeas.scm", {st_mode=S_IFREG|0644, st_size=2588, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/augeas.go", {st_mode=S_IFREG|0644, st_size=72821, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/augeas.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72821
mmap(NULL, 72821, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b26a000
close(14)                               = 0
mprotect(0x7f800b27a000, 3224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avr.scm", {st_mode=S_IFREG|0644, st_size=7146, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avr.go", {st_mode=S_IFREG|0644, st_size=86941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/avr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86941
mmap(NULL, 86941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b254000
close(14)                               = 0
mprotect(0x7f800b264000, 9440, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flashing-tools.scm", {st_mode=S_IFREG|0644, st_size=18517, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flashing-tools.go", {st_mode=S_IFREG|0644, st_size=110797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/flashing-tools.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 110797
mmap(NULL, 110797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b238000
close(14)                               = 0
mprotect(0x7f800b248000, 17856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/axoloti.scm", {st_mode=S_IFREG|0644, st_size=16160, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/axoloti.go", {st_mode=S_IFREG|0644, st_size=98109, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/axoloti.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98109
mmap(NULL, 98109, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b220000
close(14)                               = 0
mprotect(0x7f800b230000, 23224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/embedded.scm", {st_mode=S_IFREG|0644, st_size=49335, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/embedded.go", {st_mode=S_IFREG|0644, st_size=300389, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/embedded.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 300389
mmap(NULL, 300389, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b1d6000
close(14)                               = 0
mprotect(0x7f800b206000, 41680, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/batik.scm", {st_mode=S_IFREG|0644, st_size=8803, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/batik.go", {st_mode=S_IFREG|0644, st_size=88509, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/batik.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 88509
mmap(NULL, 88509, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b1c0000
close(14)                               = 0
mprotect(0x7f800b1d0000, 11888, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/benchmark.scm", {st_mode=S_IFREG|0644, st_size=8442, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/benchmark.go", {st_mode=S_IFREG|0644, st_size=86741, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/benchmark.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86741
mmap(NULL, 86741, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b1aa000
close(14)                               = 0
mprotect(0x7f800b1ba000, 12872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioconductor.scm", {st_mode=S_IFREG|0644, st_size=171738, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioconductor.go", {st_mode=S_IFREG|0644, st_size=1004589, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioconductor.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1004589
mmap(NULL, 1004589, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800b0b4000
close(14)                               = 0
mprotect(0x7f800b144000, 88376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioinformatics.scm", {st_mode=S_IFREG|0644, st_size=599334, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioinformatics.go", {st_mode=S_IFREG|0644, st_size=2825261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bioinformatics.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 2825261
mmap(NULL, 2825261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800ae02000
close(14)                               = 0
mprotect(0x7f800af92000, 397832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ocaml.scm", {st_mode=S_IFREG|0644, st_size=11045, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ocaml.go", {st_mode=S_IFREG|0644, st_size=82261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/ocaml.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82261
mmap(NULL, 82261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800aded000
close(14)                               = 0
mprotect(0x7f800adfd000, 8848, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cran.scm", {st_mode=S_IFREG|0644, st_size=516584, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cran.go", {st_mode=S_IFREG|0644, st_size=3319005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cran.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 3319005
mmap(NULL, 3319005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800aac2000
close(14)                               = 0
mprotect(0x7f800ac82000, 288632, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graph.scm", {st_mode=S_IFREG|0644, st_size=16027, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graph.go", {st_mode=S_IFREG|0644, st_size=104637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/graph.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 104637
mmap(NULL, 104637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800aaa8000
close(14)                               = 0
mprotect(0x7f800aab8000, 17040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/statistics.scm", {st_mode=S_IFREG|0644, st_size=212970, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/statistics.go", {st_mode=S_IFREG|0644, st_size=1415029, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/statistics.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1415029
mmap(NULL, 1415029, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a94e000
close(14)                               = 0
mprotect(0x7f800aa0e000, 136568, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/machine-learning.scm", {st_mode=S_IFREG|0644, st_size=75441, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/machine-learning.go", {st_mode=S_IFREG|0644, st_size=334941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/machine-learning.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 334941
mmap(NULL, 334941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a8fc000
close(14)                               = 0
mprotect(0x7f800a92c000, 76896, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocaml.scm", {st_mode=S_IFREG|0644, st_size=200088, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocaml.go", {st_mode=S_IFREG|0644, st_size=1128853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ocaml.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1128853
mmap(NULL, 1128853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a7e8000
close(14)                               = 0
mprotect(0x7f800a888000, 127264, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web-browsers.scm", {st_mode=S_IFREG|0644, st_size=19787, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web-browsers.go", {st_mode=S_IFREG|0644, st_size=109621, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/web-browsers.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 109621
mmap(NULL, 109621, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a7cd000
close(14)                               = 0
mprotect(0x7f800a7dd000, 25384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/dune.scm", {st_mode=S_IFREG|0644, st_size=6554, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/dune.go", {st_mode=S_IFREG|0644, st_size=76805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/dune.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76805
mmap(NULL, 76805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a7ba000
close(14)                               = 0
mprotect(0x7f800a7ca000, 7016, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x312b000
brk(NULL)                               = 0x312b000
brk(0x316b000)                          = 0x316b000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dlang.scm", {st_mode=S_IFREG|0644, st_size=15952, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dlang.go", {st_mode=S_IFREG|0644, st_size=96805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dlang.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 96805
mmap(NULL, 96805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a7a2000
close(14)                               = 0
mprotect(0x7f800a7b2000, 15952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bittorrent.scm", {st_mode=S_IFREG|0644, st_size=20317, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bittorrent.go", {st_mode=S_IFREG|0644, st_size=111413, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bittorrent.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 111413
mmap(NULL, 111413, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a786000
close(14)                               = 0
mprotect(0x7f800a796000, 19880, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootloaders.scm", {st_mode=S_IFREG|0644, st_size=39816, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootloaders.go", {st_mode=S_IFREG|0644, st_size=208005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/bootloaders.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 208005
mmap(NULL, 208005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a753000
close(14)                               = 0
mprotect(0x7f800a773000, 45056, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mtools.scm", {st_mode=S_IFREG|0644, st_size=2845, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mtools.go", {st_mode=S_IFREG|0644, st_size=74373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mtools.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74373
mmap(NULL, 74373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a740000
close(14)                               = 0
mprotect(0x7f800a750000, 3144, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x316b000
brk(NULL)                               = 0x316b000
brk(0x3aa7000)                          = 0x3aa7000
brk(NULL)                               = 0x3aa7000
brk(0x3ac8000)                          = 0x3ac8000
brk(NULL)                               = 0x3ac8000
brk(0x3ad0000)                          = 0x3ad0000
brk(NULL)                               = 0x3ad0000
brk(NULL)                               = 0x3ad0000
brk(0x3acf000)                          = 0x3acf000
brk(NULL)                               = 0x3acf000
brk(NULL)                               = 0x3acf000
brk(NULL)                               = 0x3acf000
brk(0x3ac8000)                          = 0x3ac8000
brk(NULL)                               = 0x3ac8000
brk(NULL)                               = 0x3ac8000
brk(0x3ae9000)                          = 0x3ae9000
brk(NULL)                               = 0x3ae9000
brk(NULL)                               = 0x3ae9000
brk(0x3ae1000)                          = 0x3ae1000
brk(NULL)                               = 0x3ae1000
brk(NULL)                               = 0x3ae1000
brk(NULL)                               = 0x3ae1000
brk(0x3ad9000)                          = 0x3ad9000
brk(NULL)                               = 0x3ad9000
brk(NULL)                               = 0x3ad9000
brk(0x3afc000)                          = 0x3afc000
brk(NULL)                               = 0x3afc000
brk(NULL)                               = 0x3afc000
brk(0x3af4000)                          = 0x3af4000
brk(NULL)                               = 0x3af4000
brk(NULL)                               = 0x3af4000
brk(NULL)                               = 0x3af4000
brk(0x3aec000)                          = 0x3aec000
brk(NULL)                               = 0x3aec000
brk(NULL)                               = 0x3aec000
brk(0x3b12000)                          = 0x3b12000
brk(NULL)                               = 0x3b12000
brk(NULL)                               = 0x3b12000
brk(0x3b0a000)                          = 0x3b0a000
brk(NULL)                               = 0x3b0a000
brk(NULL)                               = 0x3b0a000
brk(NULL)                               = 0x3b0a000
brk(0x3b02000)                          = 0x3b02000
brk(NULL)                               = 0x3b02000
brk(NULL)                               = 0x3b02000
brk(NULL)                               = 0x3b02000
brk(0x3afa000)                          = 0x3afa000
brk(NULL)                               = 0x3afa000
brk(NULL)                               = 0x3afa000
brk(0x3b20000)                          = 0x3b20000
brk(NULL)                               = 0x3b20000
brk(NULL)                               = 0x3b20000
brk(0x3b18000)                          = 0x3b18000
brk(NULL)                               = 0x3b18000
brk(NULL)                               = 0x3b18000
brk(NULL)                               = 0x3b18000
brk(0x3b10000)                          = 0x3b10000
brk(NULL)                               = 0x3b10000
brk(NULL)                               = 0x3b10000
brk(NULL)                               = 0x3b10000
brk(0x3b08000)                          = 0x3b08000
brk(NULL)                               = 0x3b08000
brk(NULL)                               = 0x3b08000
brk(0x3b2e000)                          = 0x3b2e000
brk(NULL)                               = 0x3b2e000
brk(NULL)                               = 0x3b2e000
brk(0x3b26000)                          = 0x3b26000
brk(NULL)                               = 0x3b26000
brk(NULL)                               = 0x3b26000
brk(NULL)                               = 0x3b26000
brk(0x3b1e000)                          = 0x3b1e000
brk(NULL)                               = 0x3b1e000
brk(NULL)                               = 0x3b1e000
brk(NULL)                               = 0x3b1e000
brk(0x3b16000)                          = 0x3b16000
brk(NULL)                               = 0x3b16000
brk(NULL)                               = 0x3b16000
brk(0x3b3c000)                          = 0x3b3c000
brk(NULL)                               = 0x3b3c000
brk(NULL)                               = 0x3b3c000
brk(0x3b34000)                          = 0x3b34000
brk(NULL)                               = 0x3b34000
brk(NULL)                               = 0x3b34000
brk(NULL)                               = 0x3b34000
brk(0x3b2c000)                          = 0x3b2c000
brk(NULL)                               = 0x3b2c000
brk(NULL)                               = 0x3b2c000
brk(NULL)                               = 0x3b2c000
brk(0x3b24000)                          = 0x3b24000
brk(NULL)                               = 0x3b24000
brk(NULL)                               = 0x3b24000
brk(0x3b4a000)                          = 0x3b4a000
brk(NULL)                               = 0x3b4a000
brk(NULL)                               = 0x3b4a000
brk(0x3b42000)                          = 0x3b42000
brk(NULL)                               = 0x3b42000
brk(NULL)                               = 0x3b42000
brk(NULL)                               = 0x3b42000
brk(0x3b3a000)                          = 0x3b3a000
brk(NULL)                               = 0x3b3a000
brk(NULL)                               = 0x3b3a000
brk(NULL)                               = 0x3b3a000
brk(0x3b32000)                          = 0x3b32000
brk(NULL)                               = 0x3b32000
brk(NULL)                               = 0x3b32000
brk(0x3b58000)                          = 0x3b58000
brk(NULL)                               = 0x3b58000
brk(NULL)                               = 0x3b58000
brk(0x3b50000)                          = 0x3b50000
brk(NULL)                               = 0x3b50000
brk(NULL)                               = 0x3b50000
brk(NULL)                               = 0x3b50000
brk(0x3b48000)                          = 0x3b48000
brk(NULL)                               = 0x3b48000
brk(NULL)                               = 0x3b48000
brk(NULL)                               = 0x3b48000
brk(0x3b41000)                          = 0x3b41000
brk(NULL)                               = 0x3b41000
brk(NULL)                               = 0x3b41000
brk(0x3b66000)                          = 0x3b66000
brk(NULL)                               = 0x3b66000
brk(NULL)                               = 0x3b66000
brk(0x3b5e000)                          = 0x3b5e000
brk(NULL)                               = 0x3b5e000
brk(NULL)                               = 0x3b5e000
brk(NULL)                               = 0x3b5e000
brk(0x3b56000)                          = 0x3b56000
brk(NULL)                               = 0x3b56000
brk(NULL)                               = 0x3b56000
brk(NULL)                               = 0x3b56000
brk(0x3b4f000)                          = 0x3b4f000
brk(NULL)                               = 0x3b4f000
brk(NULL)                               = 0x3b4f000
brk(0x3b74000)                          = 0x3b74000
brk(NULL)                               = 0x3b74000
brk(NULL)                               = 0x3b74000
brk(0x3b6c000)                          = 0x3b6c000
brk(NULL)                               = 0x3b6c000
brk(NULL)                               = 0x3b6c000
brk(NULL)                               = 0x3b6c000
brk(0x3b65000)                          = 0x3b65000
brk(NULL)                               = 0x3b65000
brk(NULL)                               = 0x3b65000
brk(NULL)                               = 0x3b65000
brk(0x3b5d000)                          = 0x3b5d000
brk(NULL)                               = 0x3b5d000
brk(NULL)                               = 0x3b5d000
brk(0x3b82000)                          = 0x3b82000
brk(NULL)                               = 0x3b82000
brk(NULL)                               = 0x3b82000
brk(0x3b7a000)                          = 0x3b7a000
brk(NULL)                               = 0x3b7a000
brk(NULL)                               = 0x3b7a000
brk(NULL)                               = 0x3b7a000
brk(0x3b72000)                          = 0x3b72000
brk(NULL)                               = 0x3b72000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/busybox.scm", {st_mode=S_IFREG|0644, st_size=5927, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/busybox.go", {st_mode=S_IFREG|0644, st_size=80053, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/busybox.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80053
mmap(NULL, 80053, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a72c000
close(14)                               = 0
mprotect(0x7f800a73c000, 8616, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calcurse.scm", {st_mode=S_IFREG|0644, st_size=3487, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calcurse.go", {st_mode=S_IFREG|0644, st_size=74645, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/calcurse.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74645
mmap(NULL, 74645, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a719000
close(14)                               = 0
mprotect(0x7f800a729000, 4936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ccache.scm", {st_mode=S_IFREG|0644, st_size=2447, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ccache.go", {st_mode=S_IFREG|0644, st_size=73637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ccache.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73637
mmap(NULL, 73637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a707000
close(14)                               = 0
mprotect(0x7f800a717000, 4080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chemistry.scm", {st_mode=S_IFREG|0644, st_size=14249, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chemistry.go", {st_mode=S_IFREG|0644, st_size=96717, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chemistry.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 96717
mmap(NULL, 96717, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a6ef000
close(14)                               = 0
mprotect(0x7f800a6ff000, 17152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chez.scm", {st_mode=S_IFREG|0644, st_size=27797, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chez.go", {st_mode=S_IFREG|0644, st_size=187965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chez.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 187965
mmap(NULL, 187965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a6c1000
close(14)                               = 0
mprotect(0x7f800a6e1000, 30200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chromium.scm", {st_mode=S_IFREG|0644, st_size=34094, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chromium.go", {st_mode=S_IFREG|0644, st_size=187733, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/chromium.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 187733
mmap(NULL, 187733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a693000
close(14)                               = 0
mprotect(0x7f800a6b3000, 40408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ci.scm", {st_mode=S_IFREG|0644, st_size=13560, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ci.go", {st_mode=S_IFREG|0644, st_size=93269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ci.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93269
mmap(NULL, 93269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a67c000
close(14)                               = 0
mprotect(0x7f800a68c000, 18016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cinnamon.scm", {st_mode=S_IFREG|0644, st_size=3236, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cinnamon.go", {st_mode=S_IFREG|0644, st_size=75693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cinnamon.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75693
mmap(NULL, 75693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a669000
close(14)                               = 0
mprotect(0x7f800a679000, 5656, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/clojure.scm", {st_mode=S_IFREG|0644, st_size=12371, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/clojure.go", {st_mode=S_IFREG|0644, st_size=93325, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/clojure.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93325
mmap(NULL, 93325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a652000
close(14)                               = 0
mprotect(0x7f800a662000, 11752, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/clojure.scm", {st_mode=S_IFREG|0644, st_size=7244, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/clojure.go", {st_mode=S_IFREG|0644, st_size=78453, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/clojure.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78453
mmap(NULL, 78453, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a63e000
close(14)                               = 0
mprotect(0x7f800a64e000, 8040, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/clojure-utils.scm", {st_mode=S_IFREG|0644, st_size=9610, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/clojure-utils.go", {st_mode=S_IFREG|0644, st_size=85677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/clojure-utils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85677
mmap(NULL, 85677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a629000
close(14)                               = 0
mprotect(0x7f800a639000, 11064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/guile-build-system.scm", {st_mode=S_IFREG|0644, st_size=7970, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build/guile-build-system.go", {st_mode=S_IFREG|0644, st_size=78437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build/guile-build-system.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78437
mmap(NULL, 78437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a615000
close(14)                               = 0
mprotect(0x7f800a625000, 6544, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x3b72000
brk(NULL)                               = 0x3b72000
brk(0x3bb2000)                          = 0x3bb2000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cluster.scm", {st_mode=S_IFREG|0644, st_size=3506, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cluster.go", {st_mode=S_IFREG|0644, st_size=75645, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cluster.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75645
mmap(NULL, 75645, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a602000
close(14)                               = 0
mprotect(0x7f800a612000, 5984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cobol.scm", {st_mode=S_IFREG|0644, st_size=2997, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cobol.go", {st_mode=S_IFREG|0644, st_size=74893, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cobol.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74893
mmap(NULL, 74893, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a5ef000
close(14)                               = 0
mprotect(0x7f800a5ff000, 4776, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/commencement.scm", {st_mode=S_IFREG|0644, st_size=46557, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/commencement.go", {st_mode=S_IFREG|0644, st_size=279349, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/commencement.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 279349
mmap(NULL, 279349, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a5aa000
close(14)                               = 0
mprotect(0x7f800a5da000, 31968, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compton.scm", {st_mode=S_IFREG|0644, st_size=4113, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compton.go", {st_mode=S_IFREG|0644, st_size=76093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/compton.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76093
mmap(NULL, 76093, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a597000
close(14)                               = 0
mprotect(0x7f800a5a7000, 5808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/conky.scm", {st_mode=S_IFREG|0644, st_size=3303, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/conky.go", {st_mode=S_IFREG|0644, st_size=76445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/conky.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76445
mmap(NULL, 76445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a584000
close(14)                               = 0
mprotect(0x7f800a594000, 6400, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/connman.scm", {st_mode=S_IFREG|0644, st_size=6796, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/connman.go", {st_mode=S_IFREG|0644, st_size=84173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/connman.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84173
mmap(NULL, 84173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a56f000
close(14)                               = 0
mprotect(0x7f800a57f000, 10488, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/coq.scm", {st_mode=S_IFREG|0644, st_size=21881, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/coq.go", {st_mode=S_IFREG|0644, st_size=110909, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/coq.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 110909
mmap(NULL, 110909, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a553000
close(14)                               = 0
mprotect(0x7f800a563000, 21576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cppi.scm", {st_mode=S_IFREG|0644, st_size=1775, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cppi.go", {st_mode=S_IFREG|0644, st_size=71805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/cppi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71805
mmap(NULL, 71805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a541000
close(14)                               = 0
mprotect(0x7f800a551000, 2424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datamash.scm", {st_mode=S_IFREG|0644, st_size=1957, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datamash.go", {st_mode=S_IFREG|0644, st_size=72245, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/datamash.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72245
mmap(NULL, 72245, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a52f000
close(14)                               = 0
mprotect(0x7f800a53f000, 2768, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dc.scm", {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dc.go", {st_mode=S_IFREG|0644, st_size=73293, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73293
mmap(NULL, 73293, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a51d000
close(14)                               = 0
mprotect(0x7f800a52d000, 3648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debian.scm", {st_mode=S_IFREG|0644, st_size=8225, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debian.go", {st_mode=S_IFREG|0644, st_size=86437, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debian.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86437
mmap(NULL, 86437, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a507000
close(14)                               = 0
mprotect(0x7f800a517000, 12608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debug.scm", {st_mode=S_IFREG|0644, st_size=18702, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debug.go", {st_mode=S_IFREG|0644, st_size=105173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/debug.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105173
mmap(NULL, 105173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a4ed000
close(14)                               = 0
mprotect(0x7f800a4fd000, 21272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dico.scm", {st_mode=S_IFREG|0644, st_size=3527, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dico.go", {st_mode=S_IFREG|0644, st_size=75309, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dico.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75309
mmap(NULL, 75309, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a4da000
close(14)                               = 0
mprotect(0x7f800a4ea000, 5616, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dictionaries.scm", {st_mode=S_IFREG|0644, st_size=16496, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dictionaries.go", {st_mode=S_IFREG|0644, st_size=104709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dictionaries.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 104709
mmap(NULL, 104709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a4c0000
close(14)                               = 0
mprotect(0x7f800a4d0000, 20328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/digest.scm", {st_mode=S_IFREG|0644, st_size=2346, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/digest.go", {st_mode=S_IFREG|0644, st_size=73413, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/digest.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73413
mmap(NULL, 73413, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a4ae000
close(14)                               = 0
mprotect(0x7f800a4be000, 3744, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/direct-connect.scm", {st_mode=S_IFREG|0644, st_size=2610, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/direct-connect.go", {st_mode=S_IFREG|0644, st_size=74317, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/direct-connect.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74317
mmap(NULL, 74317, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a49b000
close(14)                               = 0
mprotect(0x7f800a4ab000, 4560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/display-managers.scm", {st_mode=S_IFREG|0644, st_size=11578, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/display-managers.go", {st_mode=S_IFREG|0644, st_size=92277, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/display-managers.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92277
mmap(NULL, 92277, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a484000
close(14)                               = 0
mprotect(0x7f800a494000, 15736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-frameworks.scm", {st_mode=S_IFREG|0644, st_size=143114, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-frameworks.go", {st_mode=S_IFREG|0644, st_size=664541, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-frameworks.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 664541
mmap(NULL, 664541, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a3e1000
close(14)                               = 0
mprotect(0x7f800a441000, 73872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openbox.scm", {st_mode=S_IFREG|0644, st_size=3926, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openbox.go", {st_mode=S_IFREG|0644, st_size=77269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/openbox.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77269
mmap(NULL, 77269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a3ce000
close(14)                               = 0
mprotect(0x7f800a3de000, 5272, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfce.scm", {st_mode=S_IFREG|0644, st_size=39363, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfce.go", {st_mode=S_IFREG|0644, st_size=224797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xfce.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 224797
mmap(NULL, 224797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a397000
close(14)                               = 0
mprotect(0x7f800a3b7000, 26560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dunst.scm", {st_mode=S_IFREG|0644, st_size=3164, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dunst.go", {st_mode=S_IFREG|0644, st_size=74845, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dunst.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74845
mmap(NULL, 74845, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a384000
close(14)                               = 0
mprotect(0x7f800a394000, 4952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dvtm.scm", {st_mode=S_IFREG|0644, st_size=2311, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dvtm.go", {st_mode=S_IFREG|0644, st_size=72965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/dvtm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72965
mmap(NULL, 72965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a372000
close(14)                               = 0
mprotect(0x7f800a382000, 3464, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/easyrpg.scm", {st_mode=S_IFREG|0644, st_size=4438, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/easyrpg.go", {st_mode=S_IFREG|0644, st_size=77565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/easyrpg.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77565
mmap(NULL, 77565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a35f000
close(14)                               = 0
mprotect(0x7f800a36f000, 5720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ebook.scm", {st_mode=S_IFREG|0644, st_size=13872, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ebook.go", {st_mode=S_IFREG|0644, st_size=95733, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ebook.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95733
mmap(NULL, 95733, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a347000
close(14)                               = 0
mprotect(0x7f800a357000, 18840, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/education.scm", {st_mode=S_IFREG|0644, st_size=15602, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/education.go", {st_mode=S_IFREG|0644, st_size=98373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/education.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98373
mmap(NULL, 98373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a32e000
close(14)                               = 0
mprotect(0x7f800a33e000, 20536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/efi.scm", {st_mode=S_IFREG|0644, st_size=8323, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/efi.go", {st_mode=S_IFREG|0644, st_size=87677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/efi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 87677
mmap(NULL, 87677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a318000
close(14)                               = 0
mprotect(0x7f800a328000, 11328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/electronics.scm", {st_mode=S_IFREG|0644, st_size=10331, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/electronics.go", {st_mode=S_IFREG|0644, st_size=92165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/electronics.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 92165
mmap(NULL, 92165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a301000
close(14)                               = 0
mprotect(0x7f800a311000, 12688, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdcc.scm", {st_mode=S_IFREG|0644, st_size=2821, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdcc.go", {st_mode=S_IFREG|0644, st_size=74205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sdcc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74205
mmap(NULL, 74205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a2ee000
close(14)                               = 0
mprotect(0x7f800a2fe000, 4592, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elixir.scm", {st_mode=S_IFREG|0644, st_size=4201, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elixir.go", {st_mode=S_IFREG|0644, st_size=76797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/elixir.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76797
mmap(NULL, 76797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a2db000
close(14)                               = 0
mprotect(0x7f800a2eb000, 7208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/erlang.scm", {st_mode=S_IFREG|0644, st_size=10099, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/erlang.go", {st_mode=S_IFREG|0644, st_size=87837, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/erlang.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 87837
mmap(NULL, 87837, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a2c5000
close(14)                               = 0
mprotect(0x7f800a2d5000, 15576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emulators.scm", {st_mode=S_IFREG|0644, st_size=54925, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emulators.go", {st_mode=S_IFREG|0644, st_size=298613, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/emulators.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 298613
mmap(NULL, 298613, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a27c000
close(14)                               = 0
mprotect(0x7f800a2ac000, 47096, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/engineering.scm", {st_mode=S_IFREG|0644, st_size=86861, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/engineering.go", {st_mode=S_IFREG|0644, st_size=434941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/engineering.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 434941
mmap(NULL, 434941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a211000
close(14)                               = 0
mprotect(0x7f800a251000, 83648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fpga.scm", {st_mode=S_IFREG|0644, st_size=13828, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fpga.go", {st_mode=S_IFREG|0644, st_size=99325, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fpga.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 99325
mmap(NULL, 99325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a1f8000
close(14)                               = 0
mprotect(0x7f800a208000, 18712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/entr.scm", {st_mode=S_IFREG|0644, st_size=2849, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/entr.go", {st_mode=S_IFREG|0644, st_size=74541, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/entr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74541
mmap(NULL, 74541, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a1e5000
close(14)                               = 0
mprotect(0x7f800a1f5000, 5120, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file-systems.scm", {st_mode=S_IFREG|0644, st_size=13148, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file-systems.go", {st_mode=S_IFREG|0644, st_size=95941, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/file-systems.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95941
mmap(NULL, 95941, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a1cd000
close(14)                               = 0
mprotect(0x7f800a1dd000, 14992, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/finance.scm", {st_mode=S_IFREG|0644, st_size=40314, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/finance.go", {st_mode=S_IFREG|0644, st_size=218885, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/finance.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 218885
mmap(NULL, 218885, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a197000
close(14)                               = 0
mprotect(0x7f800a1b7000, 41352, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/forth.scm", {st_mode=S_IFREG|0644, st_size=2424, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/forth.go", {st_mode=S_IFREG|0644, st_size=73565, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/forth.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73565
mmap(NULL, 73565, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a185000
close(14)                               = 0
mprotect(0x7f800a195000, 4080, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fvwm.scm", {st_mode=S_IFREG|0644, st_size=3286, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fvwm.go", {st_mode=S_IFREG|0644, st_size=75669, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/fvwm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75669
mmap(NULL, 75669, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a172000
close(14)                               = 0
mprotect(0x7f800a182000, 5816, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/games.scm", {st_mode=S_IFREG|0644, st_size=297960, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/games.go", {st_mode=S_IFREG|0644, st_size=1341477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/games.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 1341477
mmap(NULL, 1341477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a02a000
close(14)                               = 0
mprotect(0x7f800a0ea000, 235528, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gimp.scm", {st_mode=S_IFREG|0644, st_size=15314, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gimp.go", {st_mode=S_IFREG|0644, st_size=98709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gimp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98709
mmap(NULL, 98709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800a011000
close(14)                               = 0
mprotect(0x7f800a021000, 15544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/messaging.scm", {st_mode=S_IFREG|0644, st_size=78369, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/messaging.go", {st_mode=S_IFREG|0644, st_size=427917, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/messaging.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 427917
mmap(NULL, 427917, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009fa8000
close(14)                               = 0
mprotect(0x7f8009fe8000, 69256, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcal.scm", {st_mode=S_IFREG|0644, st_size=2889, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcal.go", {st_mode=S_IFREG|0644, st_size=72773, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gcal.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72773
mmap(NULL, 72773, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f96000
close(14)                               = 0
mprotect(0x7f8009fa6000, 3376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/genimage.scm", {st_mode=S_IFREG|0644, st_size=8258, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/genimage.go", {st_mode=S_IFREG|0644, st_size=83077, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/genimage.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83077
mmap(NULL, 83077, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f81000
close(14)                               = 0
mprotect(0x7f8009f91000, 12784, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x3bb2000
brk(NULL)                               = 0x3bb2000
brk(0x3bf2000)                          = 0x3bf2000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gkrellm.scm", {st_mode=S_IFREG|0644, st_size=2451, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gkrellm.go", {st_mode=S_IFREG|0644, st_size=73965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gkrellm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73965
mmap(NULL, 73965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f6e000
close(14)                               = 0
mprotect(0x7f8009f7e000, 4328, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-pw-mgr.scm", {st_mode=S_IFREG|0644, st_size=2378, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-pw-mgr.go", {st_mode=S_IFREG|0644, st_size=73165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnu-pw-mgr.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73165
mmap(NULL, 73165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f5c000
close(14)                               = 0
mprotect(0x7f8009f6c000, 3656, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnucash.scm", {st_mode=S_IFREG|0644, st_size=13965, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnucash.go", {st_mode=S_IFREG|0644, st_size=94165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnucash.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 94165
mmap(NULL, 94165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f45000
close(14)                               = 0
mprotect(0x7f8009f55000, 16712, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnustep.scm", {st_mode=S_IFREG|0644, st_size=11910, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnustep.go", {st_mode=S_IFREG|0644, st_size=93749, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gnustep.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 93749
mmap(NULL, 93749, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f2e000
close(14)                               = 0
mprotect(0x7f8009f3e000, 12024, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gobby.scm", {st_mode=S_IFREG|0644, st_size=7925, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gobby.go", {st_mode=S_IFREG|0644, st_size=85797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gobby.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85797
mmap(NULL, 85797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f19000
close(14)                               = 0
mprotect(0x7f8009f29000, 8048, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gprolog.scm", {st_mode=S_IFREG|0644, st_size=2742, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gprolog.go", {st_mode=S_IFREG|0644, st_size=73925, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gprolog.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73925
mmap(NULL, 73925, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009f06000
close(14)                               = 0
mprotect(0x7f8009f16000, 4376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gps.scm", {st_mode=S_IFREG|0644, st_size=8996, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gps.go", {st_mode=S_IFREG|0644, st_size=86053, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gps.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 86053
mmap(NULL, 86053, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ef0000
close(14)                               = 0
mprotect(0x7f8009f00000, 10216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-wm.scm", {st_mode=S_IFREG|0644, st_size=9133, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-wm.go", {st_mode=S_IFREG|0644, st_size=83573, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/guile-wm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83573
mmap(NULL, 83573, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009edb000
close(14)                               = 0
mprotect(0x7f8009eeb000, 11288, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gxmessage.scm", {st_mode=S_IFREG|0644, st_size=2352, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gxmessage.go", {st_mode=S_IFREG|0644, st_size=73485, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/gxmessage.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73485
mmap(NULL, 73485, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ec9000
close(14)                               = 0
mprotect(0x7f8009ed9000, 3896, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ham-radio.scm", {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ham-radio.go", {st_mode=S_IFREG|0644, st_size=76149, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ham-radio.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76149
mmap(NULL, 76149, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009eb6000
close(14)                               = 0
mprotect(0x7f8009ec6000, 4640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hardware.scm", {st_mode=S_IFREG|0644, st_size=11664, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hardware.go", {st_mode=S_IFREG|0644, st_size=88949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hardware.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 88949
mmap(NULL, 88949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ea0000
close(14)                               = 0
mprotect(0x7f8009eb0000, 11072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-apps.scm", {st_mode=S_IFREG|0644, st_size=16077, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-apps.go", {st_mode=S_IFREG|0644, st_size=100477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/haskell-apps.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 100477
mmap(NULL, 100477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e87000
close(14)                               = 0
mprotect(0x7f8009e97000, 18544, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hexedit.scm", {st_mode=S_IFREG|0644, st_size=3222, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hexedit.go", {st_mode=S_IFREG|0644, st_size=75629, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hexedit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75629
mmap(NULL, 75629, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e74000
close(14)                               = 0
mprotect(0x7f8009e84000, 3984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hugs.scm", {st_mode=S_IFREG|0644, st_size=3688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hugs.go", {st_mode=S_IFREG|0644, st_size=74469, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hugs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74469
mmap(NULL, 74469, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e61000
close(14)                               = 0
mprotect(0x7f8009e71000, 4944, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hyperledger.scm", {st_mode=S_IFREG|0644, st_size=4059, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hyperledger.go", {st_mode=S_IFREG|0644, st_size=76693, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/hyperledger.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76693
mmap(NULL, 76693, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e4e000
close(14)                               = 0
mprotect(0x7f8009e5e000, 6872, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idris.scm", {st_mode=S_IFREG|0644, st_size=12216, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idris.go", {st_mode=S_IFREG|0644, st_size=95189, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idris.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 95189
mmap(NULL, 95189, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e36000
close(14)                               = 0
mprotect(0x7f8009e46000, 15624, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idutils.scm", {st_mode=S_IFREG|0644, st_size=2816, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idutils.go", {st_mode=S_IFREG|0644, st_size=73181, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/idutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73181
mmap(NULL, 73181, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e24000
close(14)                               = 0
mprotect(0x7f8009e34000, 3688, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-processing.scm", {st_mode=S_IFREG|0644, st_size=20717, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-processing.go", {st_mode=S_IFREG|0644, st_size=105181, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-processing.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105181
mmap(NULL, 105181, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009e0a000
close(14)                               = 0
mprotect(0x7f8009e1a000, 21600, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-viewers.scm", {st_mode=S_IFREG|0644, st_size=16762, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-viewers.go", {st_mode=S_IFREG|0644, st_size=102869, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/image-viewers.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 102869
mmap(NULL, 102869, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009df0000
close(14)                               = 0
mprotect(0x7f8009e00000, 18104, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inklingreader.scm", {st_mode=S_IFREG|0644, st_size=2239, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inklingreader.go", {st_mode=S_IFREG|0644, st_size=73213, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/inklingreader.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73213
mmap(NULL, 73213, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009dde000
close(14)                               = 0
mprotect(0x7f8009dee000, 3584, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ipfs.scm", {st_mode=S_IFREG|0644, st_size=13161, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ipfs.go", {st_mode=S_IFREG|0644, st_size=89445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ipfs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 89445
mmap(NULL, 89445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009dc8000
close(14)                               = 0
mprotect(0x7f8009dd8000, 8968, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/irc.scm", {st_mode=S_IFREG|0644, st_size=18332, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/irc.go", {st_mode=S_IFREG|0644, st_size=105853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/irc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105853
mmap(NULL, 105853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009dae000
close(14)                               = 0
mprotect(0x7f8009dbe000, 21632, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde.scm", {st_mode=S_IFREG|0644, st_size=23553, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde.go", {st_mode=S_IFREG|0644, st_size=183085, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 183085
mmap(NULL, 183085, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d81000
close(14)                               = 0
mprotect(0x7f8009da1000, 25928, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-plasma.scm", {st_mode=S_IFREG|0644, st_size=8831, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-plasma.go", {st_mode=S_IFREG|0644, st_size=87717, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kde-plasma.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 87717
mmap(NULL, 87717, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d6b000
close(14)                               = 0
mprotect(0x7f8009d7b000, 11304, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-maths.scm", {st_mode=S_IFREG|0644, st_size=3552, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-maths.go", {st_mode=S_IFREG|0644, st_size=76709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/java-maths.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76709
mmap(NULL, 76709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d58000
close(14)                               = 0
mprotect(0x7f8009d68000, 6576, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jose.scm", {st_mode=S_IFREG|0644, st_size=1999, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jose.go", {st_mode=S_IFREG|0644, st_size=72989, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jose.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72989
mmap(NULL, 72989, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d46000
close(14)                               = 0
mprotect(0x7f8009d56000, 3416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jrnl.scm", {st_mode=S_IFREG|0644, st_size=2394, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jrnl.go", {st_mode=S_IFREG|0644, st_size=73181, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/jrnl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73181
mmap(NULL, 73181, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d34000
close(14)                               = 0
mprotect(0x7f8009d44000, 3432, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/julia.scm", {st_mode=S_IFREG|0644, st_size=17096, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/julia.go", {st_mode=S_IFREG|0644, st_size=97477, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/julia.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 97477
mmap(NULL, 97477, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d1c000
close(14)                               = 0
mprotect(0x7f8009d2c000, 21856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/key-mon.scm", {st_mode=S_IFREG|0644, st_size=2120, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/key-mon.go", {st_mode=S_IFREG|0644, st_size=72741, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/key-mon.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72741
mmap(NULL, 72741, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009d0a000
close(14)                               = 0
mprotect(0x7f8009d1a000, 3200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kodi.scm", {st_mode=S_IFREG|0644, st_size=21475, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kodi.go", {st_mode=S_IFREG|0644, st_size=179317, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/kodi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 179317
mmap(NULL, 179317, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009cde000
close(14)                               = 0
mprotect(0x7f8009cfe000, 26936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lego.scm", {st_mode=S_IFREG|0644, st_size=5400, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lego.go", {st_mode=S_IFREG|0644, st_size=79725, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lego.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79725
mmap(NULL, 79725, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009cca000
close(14)                               = 0
mprotect(0x7f8009cda000, 8208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/license.scm", {st_mode=S_IFREG|0644, st_size=6378, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/license.go", {st_mode=S_IFREG|0644, st_size=83061, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/license.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 83061
mmap(NULL, 83061, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009cb5000
close(14)                               = 0
mprotect(0x7f8009cc5000, 6904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lighting.scm", {st_mode=S_IFREG|0644, st_size=3418, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lighting.go", {st_mode=S_IFREG|0644, st_size=74373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lighting.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74373
mmap(NULL, 74373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ca2000
close(14)                               = 0
mprotect(0x7f8009cb2000, 4536, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lolcode.scm", {st_mode=S_IFREG|0644, st_size=2396, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lolcode.go", {st_mode=S_IFREG|0644, st_size=72589, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lolcode.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72589
mmap(NULL, 72589, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009c90000
close(14)                               = 0
mprotect(0x7f8009ca0000, 3016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lout.scm", {st_mode=S_IFREG|0644, st_size=5633, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lout.go", {st_mode=S_IFREG|0644, st_size=78061, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lout.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78061
mmap(NULL, 78061, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009c7c000
close(14)                               = 0
mprotect(0x7f8009c8c000, 8560, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxde.scm", {st_mode=S_IFREG|0644, st_size=20721, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxde.go", {st_mode=S_IFREG|0644, st_size=185501, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxde.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 185501
mmap(NULL, 185501, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009c4e000
close(14)                               = 0
mprotect(0x7f8009c6e000, 19360, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wm.scm", {st_mode=S_IFREG|0644, st_size=50866, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wm.go", {st_mode=S_IFREG|0644, st_size=307061, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wm.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 307061
mmap(NULL, 307061, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009c03000
close(14)                               = 0
mprotect(0x7f8009c33000, 45856, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxqt.scm", {st_mode=S_IFREG|0644, st_size=45981, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxqt.go", {st_mode=S_IFREG|0644, st_size=300117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/lxqt.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 300117
mmap(NULL, 300117, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009bb9000
close(14)                               = 0
mprotect(0x7f8009be9000, 30376, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/magic-wormhole.scm", {st_mode=S_IFREG|0644, st_size=6604, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/magic-wormhole.go", {st_mode=S_IFREG|0644, st_size=81021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/magic-wormhole.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81021
mmap(NULL, 81021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ba5000
close(14)                               = 0
mprotect(0x7f8009bb5000, 7296, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/make-bootstrap.scm", {st_mode=S_IFREG|0644, st_size=31024, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/make-bootstrap.go", {st_mode=S_IFREG|0644, st_size=192117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/make-bootstrap.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 192117
mmap(NULL, 192117, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009b76000
close(14)                               = 0
mprotect(0x7f8009b96000, 29200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patches/guile-relocatable.patch", {st_mode=S_IFREG|0644, st_size=2470, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patches/guile-2.2-default-utf8.patch", {st_mode=S_IFREG|0644, st_size=3189, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/patches/guile-linux-syscalls.patch", {st_mode=S_IFREG|0644, st_size=8944, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/marst.scm", {st_mode=S_IFREG|0644, st_size=1763, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/marst.go", {st_mode=S_IFREG|0644, st_size=72021, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/marst.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72021
mmap(NULL, 72021, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009b64000
close(14)                               = 0
mprotect(0x7f8009b74000, 2608, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mastodon.scm", {st_mode=S_IFREG|0644, st_size=2436, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mastodon.go", {st_mode=S_IFREG|0644, st_size=73797, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mastodon.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73797
mmap(NULL, 73797, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009b51000
close(14)                               = 0
mprotect(0x7f8009b61000, 4192, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mate.scm", {st_mode=S_IFREG|0644, st_size=59186, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mate.go", {st_mode=S_IFREG|0644, st_size=322869, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mate.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 322869
mmap(NULL, 322869, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009b02000
close(14)                               = 0
mprotect(0x7f8009b32000, 41224, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maven.scm", {st_mode=S_IFREG|0644, st_size=77684, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maven.go", {st_mode=S_IFREG|0644, st_size=303493, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/maven.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 303493
mmap(NULL, 303493, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009ab7000
close(14)                               = 0
mprotect(0x7f8009ae7000, 55320, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mc.scm", {st_mode=S_IFREG|0644, st_size=4522, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mc.go", {st_mode=S_IFREG|0644, st_size=76525, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mc.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76525
mmap(NULL, 76525, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009aa4000
close(14)                               = 0
mprotect(0x7f8009ab4000, 6824, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/medical.scm", {st_mode=S_IFREG|0644, st_size=2420, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/medical.go", {st_mode=S_IFREG|0644, st_size=73701, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/medical.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73701
mmap(NULL, 73701, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a92000
close(14)                               = 0
mprotect(0x7f8009aa2000, 4176, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mes.scm", {st_mode=S_IFREG|0644, st_size=5554, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mes.go", {st_mode=S_IFREG|0644, st_size=80045, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mes.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80045
mmap(NULL, 80045, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a7e000
close(14)                               = 0
mprotect(0x7f8009a8e000, 6368, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/microcom.scm", {st_mode=S_IFREG|0644, st_size=2168, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/microcom.go", {st_mode=S_IFREG|0644, st_size=72813, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/microcom.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72813
mmap(NULL, 72813, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a6c000
close(14)                               = 0
mprotect(0x7f8009a7c000, 3048, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moe.scm", {st_mode=S_IFREG|0644, st_size=2223, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moe.go", {st_mode=S_IFREG|0644, st_size=72309, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moe.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72309
mmap(NULL, 72309, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a5a000
close(14)                               = 0
mprotect(0x7f8009a6a000, 2816, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mono.scm", {st_mode=S_IFREG|0644, st_size=5413, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mono.go", {st_mode=S_IFREG|0644, st_size=77653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/mono.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77653
mmap(NULL, 77653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a47000
close(14)                               = 0
mprotect(0x7f8009a57000, 8016, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moreutils.scm", {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moreutils.go", {st_mode=S_IFREG|0644, st_size=75501, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/moreutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75501
mmap(NULL, 75501, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a34000
close(14)                               = 0
mprotect(0x7f8009a44000, 5448, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/motti.scm", {st_mode=S_IFREG|0644, st_size=1669, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/motti.go", {st_mode=S_IFREG|0644, st_size=71853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/motti.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71853
mmap(NULL, 71853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a22000
close(14)                               = 0
mprotect(0x7f8009a32000, 2472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/musl.scm", {st_mode=S_IFREG|0644, st_size=2188, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/musl.go", {st_mode=S_IFREG|0644, st_size=72269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/musl.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72269
mmap(NULL, 72269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009a10000
close(14)                               = 0
mprotect(0x7f8009a20000, 2848, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncdu.scm", {st_mode=S_IFREG|0644, st_size=2115, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncdu.go", {st_mode=S_IFREG|0644, st_size=72109, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ncdu.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72109
mmap(NULL, 72109, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80099fe000
close(14)                               = 0
mprotect(0x7f8009a0e000, 2632, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nfs.scm", {st_mode=S_IFREG|0644, st_size=5408, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nfs.go", {st_mode=S_IFREG|0644, st_size=78533, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nfs.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78533
mmap(NULL, 78533, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80099ea000
close(14)                               = 0
mprotect(0x7f80099fa000, 8784, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nickle.scm", {st_mode=S_IFREG|0644, st_size=2471, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nickle.go", {st_mode=S_IFREG|0644, st_size=72165, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nickle.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72165
mmap(NULL, 72165, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80099d8000
close(14)                               = 0
mprotect(0x7f80099e8000, 2720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nim.scm", {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nim.go", {st_mode=S_IFREG|0644, st_size=75077, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nim.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75077
mmap(NULL, 75077, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80099c5000
close(14)                               = 0
mprotect(0x7f80099d5000, 5640, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/noweb.scm", {st_mode=S_IFREG|0644, st_size=4392, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/noweb.go", {st_mode=S_IFREG|0644, st_size=77349, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/noweb.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 77349
mmap(NULL, 77349, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80099b2000
close(14)                               = 0
mprotect(0x7f80099c2000, 7904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ntp.scm", {st_mode=S_IFREG|0644, st_size=7797, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ntp.go", {st_mode=S_IFREG|0644, st_size=82949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ntp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82949
mmap(NULL, 82949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800999d000
close(14)                               = 0
mprotect(0x7f80099ad000, 8696, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nutrition.scm", {st_mode=S_IFREG|0644, st_size=3167, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nutrition.go", {st_mode=S_IFREG|0644, st_size=74725, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nutrition.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74725
mmap(NULL, 74725, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800998a000
close(14)                               = 0
mprotect(0x7f800999a000, 4952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nvi.scm", {st_mode=S_IFREG|0644, st_size=2907, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nvi.go", {st_mode=S_IFREG|0644, st_size=73501, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/nvi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73501
mmap(NULL, 73501, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009978000
close(14)                               = 0
mprotect(0x7f8009988000, 3936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/orpheus.scm", {st_mode=S_IFREG|0644, st_size=4287, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/orpheus.go", {st_mode=S_IFREG|0644, st_size=76821, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/orpheus.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76821
mmap(NULL, 76821, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009965000
close(14)                               = 0
mprotect(0x7f8009975000, 6952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pem.scm", {st_mode=S_IFREG|0644, st_size=1795, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pem.go", {st_mode=S_IFREG|0644, st_size=71981, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pem.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71981
mmap(NULL, 71981, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009953000
close(14)                               = 0
mprotect(0x7f8009963000, 2552, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl6.scm", {st_mode=S_IFREG|0644, st_size=31252, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl6.go", {st_mode=S_IFREG|0644, st_size=211741, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/perl6.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 211741
mmap(NULL, 211741, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800991f000
close(14)                               = 0
mprotect(0x7f800993f000, 23416, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/rakudo.scm", {st_mode=S_IFREG|0644, st_size=5992, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/build-system/rakudo.go", {st_mode=S_IFREG|0644, st_size=75357, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/build-system/rakudo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75357
mmap(NULL, 75357, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800990c000
close(14)                               = 0
mprotect(0x7f800991c000, 5648, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/phabricator.scm", {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/phabricator.go", {st_mode=S_IFREG|0644, st_size=79709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/phabricator.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 79709
mmap(NULL, 79709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80098f8000
close(14)                               = 0
mprotect(0x7f8009908000, 7736, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/php.scm", {st_mode=S_IFREG|0644, st_size=20272, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/php.go", {st_mode=S_IFREG|0644, st_size=91045, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/php.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91045
mmap(NULL, 91045, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80098e1000
close(14)                               = 0
mprotect(0x7f80098f1000, 20232, PROT_READ|PROT_WRITE) = 0
brk(NULL)                               = 0x3bf2000
brk(NULL)                               = 0x3bf2000
brk(0x3c32000)                          = 0x3c32000
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/plotutils.scm", {st_mode=S_IFREG|0644, st_size=12346, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/plotutils.go", {st_mode=S_IFREG|0644, st_size=91637, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/plotutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 91637
mmap(NULL, 91637, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80098ca000
close(14)                               = 0
mprotect(0x7f80098da000, 15704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/poedit.scm", {st_mode=S_IFREG|0644, st_size=2968, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/poedit.go", {st_mode=S_IFREG|0644, st_size=75293, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/poedit.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75293
mmap(NULL, 75293, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80098b7000
close(14)                               = 0
mprotect(0x7f80098c7000, 5200, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/printers.scm", {st_mode=S_IFREG|0644, st_size=4622, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/printers.go", {st_mode=S_IFREG|0644, st_size=78445, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/printers.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78445
mmap(NULL, 78445, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80098a3000
close(14)                               = 0
mprotect(0x7f80098b3000, 6392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/profiling.scm", {st_mode=S_IFREG|0644, st_size=17478, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/profiling.go", {st_mode=S_IFREG|0644, st_size=98269, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/profiling.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 98269
mmap(NULL, 98269, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800988b000
close(14)                               = 0
mprotect(0x7f800989b000, 20144, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pumpio.scm", {st_mode=S_IFREG|0644, st_size=2812, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pumpio.go", {st_mode=S_IFREG|0644, st_size=74789, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pumpio.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74789
mmap(NULL, 74789, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009878000
close(14)                               = 0
mprotect(0x7f8009888000, 4976, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pure.scm", {st_mode=S_IFREG|0644, st_size=2668, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pure.go", {st_mode=S_IFREG|0644, st_size=74149, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pure.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74149
mmap(NULL, 74149, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009865000
close(14)                               = 0
mprotect(0x7f8009875000, 4592, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pv.scm", {st_mode=S_IFREG|0644, st_size=1855, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pv.go", {st_mode=S_IFREG|0644, st_size=71805, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/pv.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71805
mmap(NULL, 71805, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009853000
close(14)                               = 0
mprotect(0x7f8009863000, 2424, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ratpoison.scm", {st_mode=S_IFREG|0644, st_size=4030, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ratpoison.go", {st_mode=S_IFREG|0644, st_size=75821, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/ratpoison.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75821
mmap(NULL, 75821, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009840000
close(14)                               = 0
mprotect(0x7f8009850000, 5952, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/re2c.scm", {st_mode=S_IFREG|0644, st_size=2039, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/re2c.go", {st_mode=S_IFREG|0644, st_size=71949, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/re2c.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71949
mmap(NULL, 71949, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800982e000
close(14)                               = 0
mprotect(0x7f800983e000, 2520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/robotics.scm", {st_mode=S_IFREG|0644, st_size=5450, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/robotics.go", {st_mode=S_IFREG|0644, st_size=78549, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/robotics.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 78549
mmap(NULL, 78549, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800981a000
close(14)                               = 0
mprotect(0x7f800982a000, 6152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rush.scm", {st_mode=S_IFREG|0644, st_size=1834, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rush.go", {st_mode=S_IFREG|0644, st_size=71853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/rush.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 71853
mmap(NULL, 71853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009808000
close(14)                               = 0
mprotect(0x7f8009818000, 2472, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sagemath.scm", {st_mode=S_IFREG|0644, st_size=3188, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sagemath.go", {st_mode=S_IFREG|0644, st_size=76005, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sagemath.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76005
mmap(NULL, 76005, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80097f5000
close(14)                               = 0
mprotect(0x7f8009805000, 4208, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sawfish.scm", {st_mode=S_IFREG|0644, st_size=7228, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sawfish.go", {st_mode=S_IFREG|0644, st_size=84229, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sawfish.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84229
mmap(NULL, 84229, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80097e0000
close(14)                               = 0
mprotect(0x7f80097f0000, 10056, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scribus.scm", {st_mode=S_IFREG|0644, st_size=7688, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scribus.go", {st_mode=S_IFREG|0644, st_size=82389, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scribus.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82389
mmap(NULL, 82389, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80097cb000
close(14)                               = 0
mprotect(0x7f80097db000, 9904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scsi.scm", {st_mode=S_IFREG|0644, st_size=2967, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scsi.go", {st_mode=S_IFREG|0644, st_size=72117, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/scsi.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72117
mmap(NULL, 72117, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80097b9000
close(14)                               = 0
mprotect(0x7f80097c9000, 2704, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serveez.scm", {st_mode=S_IFREG|0644, st_size=2384, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serveez.go", {st_mode=S_IFREG|0644, st_size=73261, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/serveez.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73261
mmap(NULL, 73261, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80097a7000
close(14)                               = 0
mprotect(0x7f80097b7000, 3792, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shellutils.scm", {st_mode=S_IFREG|0644, st_size=9374, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shellutils.go", {st_mode=S_IFREG|0644, st_size=88965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/shellutils.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 88965
mmap(NULL, 88965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009791000
close(14)                               = 0
mprotect(0x7f80097a1000, 11408, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simh.scm", {st_mode=S_IFREG|0644, st_size=3872, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simh.go", {st_mode=S_IFREG|0644, st_size=76125, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simh.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76125
mmap(NULL, 76125, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800977e000
close(14)                               = 0
mprotect(0x7f800978e000, 6392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simulation.scm", {st_mode=S_IFREG|0644, st_size=32147, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simulation.go", {st_mode=S_IFREG|0644, st_size=181709, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/simulation.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 181709
mmap(NULL, 181709, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009751000
close(14)                               = 0
mprotect(0x7f8009771000, 33072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skarnet.scm", {st_mode=S_IFREG|0644, st_size=15339, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skarnet.go", {st_mode=S_IFREG|0644, st_size=94197, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skarnet.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 94197
mmap(NULL, 94197, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800973a000
close(14)                               = 0
mprotect(0x7f800974a000, 9832, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skribilo.scm", {st_mode=S_IFREG|0644, st_size=3811, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skribilo.go", {st_mode=S_IFREG|0644, st_size=75045, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/skribilo.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75045
mmap(NULL, 75045, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009727000
close(14)                               = 0
mprotect(0x7f8009737000, 5296, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/smalltalk.scm", {st_mode=S_IFREG|0644, st_size=5751, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/smalltalk.go", {st_mode=S_IFREG|0644, st_size=81221, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/smalltalk.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 81221
mmap(NULL, 81221, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009713000
close(14)                               = 0
mprotect(0x7f8009723000, 9520, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sml.scm", {st_mode=S_IFREG|0644, st_size=2971, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sml.go", {st_mode=S_IFREG|0644, st_size=75381, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sml.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 75381
mmap(NULL, 75381, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009700000
close(14)                               = 0
mprotect(0x7f8009710000, 5504, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sssd.scm", {st_mode=S_IFREG|0644, st_size=7630, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sssd.go", {st_mode=S_IFREG|0644, st_size=82373, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/sssd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82373
mmap(NULL, 82373, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80096eb000
close(14)                               = 0
mprotect(0x7f80096fb000, 10064, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stalonetray.scm", {st_mode=S_IFREG|0644, st_size=2012, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stalonetray.go", {st_mode=S_IFREG|0644, st_size=72173, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/stalonetray.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72173
mmap(NULL, 72173, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80096d9000
close(14)                               = 0
mprotect(0x7f80096e9000, 2720, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syncthing.scm", {st_mode=S_IFREG|0644, st_size=53008, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syncthing.go", {st_mode=S_IFREG|0644, st_size=324997, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syncthing.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 324997
mmap(NULL, 324997, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009689000
close(14)                               = 0
mprotect(0x7f80096b9000, 30808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syndication.scm", {st_mode=S_IFREG|0644, st_size=5378, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syndication.go", {st_mode=S_IFREG|0644, st_size=80717, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/syndication.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 80717
mmap(NULL, 80717, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009675000
close(14)                               = 0
mprotect(0x7f8009685000, 8456, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/synergy.scm", {st_mode=S_IFREG|0644, st_size=3582, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/synergy.go", {st_mode=S_IFREG|0644, st_size=76205, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/synergy.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76205
mmap(NULL, 76205, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009662000
close(14)                               = 0
mprotect(0x7f8009672000, 6240, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/task-management.scm", {st_mode=S_IFREG|0644, st_size=2329, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/task-management.go", {st_mode=S_IFREG|0644, st_size=73605, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/task-management.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73605
mmap(NULL, 73605, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009650000
close(14)                               = 0
mprotect(0x7f8009660000, 4072, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terraform.scm", {st_mode=S_IFREG|0644, st_size=2100, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terraform.go", {st_mode=S_IFREG|0644, st_size=72677, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/terraform.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72677
mmap(NULL, 72677, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800963e000
close(14)                               = 0
mprotect(0x7f800964e000, 2984, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tmux.scm", {st_mode=S_IFREG|0644, st_size=7842, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tmux.go", {st_mode=S_IFREG|0644, st_size=85517, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tmux.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 85517
mmap(NULL, 85517, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009629000
close(14)                               = 0
mprotect(0x7f8009639000, 9392, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/toys.scm", {st_mode=S_IFREG|0644, st_size=2771, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/toys.go", {st_mode=S_IFREG|0644, st_size=74965, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/toys.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74965
mmap(NULL, 74965, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009616000
close(14)                               = 0
mprotect(0x7f8009626000, 5248, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tryton.scm", {st_mode=S_IFREG|0644, st_size=6878, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tryton.go", {st_mode=S_IFREG|0644, st_size=84813, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tryton.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84813
mmap(NULL, 84813, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009601000
close(14)                               = 0
mprotect(0x7f8009611000, 6936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tv.scm", {st_mode=S_IFREG|0644, st_size=2761, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tv.go", {st_mode=S_IFREG|0644, st_size=74853, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/tv.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 74853
mmap(NULL, 74853, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80095ee000
close(14)                               = 0
mprotect(0x7f80095fe000, 5032, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uml.scm", {st_mode=S_IFREG|0644, st_size=3903, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uml.go", {st_mode=S_IFREG|0644, st_size=76653, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uml.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 76653
mmap(NULL, 76653, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80095db000
close(14)                               = 0
mprotect(0x7f80095eb000, 7152, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/unrtf.scm", {st_mode=S_IFREG|0644, st_size=2003, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/unrtf.go", {st_mode=S_IFREG|0644, st_size=72317, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/unrtf.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72317
mmap(NULL, 72317, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80095c9000
close(14)                               = 0
mprotect(0x7f80095d9000, 2936, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uucp.scm", {st_mode=S_IFREG|0644, st_size=2250, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uucp.go", {st_mode=S_IFREG|0644, st_size=73325, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/uucp.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73325
mmap(NULL, 73325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80095b7000
close(14)                               = 0
mprotect(0x7f80095c7000, 3904, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wdiff.scm", {st_mode=S_IFREG|0644, st_size=2227, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wdiff.go", {st_mode=S_IFREG|0644, st_size=73317, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wdiff.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 73317
mmap(NULL, 73317, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f80095a5000
close(14)                               = 0
mprotect(0x7f80095b5000, 3808, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wicd.scm", {st_mode=S_IFREG|0644, st_size=9337, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wicd.go", {st_mode=S_IFREG|0644, st_size=84325, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/wicd.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 84325
mmap(NULL, 84325, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009590000
close(14)                               = 0
mprotect(0x7f80095a0000, 14384, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xnee.scm", {st_mode=S_IFREG|0644, st_size=2087, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xnee.go", {st_mode=S_IFREG|0644, st_size=72861, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/xnee.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 72861
mmap(NULL, 72861, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f800957e000
close(14)                               = 0
mprotect(0x7f800958e000, 3216, PROT_READ|PROT_WRITE) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/zile.scm", {st_mode=S_IFREG|0644, st_size=5855, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/gnu/packages/zile.go", {st_mode=S_IFREG|0644, st_size=82093, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/gnu/packages/zile.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 82093
mmap(NULL, 82093, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009569000
close(14)                               = 0
mprotect(0x7f8009579000, 9680, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=688104507}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f8017a13b68, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b68, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13b6c, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f8017a13b68, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f8017a13740, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f8017a13b6c, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=728654379}) = 0
write(6, "\0", 1)                       = 1
brk(NULL)                               = 0x3c32000
brk(NULL)                               = 0x3c32000
brk(0x48b2000)                          = 0x48b2000
stat("/home/mwette/proj/guix/guix-1.0.1/guix/git.scm", {st_mode=S_IFREG|0644, st_size=15380, ...}) = 0
stat("/home/mwette/proj/guix/guix-1.0.1/guix/git.go", {st_mode=S_IFREG|0644, st_size=199493, ...}) = 0
openat(AT_FDCWD, "/home/mwette/proj/guix/guix-1.0.1/guix/git.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 199493
mmap(NULL, 199493, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f8009538000
close(14)                               = 0
mprotect(0x7f8009558000, 49512, PROT_READ|PROT_WRITE) = 0
write(2, "updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...\n", 71) = 71
openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/etc/ssl/certs/ca-certificates.crt", 0x7ffe254d9150) = -1 ENOENT (No such file or directory)
stat("/etc/ssl/certs/ca-bundle.crt", {st_mode=S_IFREG|0444, st_size=205488, ...}) = 0
openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ssl/certs/ca-bundle.crt", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0444, st_size=205488, ...}) = 0
read(14, "# ACCVRAIZ1\n-----BEGIN CERTIFICATE-----\nMIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE\nAwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw\nCQYDVQQGEwJFUzAeFw0xMTA1MDUwOT"..., 4096) = 4096
read(14, "b8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1\nRXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM\nLVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf\n77IzlhEYt8llvhjho6Tc+hj507wTmzl6NL"..., 4096) = 4096
read(14, "K3rMUUKhemPR5ruhxSvC\nNr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX\nc4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a\nmnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=\n-----END CER"..., 4096) = 4096
read(14, "RiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc\n0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ\nu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF\nu+1z6S3RdTn"..., 4096) = 4096
read(14, "elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63\nn749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE\n76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H\n9jVlpNMKVv/1F"..., 4096) = 4096
read(14, "gUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD\nVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD\nVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8"..., 4096) = 4096
read(14, "o6ysmD0oyLQ\nI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7\n5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h\n3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa"..., 4096) = 4096
read(14, "KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL\n-----END CERTIFICATE-----\n\n# CFCA EV ROOT\n-----BEGIN CERTIFICATE-----\nMIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD\nTjEwMC4GA1UECgwn"..., 4096) = 4096
read(14, "BFQ0MgQ2VydGlmaWNhdGlv\nbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR\nFtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J\ncfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBum"..., 4096) = 4096
read(14, "1UECxMOMDAwMiA0MzM5OTg5MDMxHTAb\nBgNVBAMTFENlcnRpbm9taXMgLSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMz\nMTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMx\nFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGw"..., 4096) = 4096
read(14, "\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV\nHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y\nsHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL\nI9MA"..., 4096) = 4096
read(14, "ZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN\nYWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t\nL2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy\nZmlybWEgUy5BLjEp"..., 4096) = 4096
read(14, "CYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha\nME0xCzAJBgNVBAYTAkRFMRUwE"..., 4096) = 4096
read(14, "cm1D9SZImlJnt1ir/md2cXjbDaJWFBM5\nJDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo\nOb8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ\n-----END CERTIFICATE-----\n\n# Deutsche Telekom Root CA 2\n-----"..., 4096) = 4096
read(14, "zMyFdA0G4Dqs0MjomZmWzwPDCv\nON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo\nIhNzbM8m9Yop5w==\n-----END CERTIFICATE-----\n\n# DigiCert Assured ID Root G3\n-----BEGIN CERTIFICATE-----\nMIICRj"..., 4096) = 4096
read(14, "0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG\nfp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO\nZ9wj/wMco+I+o0IwQD"..., 4096) = 4096
read(14, "SBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV\nBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1\nZ3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz\nMDMwMzEyMDk0OF"..., 4096) = 4096
read(14, "Y43HmSjANBgkqhkiG9w0BAQUFADB1\nMQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1\nczEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG\nCSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAx"..., 4096) = 4096
read(14, "gNVHSMEGDAWgBRo\nkORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE\nvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA\nA4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCP"..., 4096) = 4096
read(14, "E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP\nzgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk\nL30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC\njGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj"..., 4096) = 4096
read(14, "AJBgNV\nBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw\nNyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV\nBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSB"..., 4096) = 4096
read(14, "\n# GeoTrust Universal CA 2\n-----BEGIN CERTIFICATE-----\nMIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW\nMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy\nc2FsIENBIDIwHhc"..., 4096) = 4096
read(14, "XkNz8kHp\n1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\nsnUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\nU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF5"..., 4096) = 4096
read(14, "UARjNN9rkxi+azayOeSsJDa38O+2HBNX\nk7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2\nSXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h\nbguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwg"..., 4096) = 4096
read(14, "4gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\nMDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\nZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\nMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASA"..., 4096) = 4096
read(14, "EzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK\nEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl\ncnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmN"..., 4096) = 4096
read(14, "sak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h\nq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED\nMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC\nmEEIjEy82tvuJxuC52pF7BaL"..., 4096) = 4096
read(14, "feu+h1sXIFRRk0pT\nAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq\nl1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG\n4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzU"..., 4096) = 4096
read(14, "cA5ZwjUukCox2eRFekGk\nLhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb\nUjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/\nQnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2"..., 4096) = 4096
read(14, "wIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3\nMDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl\ncnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR\ndGFuw7pzw610dsOhbnkwHhc"..., 4096) = 4096
read(14, "TjzjgTGfA6b7wP4piFXa\nhNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi\nFj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ\n/L7fCg0=\n-----END CERTIFICATE-----\n\n# OISTE WISeK"..., 4096) = 4096
read(14, "MS4wLAYD\nVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL\nMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk\nfnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9"..., 4096) = 4096
read(14, "Yje0uRY/W6ZM/57Es3zrWIozc\nhLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR\nTUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD\nmbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh"..., 4096) = 4096
read(14, "RiSem\nd1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN"..., 4096) = 4096
read(14, "hdGlvbiBBdXRob3JpdHkgUlNBIFIy\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq\nM0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf\nOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzp"..., 4096) = 4096
read(14, "iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc\nHadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs\nPgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/\nq5R4ZJjT9ijdh9h"..., 4096) = 4096
read(14, "D/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg\nJYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3\n6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcS"..., 4096) = 4096
read(14, "vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\nUj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\nBw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\nJRDL8Try2frbSV"..., 4096) = 4096
read(14, "JlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE\npMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp\n5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M\nUGDWE4dS7WMfbWV9whUY"..., 4096) = 4096
read(14, "838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\nX9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\nK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n1W4TNSNe35tfPe/W93bC6j67eA0cQmdrB"..., 4096) = 4096
read(14, "3dpc3NTaWduIEFHMR8wHQYDVQQDExZT\nd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\nCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8\n76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9li"..., 4096) = 4096
read(14, "JTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzd"..., 4096) = 4096
read(14, "9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf\nlo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n-----END CERTIFICATE-----\n\n# TWCA Global Root CA\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUT"..., 4096) = 4096
read(14, "ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC\nVGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK\nYS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH\nEgKXTiCQ8P8NHuJBO9NAOueNXdpm"..., 4096) = 4096
read(14, "Af\nBgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/\nMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv\ncivUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2\nAH"..., 4096) = 4096
read(14, "vArB\nAs8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp\n5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu\n1uwJ\n-----END CERTIFICATE-----\n\n# Trustis FPS Root CA\n-----BEGIN "..., 4096) = 4096
read(14, "pnFixdjQg3IM8WcR\niQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze\nSf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ\nXHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91"..., 4096) = 4096
read(14, "Yy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0\nIE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y\nIGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh\nbCBSb290IENlcnRpZmljYXRpb24gQXV0a"..., 4096) = 4096
read(14, "ra6O1I7mT1GvFpLgXPYHDw==\n-----END CERTIFICATE-----\n\n# XRamp Global CA Root\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\ngjELMAkGA1UEBhMCVVMxHjAcBgNVBAsT"..., 4096) = 4096
read(14, "GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB\nuvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl\nPwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP\nJXtoUHRVnAxZfVo9Q"..., 4096) = 4096
read(14, "VvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9\n9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S\nzhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk\nOQIDAQABo0IwQD"..., 4096) = 688
read(14, "", 4096)                      = 0
close(14)                               = 0
openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat("/home/mwette/proj", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/var", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/738", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/738/cache-738", 0x7ffe254d7b20) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
close(13)                               = 0
ioctl(2, TCGETS, 0x7ffe254d9160)        = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "guix build: error: cannot fetch branch 'master' from https://notabug.org/cwebber/guile-gcrypt.git: failed to resolve path '/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/738/cache-738/guix/checkouts/y"..., 280) = 280
exit_group(1)                           = ?
+++ exited with 1 +++

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-07-03  3:30               ` Matt Wette
@ 2019-07-04  9:29                 ` Ludovic Courtès
  2019-07-04 14:12                   ` Matt Wette
  0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2019-07-04  9:29 UTC (permalink / raw)
  To: Matt Wette; +Cc: 36330

Hi Matt,

Matt Wette <matt.wette@gmail.com> skribis:

> write(2, "updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...\n", 71) = 71
> openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)

It seems that your installation of Guile-Git fails to load libgit2, and
thus doesn’t work at all.  Could you check if that is the case?

(Besides, unless you want to build from source, I’d recommend using the
binary tarball to get Guix set up quickly:
<https://gnu.org/software/guix/manual/en/html_node/Binary-Installation.html>.)

Thanks,
Ludo’.

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

* bug#36330: guix-build-branch.sh failed on Fedora 29
  2019-07-04  9:29                 ` Ludovic Courtès
@ 2019-07-04 14:12                   ` Matt Wette
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Wette @ 2019-07-04 14:12 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36330

On 7/4/19 2:29 AM, Ludovic Courtès wrote:
> Hi Matt,
>
> Matt Wette <matt.wette@gmail.com> skribis:
>
>> write(2, "updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...\n", 71) = 71
>> openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
> It seems that your installation of Guile-Git fails to load libgit2, and
> thus doesn’t work at all.  Could you check if that is the case?
>
> (Besides, unless you want to build from source, I’d recommend using the
> binary tarball to get Guix set up quickly:
> <https://gnu.org/software/guix/manual/en/html_node/Binary-Installation.html>.)
>

I will look into the binary.  Thanks for taking the time on this.

Matt

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

end of thread, other threads:[~2019-07-04 14:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-22 14:25 bug#36330: guix-build-branch.sh failed on Fedora 29 Matt Wette
2019-06-24  8:26 ` Ludovic Courtès
2019-06-24 12:37   ` Matt Wette
2019-06-24 18:54     ` Ludovic Courtès
2019-06-25  2:31       ` Matt Wette
2019-06-25 14:02         ` Ludovic Courtès
2019-06-26  2:13           ` Matt Wette
2019-07-02 15:10             ` Ludovic Courtès
2019-07-03  3:30               ` Matt Wette
2019-07-04  9:29                 ` Ludovic Courtès
2019-07-04 14:12                   ` Matt Wette

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).