Created
May 12, 2015 14:06
-
-
Save garbas/9cd2fbae4696ec6856f4 to your computer and use it in GitHub Desktop.
building nix on cygwin: make installtest has many error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GrayWorm@Missandei ~/nix-src | |
$ nix-build release.nix -A build.\"x86_64-cygwin\" -I nixpkgs=../rcnixpkgs -K | |
these derivations will be built: | |
/nix/store/ngwq4xq8mgw01mazqvfgqzqk8hvfivyc-nix-1.8pre1234_abcdef.drv | |
building path(s) ‘/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef’ | |
initPhase | |
unpacking sources | |
unpacking source archive /nix/store/jl3hdnlxmb4m7kk3grghysl357rgfaar-nix-tarball-1.8pre1234_abcdef/tarballs/nix-1.8pre1234_abcdef.tar.bz2 | |
source root is nix-1.8pre1234_abcdef | |
patching sources | |
configuring | |
configure flags: --prefix=/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef --disable-init-state | |
--with-dbi=/nix/store/dmcfriys3v2y9h8wp2sw358iz7sn70w7-perl-DBI-1.631/lib/perl5/site_perl | |
--with-dbd-sqlite=/nix/store/2j25a82rhf47mbqmm5zry7i3zq6s659v-perl-DBD-SQLite-1.44/lib/perl5/site_perl | |
--with-www-curl=/nix/store/xdqwd660fn4iks09q8wqsc0cmr409a3s-perl-WWW-Curl-4.17/lib/perl5/site_perl | |
--enable-gc | |
--sysconfdir=/etc | |
checking for a sed that does not truncate output... /bin/sed | |
checking build system type... x86_64-unknown-cygwin | |
checking host system type... x86_64-unknown-cygwin | |
checking for the canonical Nix system name... x86_64-cygwin | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.exe | |
checking for suffix of executables... .exe | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for pubsetbuf... yes | |
checking for chroot... yes | |
checking for unshare... no | |
checking for statvfs... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for sys/mount.h... yes | |
checking for lutimes... yes | |
checking for sched_setaffinity... no | |
checking whether it is possible to create a link to a symlink... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking locale usability... yes | |
checking locale presence... yes | |
checking for locale... yes | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking for curl... /nix/store/lxa67rgss2l0zx3h3dc63wwxg5i3bzbs-curl-7.42.0/bin/curl | |
checking for bash... /bin/bash | |
checking for patch... /bin/patch | |
checking for xmllint... /bin/xmllint | |
checking for xsltproc... false | |
checking for flex... false | |
checking for bison... false | |
checking for perl... /nix/store/lbv9mvg7fpgdddczmdjvj94m85icanr6-perl-5.20.1/bin/perl | |
checking for sed... /bin/sed | |
checking for tar... /bin/tar | |
checking for bzip2... /nix/store/w571a184y6kbrgv9hdic6492k49n4jjn-bzip2-1.0.6/bin/bzip2 | |
checking for gzip... /bin/gzip | |
checking for xz... /nix/store/1xgi82fxvd4hj5g9kid7y51wzc3igalw-xz-5.2.0/bin/xz | |
checking for dot... no | |
checking for dblatex... no | |
checking for pv... pv | |
checking whether Perl is recent enough... yes | |
checking for the Perl installation prefix... ${exec_prefix}/lib/perl5/site_perl/5.20.1/cygwin-thread-multi | |
checking for cat... /bin/cat | |
checking for tr... /bin/tr | |
checking for openssl... /nix/store/nldpgjkqyvwvxnkxppi8c84gkl857pn0-openssl-1.0.1m/bin/openssl | |
checking for pkg-config... /nix/store/lprsw63q2s0skjvdgbm0qvfg7zwff3sf-pkg-config-0.28/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for OPENSSL... yes | |
checking for BZ2_bzWriteOpen in -lbz2... yes | |
checking bzlib.h usability... yes | |
checking bzlib.h presence... yes | |
checking for bzlib.h... yes | |
checking for SQLITE3... yes | |
checking for BDW_GC... yes | |
checking whether DBD::SQLite works... yes | |
checking whether WWW::Curl works... yes | |
checking whether to build the Perl bindings... yes | |
checking for setresuid... no | |
checking for setreuid... yes | |
checking for lchown... yes | |
checking for strsignal... yes | |
checking for posix_fallocate... yes | |
checking for nanosleep... yes | |
checking for sysconf... yes | |
checking if you have a recent GNU tar... yes | |
configure: creating ./config.status | |
config.status: creating config.h | |
building | |
make flags: SHELL=/bin/bash profiledir=$(out)/etc/profile.d | |
Makefile:28: Makefile.config: No such file or directory | |
GEN Makefile.config | |
make: cannot enforce load limits on this operating system | |
CXX src/nix-hash/nix-hash.o | |
CXX src/libmain/stack.o | |
CXX src/libstore/build.o | |
CXX src/libmain/shared.o | |
src/libmain/stack.cc:15:13: warning: 'void nix::sigsegvHandler(int, siginfo_t*, void*)' defined but not used [-Wunused-function] | |
static void sigsegvHandler(int signo, siginfo_t * info, void * ctx) | |
^ | |
CXX src/libstore/derivations.o | |
CXX src/libstore/gc.o | |
CXX src/libstore/globals.o | |
GEN src/libstore/schema.sql.hh | |
CXX src/libstore/misc.o | |
CXX src/libstore/optimise-store.o | |
CXX src/libstore/pathlocks.o | |
CXX src/libstore/references.o | |
CXX src/libstore/remote-store.o | |
CXX src/libstore/store-api.o | |
CXX src/libutil/affinity.o | |
CXX src/libutil/archive.o | |
CXX src/libutil/hash.o | |
CXX src/libutil/regex.o | |
CXX src/libutil/serialise.o | |
CXX src/libutil/util.o | |
CXX src/libutil/xml-writer.o | |
CXX src/boost/format/format_implementation.o | |
CXX src/boost/format/free_funcs.o | |
CXX src/boost/format/parsing.o | |
CXX src/nix-store/dotgraph.o | |
CXX src/nix-store/nix-store.o | |
CXX src/nix-store/xmlgraph.o | |
CXX src/nix-instantiate/nix-instantiate.o | |
CXX src/libexpr/attr-path.o | |
CXX src/libexpr/common-opts.o | |
CXX src/libexpr/eval.o | |
CXX src/libexpr/get-drvs.o | |
CXX src/libexpr/json-to-value.o | |
src/libexpr/eval.cc: In constructor 'nix::EvalState::EvalState(const Strings&)': | |
src/libexpr/eval.cc:207:9: warning: 'GC_oom_fn' is deprecated (declared at /nix/store/rjgiwbrkypzmsbv1rj3hzdc54s2352jh-boehm-gc-7.4.2/include/gc/gc.h:109) [-Wdeprecated-declarations] | |
GC_oom_fn = oomHandler; | |
^ | |
CXX src/libexpr/lexer-tab.o | |
CXX src/libexpr/names.o | |
CXX src/libexpr/nixexpr.o | |
src/libexpr/lexer-tab.cc:1555:17: warning: 'void yyunput(int, char*, yyscan_t)' defined but not used [-Wunused-function] | |
static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) | |
^ | |
CXX src/libexpr/parser-tab.o | |
CXX src/libexpr/primops.o | |
In file included from /usr/include/wchar.h:19:0, | |
from /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/cwchar:44, | |
from /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/bits/postypes.h:40, | |
from /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/bits/char_traits.h:40, | |
from /usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/c++/string:40, | |
from src/libutil/types.hh:5, | |
from src/libutil/util.hh:3, | |
from src/libexpr/parser.y:19, | |
from src/libexpr/parser.y:53: | |
src/libexpr/parser-tab.cc:1153:8: note: an attribute that appertains to a type-specifier is ignored | |
static _Noreturn void | |
^ | |
src/libexpr/parser-tab.cc:1161:8: note: an attribute that appertains to a type-specifier is ignored | |
static _Noreturn void | |
^ | |
CXX src/libexpr/value-to-json.o | |
CXX src/libexpr/value-to-xml.o | |
CXX src/nix-env/nix-env.o | |
CXX src/nix-env/profiles.o | |
CXX src/nix-env/user-env.o | |
CXX src/nix-daemon/nix-daemon.o | |
CXX src/download-via-ssh/download-via-ssh.o | |
CXX src/nix-log2xml/log2xml.o | |
CC src/bsdiff-4.3/bsdiff.o | |
CC src/bsdiff-4.3/bspatch.o | |
GEN scripts/nix-build | |
GEN scripts/nix-channel | |
GEN scripts/nix-collect-garbage | |
GEN scripts/nix-copy-closure | |
GEN scripts/nix-generate-patches | |
GEN scripts/nix-install-package | |
GEN scripts/nix-prefetch-url | |
GEN scripts/nix-pull | |
GEN scripts/nix-push | |
GEN scripts/build-remote.pl | |
GEN scripts/find-runtime-roots.pl | |
GEN scripts/nix-http-export.cgi | |
GEN scripts/nix-profile.sh | |
GEN scripts/nix-reduce-build | |
GEN scripts/copy-from-other-stores.pl | |
GEN scripts/download-from-binary-cache.pl | |
GEN scripts/download-using-manifests.pl | |
CXX perl/lib/Nix/Store.o | |
CXX src/libstore/local-store.o | |
LD src/boost/format/libnixformat.dll | |
LD src/nix-log2xml/nix-log2xml | |
LD src/bsdiff-4.3/bsdiff | |
LD src/bsdiff-4.3/bspatch | |
LD src/libutil/libnixutil.dll | |
LD src/libstore/libnixstore.dll | |
LD src/libmain/libnixmain.dll | |
LD src/libexpr/libnixexpr.dll | |
LD perl/lib/Nix/Store.dll | |
LD src/nix-hash/nix-hash | |
LD src/nix-store/nix-store | |
LD src/nix-daemon/nix-daemon | |
LD src/download-via-ssh/download-via-ssh | |
LD src/nix-instantiate/nix-instantiate | |
LD src/nix-env/nix-env | |
running tests | |
check flags: SHELL=/bin/bash profiledir=$(out)/etc/profile.d | |
Warning: Nix has no 'make check'. Please install Nix and run 'make installcheck' instead. | |
installing | |
install flags: install SHELL=/bin/bash profiledir=$(out)/etc/profile.d sysconfdir=$(out)/etc | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/config.h | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/names.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/eval.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/nixexpr.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/attr-path.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/get-drvs.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/lexer-tab.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/value-to-json.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/value-to-xml.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/value.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/parser-tab.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/eval-inline.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/symbol-table.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/json-to-value.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/common-opts.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/regex.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/hash.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/util.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/affinity.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/types.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/monitor-fd.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/serialise.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/xml-writer.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/archive.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/store-api.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/derivations.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/remote-store.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/misc.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/local-store.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/pathlocks.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/globals.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/schema.sql.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/worker-protocol.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/references.hh | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/shared.hh | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/macros_default.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/format_fwd.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/internals_fwd.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/group.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/exceptions.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/format_class.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/feed_args.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format/internals.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/throw_exception.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/format.hpp | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/include/nix/boost/assert.hpp | |
GEN src/libstore/nix-store.pc | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-store.pc | |
GEN src/libmain/nix-main.pc | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-main.pc | |
GEN src/libexpr/nix-expr.pc | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-expr.pc | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-worker | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Store.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Manifest.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/GeneratePatches.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/SSH.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/CopyClosure.pm | |
GEN perl/lib/Nix/Config.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Config.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Utils.pm | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Crypto.pm | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/etc/profile.d/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/etc/profile.d/nix.sh | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/find-runtime-roots.pl | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/build-remote.pl | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/copy-from-other-stores.pl | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/download-from-binary-cache.pl | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/download-using-manifests.pl | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-shell | |
GEN corepkgs/config.nix | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/config.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/nar.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/buildenv.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/buildenv.pl | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/unpack-channel.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/derivation.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/fetchurl.nix | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/nix/corepkgs/imported-drv-to-derivation.nix | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/emacs/site-lisp/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/emacs/site-lisp/nix-mode.el | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/manual.html | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/style.css | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/figures/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/figures/user-environments.png | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/6.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/11.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/4.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/2.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/1.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/9.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/14.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/5.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/15.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/10.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/3.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/12.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/13.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/8.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/images/callouts/7.gif | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/doc/nix/manual/index.html | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixformat.dll | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixutil.dll | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixstore.dll | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/auto/Nix/Store/ | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/auto/Nix/Store/Store.dll | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixmain.dll | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-hash | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-store | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixexpr.dll | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-instantiate | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-env | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-daemon | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/download-via-ssh | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-log2xml | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/bsdiff | |
LD /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/bspatch | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-build | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-channel | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-collect-garbage | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-copy-closure | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-generate-patches | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-install-package | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-prefetch-url | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-pull | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-push | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-env.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-build.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-shell.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-store.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-instantiate.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-collect-garbage.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-push.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-pull.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-prefetch-url.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-channel.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-install-package.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-hash.1 | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man1/nix-copy-closure.1 | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man5/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man5/nix.conf.5 | |
MKDIR /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man8/ | |
INST /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/share/man/man8/nix-daemon.8 | |
post-installation fixup | |
gzipping man pages in /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef | |
stripping (with flags -S) in /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Config.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/CopyClosure.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Crypto.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/GeneratePatches.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Manifest.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/SSH.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Store.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/Nix/Utils.pm: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-expr.pc: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-main.pc: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/pkgconfig/nix-store.pc: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/build-remote.pl: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/find-runtime-roots.pl: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/copy-from-other-stores.pl: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/download-from-binary-cache.pl: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/libexec/nix/substituters/download-using-manifests.pl: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-build: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-channel: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-collect-garbage: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-copy-closure: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-generate-patches: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-install-package: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-prefetch-url: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-pull: File format not recognized | |
strip:/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-push: File format not recognized | |
patching script interpreter paths in /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef | |
find: invalid mode '+0100' | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixexpr.dll 0x0005a99e0000 -> 0x203670000 | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixformat.dll 0x0005af150000 -> 0x203700000 | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixmain.dll 0x0005127e0000 -> 0x203720000 | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixstore.dll 0x0004191c0000 -> 0x203740000 | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/libnixutil.dll 0x000435240000 -> 0x2037f0000 | |
REBASE FIX: /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/lib/perl5/site_perl/5.20.1/cygwin-thread-multi/auto/Nix/Store/Store.dll 0x0005377a0000 -> 0x203820000 | |
running install tests | |
installcheck flags: SHELL=/bin/bash profiledir=$(out)/etc/profile.d sysconfdir=$(out)/etc | |
GEN tests/common.sh | |
config.status: WARNING: 'tests/common.sh.in' seems to ignore the --datarootdir setting | |
running test tests/init.sh | |
+ echo 'NIX_STORE_DIR=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store NIX_DB_DIR=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db' | |
NIX_STORE_DIR=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store NIX_DB_DIR=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ test -n /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp | |
+ test -d /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var | |
+ mkdir -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/log/nix/drvs | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/etc | |
+ cat | |
+ nix-store --init | |
+ test -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db/db.sqlite | |
+ echo 'Hello World' | |
PASS: tests/init.sh | |
running test tests/hash.sh | |
+ try md5 '' d41d8cd98f00b204e9800998ecf8427e | |
+ printf %s '' | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=d41d8cd98f00b204e9800998ecf8427e | |
+ test d41d8cd98f00b204e9800998ecf8427e '!=' d41d8cd98f00b204e9800998ecf8427e | |
+ try md5 a 0cc175b9c0f1b6a831c399e269772661 | |
+ printf %s a | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=0cc175b9c0f1b6a831c399e269772661 | |
+ test 0cc175b9c0f1b6a831c399e269772661 '!=' 0cc175b9c0f1b6a831c399e269772661 | |
+ try md5 abc 900150983cd24fb0d6963f7d28e17f72 | |
+ printf %s abc | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=900150983cd24fb0d6963f7d28e17f72 | |
+ test 900150983cd24fb0d6963f7d28e17f72 '!=' 900150983cd24fb0d6963f7d28e17f72 | |
+ try md5 'message digest' f96b697d7cb7938d525a2f31aaf161d0 | |
+ printf %s 'message digest' | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=f96b697d7cb7938d525a2f31aaf161d0 | |
+ test f96b697d7cb7938d525a2f31aaf161d0 '!=' f96b697d7cb7938d525a2f31aaf161d0 | |
+ try md5 abcdefghijklmnopqrstuvwxyz c3fcd3d76192e4007dfb496cca67e13b | |
+ printf %s abcdefghijklmnopqrstuvwxyz | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=c3fcd3d76192e4007dfb496cca67e13b | |
+ test c3fcd3d76192e4007dfb496cca67e13b '!=' c3fcd3d76192e4007dfb496cca67e13b | |
+ try md5 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 d174ab98d277d9f5a5611c2c9f419d9f | |
+ printf %s ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=d174ab98d277d9f5a5611c2c9f419d9f | |
+ test d174ab98d277d9f5a5611c2c9f419d9f '!=' d174ab98d277d9f5a5611c2c9f419d9f | |
+ try md5 12345678901234567890123456789012345678901234567890123456789012345678901234567890 57edf4a22be3c955ac49da2e2107b67a | |
+ printf %s 12345678901234567890123456789012345678901234567890123456789012345678901234567890 | |
++ nix-hash --flat --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=57edf4a22be3c955ac49da2e2107b67a | |
+ test 57edf4a22be3c955ac49da2e2107b67a '!=' 57edf4a22be3c955ac49da2e2107b67a | |
+ try sha1 abc a9993e364706816aba3e25717850c26c9cd0d89d | |
+ printf %s abc | |
++ nix-hash --flat --type sha1 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=a9993e364706816aba3e25717850c26c9cd0d89d | |
+ test a9993e364706816aba3e25717850c26c9cd0d89d '!=' a9993e364706816aba3e25717850c26c9cd0d89d | |
+ try sha1 abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq 84983e441c3bd26ebaae4aa1f95129e5e54670f1 | |
+ printf %s abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq | |
++ nix-hash --flat --type sha1 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=84983e441c3bd26ebaae4aa1f95129e5e54670f1 | |
+ test 84983e441c3bd26ebaae4aa1f95129e5e54670f1 '!=' 84983e441c3bd26ebaae4aa1f95129e5e54670f1 | |
+ try sha256 abc ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad | |
+ printf %s abc | |
++ nix-hash --flat --type sha256 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad | |
+ test ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad '!=' ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad | |
+ try sha256 abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq 248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1 | |
+ printf %s abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq | |
++ nix-hash --flat --type sha256 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1 | |
+ test 248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1 '!=' 248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1 | |
+ EXTRA=--base32 | |
+ try sha256 abc 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s | |
+ printf %s abc | |
++ nix-hash --base32 --flat --type sha256 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/vector | |
+ hash=1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s | |
+ test 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s '!=' 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s | |
+ EXTRA= | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ echo 'Hello World' | |
+ try2 md5 ea9b55537dd4c7e104515b2ccfaf4100 | |
++ nix-hash --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ hash=ea9b55537dd4c7e104515b2ccfaf4100 | |
+ test ea9b55537dd4c7e104515b2ccfaf4100 '!=' ea9b55537dd4c7e104515b2ccfaf4100 | |
+ chmod +x /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path/hello | |
+ try2 md5 20f3ffe011d4cfa7d72bfabef7882836 | |
++ nix-hash --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ hash=20f3ffe011d4cfa7d72bfabef7882836 | |
+ test 20f3ffe011d4cfa7d72bfabef7882836 '!=' 20f3ffe011d4cfa7d72bfabef7882836 | |
+ touch -r . /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path/hello | |
+ chmod 744 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path/hello | |
+ try2 md5 20f3ffe011d4cfa7d72bfabef7882836 | |
++ nix-hash --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ hash=20f3ffe011d4cfa7d72bfabef7882836 | |
+ test 20f3ffe011d4cfa7d72bfabef7882836 '!=' 20f3ffe011d4cfa7d72bfabef7882836 | |
+ rm /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path/hello | |
+ ln -s x /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path/hello | |
+ try2 md5 f78b733a68f5edbdf9413899339eaa4a | |
++ nix-hash --type md5 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/hash-path | |
+ hash=f78b733a68f5edbdf9413899339eaa4a | |
+ test f78b733a68f5edbdf9413899339eaa4a '!=' f78b733a68f5edbdf9413899339eaa4a | |
++ nix-hash --type sha256 --to-base32 ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad | |
+ test 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s = 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s | |
++ nix-hash --type sha256 --to-base16 1b8m03r63zqhnjf7l5wnldhh7c134ap5vpj0850ymkq1iyzicy5s | |
+ test ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad = ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad | |
++ nix-hash --type sha1 --to-base32 800d59cfcd3c05e900cb4e214be48f6b886a08df | |
+ test vw46m23bizj4n8afrc0fj19wrp7mj3c0 = vw46m23bizj4n8afrc0fj19wrp7mj3c0 | |
++ nix-hash --type sha1 --to-base16 vw46m23bizj4n8afrc0fj19wrp7mj3c0 | |
+ test 800d59cfcd3c05e900cb4e214be48f6b886a08df = 800d59cfcd3c05e900cb4e214be48f6b886a08df | |
PASS: tests/hash.sh | |
running test tests/lang.sh | |
+ export TEST_VAR=foo | |
+ TEST_VAR=foo | |
+ nix-instantiate --eval -E 'builtins.trace "Hello" 123' | |
+ grep -q Hello | |
FAIL: tests/lang.sh | |
running test tests/add.sh | |
++ nix-store --add ./dummy | |
+ path1=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
+ echo /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
++ nix-store --add-fixed sha256 --recursive ./dummy | |
+ path2=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
+ echo /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
+ test /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy '!=' /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
++ nix-store --add-fixed sha256 ./dummy | |
+ path3=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/cbvjnnmacrlq90560m9mr5wqqa5nymvs-dummy | |
+ echo /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/cbvjnnmacrlq90560m9mr5wqqa5nymvs-dummy | |
/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/cbvjnnmacrlq90560m9mr5wqqa5nymvs-dummy | |
+ test /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy '!=' /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/cbvjnnmacrlq90560m9mr5wqqa5nymvs-dummy | |
++ nix-store --add-fixed sha1 --recursive ./dummy | |
+ path4=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/9761c3swxyawgkgq6kbgp3gfxcj5sddh-dummy | |
+ echo /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/9761c3swxyawgkgq6kbgp3gfxcj5sddh-dummy | |
/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/9761c3swxyawgkgq6kbgp3gfxcj5sddh-dummy | |
+ test /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy '!=' /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/9761c3swxyawgkgq6kbgp3gfxcj5sddh-dummy | |
++ nix-store -q --hash /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/b4rj3bvffsas684kr176jyhq8a6mp3ww-dummy | |
+ hash1=sha256:0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
+ echo sha256:0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
sha256:0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
++ nix-hash --type sha256 --base32 ./dummy | |
+ hash2=0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
+ echo 0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
+ test sha256:0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw = sha256:0lc8c8k1yc8m563wxg9ikalz4q9f56gc667qnnsjiwgiv7ya8xbw | |
PASS: tests/add.sh | |
running test tests/simple.sh | |
++ nix-instantiate simple.nix | |
+ drvPath= | |
FAIL: tests/simple.sh | |
running test tests/dependencies.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate dependencies.nix | |
+ drvPath= | |
FAIL: tests/dependencies.sh | |
running test tests/build-hook.sh | |
++ pwd | |
+ export NIX_BUILD_HOOK=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/build-hook.hook.sh | |
+ NIX_BUILD_HOOK=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/build-hook.hook.sh | |
++ nix-build build-hook.nix --no-out-link | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/build-hook.sh | |
running test tests/substitutes.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate simple.nix | |
+ drvPath= | |
FAIL: tests/substitutes.sh | |
running test tests/substitutes2.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate simple.nix | |
+ drvPath= | |
FAIL: tests/substitutes2.sh | |
running test tests/fallback.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate simple.nix | |
+ drvPath= | |
FAIL: tests/fallback.sh | |
running test tests/nix-push.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate dependencies.nix | |
+ drvPath= | |
FAIL: tests/nix-push.sh | |
running test tests/gc.sh | |
++ nix-instantiate dependencies.nix | |
+ drvPath= | |
FAIL: tests/gc.sh | |
running test tests/gc-concurrent.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-instantiate gc-concurrent.nix -A test1 | |
+ drvPath1= | |
FAIL: tests/gc-concurrent.sh | |
running test tests/nix-pull.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ pullCache | |
+ echo 'pulling cache...' | |
pulling cache... | |
+ nix-pull file:///tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache/MANIFEST | |
Wide character in print at /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-pull line 61. | |
fetching list of Nix archives at ‘file:///tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache/MANIFEST’... | |
curl: (37) Couldn't open file /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache/MANIFEST | |
/nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-prefetch-url: download of ‘file:///tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache/MANIFEST’ failed | |
cannot fetch ‘file:///tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache/MANIFEST’ at /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-pull line 38. | |
FAIL: tests/nix-pull.sh | |
running test tests/referrers.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ max=500 | |
+ reference=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/abcdef | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/abcdef | |
+ echo /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/abcdef | |
+ echo | |
+ echo 0 | |
+ nix-store --register-validity | |
+ echo 'making registration...' | |
making registration... | |
+ set +x | |
+ echo registering... | |
registering... | |
+ nix-store --register-validity | |
+ echo 'collecting garbage...' | |
collecting garbage... | |
+ ln -sfn /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/abcdef /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ nix-store --gc | |
finding garbage collector roots... | |
deleting garbage... | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/0’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/1’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/2’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/3’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/4’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/5’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/6’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/7’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/8’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/9’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/10’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/11’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/12’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/13’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/14’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/15’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/16’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/17’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/18’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/19’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/20’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/21’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/22’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/23’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/24’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/25’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/26’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/27’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/28’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/29’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/30’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/31’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/32’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/33’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/34’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/35’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/36’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/37’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/38’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/39’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/40’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/41’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/42’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/43’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/44’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/45’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/46’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/47’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/48’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/49’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/50’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/51’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/52’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/53’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/54’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/55’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/56’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/57’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/58’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/59’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/60’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/61’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/62’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/63’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/64’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/65’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/66’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/67’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/68’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/69’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/70’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/71’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/72’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/73’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/74’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/75’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/76’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/77’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/78’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/79’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/80’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/81’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/82’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/83’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/84’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/85’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/86’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/87’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/88’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/89’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/90’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/91’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/92’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/93’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/94’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/95’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/96’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/97’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/98’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/99’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/100’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/101’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/102’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/103’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/104’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/105’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/106’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/107’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/108’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/109’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/110’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/111’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/112’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/113’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/114’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/115’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/116’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/117’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/118’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/119’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/120’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/121’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/122’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/123’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/124’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/125’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/126’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/127’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/128’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/129’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/130’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/131’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/132’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/133’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/134’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/135’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/136’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/137’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/138’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/139’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/140’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/141’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/142’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/143’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/144’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/145’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/146’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/147’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/148’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/149’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/150’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/151’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/152’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/153’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/154’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/155’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/156’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/157’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/158’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/159’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/160’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/161’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/162’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/163’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/164’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/165’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/166’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/167’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/168’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/169’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/170’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/171’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/172’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/173’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/174’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/175’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/176’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/177’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/178’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/179’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/180’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/181’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/182’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/183’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/184’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/185’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/186’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/187’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/188’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/189’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/190’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/191’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/192’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/193’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/194’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/195’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/196’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/197’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/198’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/199’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/200’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/201’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/202’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/203’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/204’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/205’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/206’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/207’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/208’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/209’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/210’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/211’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/212’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/213’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/214’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/215’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/216’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/217’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/218’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/219’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/220’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/221’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/222’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/223’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/224’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/225’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/226’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/227’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/228’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/229’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/230’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/231’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/232’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/233’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/234’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/235’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/236’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/237’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/238’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/239’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/240’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/241’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/242’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/243’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/244’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/245’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/246’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/247’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/248’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/249’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/250’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/251’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/252’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/253’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/254’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/255’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/256’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/257’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/258’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/259’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/260’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/261’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/262’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/263’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/264’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/265’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/266’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/267’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/268’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/269’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/270’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/271’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/272’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/273’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/274’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/275’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/276’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/277’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/278’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/279’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/280’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/281’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/282’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/283’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/284’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/285’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/286’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/287’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/288’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/289’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/290’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/291’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/292’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/293’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/294’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/295’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/296’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/297’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/298’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/299’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/300’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/301’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/302’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/303’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/304’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/305’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/306’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/307’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/308’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/309’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/310’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/311’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/312’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/313’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/314’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/315’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/316’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/317’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/318’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/319’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/320’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/321’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/322’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/323’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/324’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/325’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/326’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/327’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/328’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/329’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/330’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/331’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/332’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/333’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/334’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/335’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/336’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/337’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/338’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/339’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/340’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/341’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/342’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/343’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/344’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/345’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/346’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/347’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/348’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/349’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/350’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/351’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/352’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/353’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/354’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/355’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/356’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/357’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/358’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/359’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/360’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/361’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/362’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/363’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/364’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/365’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/366’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/367’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/368’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/369’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/370’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/371’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/372’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/373’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/374’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/375’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/376’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/377’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/378’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/379’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/380’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/381’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/382’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/383’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/384’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/385’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/386’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/387’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/388’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/389’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/390’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/391’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/392’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/393’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/394’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/395’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/396’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/397’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/398’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/399’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/400’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/401’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/402’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/403’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/404’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/405’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/406’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/407’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/408’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/409’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/410’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/411’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/412’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/413’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/414’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/415’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/416’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/417’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/418’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/419’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/420’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/421’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/422’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/423’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/424’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/425’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/426’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/427’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/428’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/429’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/430’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/431’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/432’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/433’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/434’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/435’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/436’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/437’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/438’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/439’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/440’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/441’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/442’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/443’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/444’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/445’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/446’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/447’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/448’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/449’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/450’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/451’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/452’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/453’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/454’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/455’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/456’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/457’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/458’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/459’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/460’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/461’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/462’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/463’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/464’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/465’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/466’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/467’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/468’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/469’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/470’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/471’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/472’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/473’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/474’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/475’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/476’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/477’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/478’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/479’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/480’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/481’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/482’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/483’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/484’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/485’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/486’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/487’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/488’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/489’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/490’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/491’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/492’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/493’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/494’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/495’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/496’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/497’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/498’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/499’ | |
deleting ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store/trash’ | |
deleting unused links... | |
note: currently hard linking saves 0.00 MiB | |
500 store paths deleted, 0.00 MiB freed | |
++ type -p sqlite3 | |
++ sqlite3 ./test-tmp/db/db.sqlite 'select count(*) from Refs' | |
+ '[' -n /nix/store/v1qcjhsid7gj193xjmax90h1k1mc33r0-sqlite-3.8.9/bin/sqlite3 -a 0 -ne 0 ']' | |
PASS: tests/referrers.sh | |
running test tests/user-envs.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
++ nix-env -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles/test -q '*' | |
++ wc -l | |
+ test 0 -eq 0 | |
+ export HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ mkdir -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ nix-env --switch-profile /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles/test | |
user-envs.sh: line 11: 12492 Segmentation fault (core dumped) nix-env --switch-profile $profiles/test | |
FAIL: tests/user-envs.sh | |
running test tests/logging.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-build --log-type escapes -vv dependencies.nix --no-out-link | |
+ path= | |
FAIL: tests/logging.sh | |
running test tests/nix-build.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ nix-build dependencies.nix -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
nix-instantiate killed by signal 11 | |
FAIL: tests/nix-build.sh | |
running test tests/misc.sh | |
+ nix-env --version | |
+ grep 1.8pre1234_abcdef | |
nix-env (Nix) 1.8pre1234_abcdef | |
+ nix-env --foo | |
+ grep 'no operation' | |
error: no operation specified | |
+ nix-env -q --foo | |
+ grep 'unknown flag' | |
FAIL: tests/misc.sh | |
running test tests/fixed.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ export IMPURE_VAR1=foo | |
+ IMPURE_VAR1=foo | |
+ export IMPURE_VAR2=bar | |
+ IMPURE_VAR2=bar | |
+ echo 'testing good...' | |
testing good... | |
+ nix-build fixed.nix -A good --no-out-link | |
nix-instantiate killed by signal 11 | |
FAIL: tests/fixed.sh | |
running test tests/gc-runtime.sh | |
+ case $system in | |
+ exit 0 | |
PASS: tests/gc-runtime.sh | |
running test tests/install-package.sh | |
++ nix-instantiate ./dependencies.nix | |
+ drvPath= | |
FAIL: tests/install-package.sh | |
running test tests/check-refs.sh | |
+ RESULT=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
++ nix-build -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result check-refs.nix -A dep | |
nix-instantiate killed by signal 11 | |
+ dep= | |
FAIL: tests/check-refs.sh | |
running test tests/filter-source.sh | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/foo | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/foo/bar | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/xyzzy | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/b | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/bak | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/bla.c.bak | |
+ ln -s xyzzy /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterin/link | |
+ nix-build ./filter-source.nix -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/filterout | |
nix-instantiate killed by signal 11 | |
FAIL: tests/filter-source.sh | |
running test tests/remote-store.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ startDaemon | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket | |
+ (( i = 0 )) | |
+ (( i < 30 )) | |
+ '[' -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket ']' | |
+ nix-daemon | |
+ sleep 1 | |
+ (( i++ )) | |
+ (( i < 30 )) | |
+ '[' -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket ']' | |
+ break | |
+ pidDaemon=13624 | |
+ trap 'kill -9 13624' EXIT | |
+ export NIX_REMOTE=daemon | |
+ NIX_REMOTE=daemon | |
+ /bin/bash ./user-envs.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
++ nix-env -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles/test -q '*' | |
++ wc -l | |
+ test 0 -eq 0 | |
+ export HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ mkdir -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ nix-env --switch-profile /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles/test | |
./user-envs.sh: line 11: 8380 Segmentation fault (core dumped) nix-env --switch-profile $profiles/test | |
+ kill -9 13624 | |
FAIL: tests/remote-store.sh | |
running test tests/export.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-build dependencies.nix --no-out-link | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/export.sh | |
running test tests/export-graph.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
++ nix-build ./export-graph.nix -A 'foo."bar.runtimeGraph"' -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/export-graph.sh | |
running test tests/negative-caching.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ set +e | |
+ opts='--option build-cache-failure true --print-build-trace' | |
++ nix-build --option build-cache-failure true --print-build-trace negative-caching.nix -A fail --no-out-link | |
+ log='nix-instantiate killed by signal 11' | |
+ echo 'nix-instantiate killed by signal 11' | |
+ grep -q '@ build-failed' | |
+ fail 'no build-failed trace' | |
+ echo 'no build-failed trace' | |
no build-failed trace | |
+ exit 1 | |
FAIL: tests/negative-caching.sh | |
running test tests/binary-patching.sh | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ mkdir -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache2 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/patches | |
+ RESULT=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
++ nix-build -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result binary-patching.nix --arg version 1 | |
nix-instantiate killed by signal 11 | |
+ nix-push --dest /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/cache2 --manifest --bzip2 | |
building compressed archives... | |
nix-instantiate killed by signal 11 | |
nix-build failed: 65280 at /nix/store/700mn7a16355cgs5mlap7a8jf34b6grg-nix-1.8pre1234_abcdef/bin/nix-push line 168. | |
FAIL: tests/binary-patching.sh | |
running test tests/timeout.sh | |
+ failed=0 | |
++ nix-build -Q timeout.nix --timeout 2 | |
++ failed=1 | |
+ messages='nix-instantiate killed by signal 11' | |
+ '[' 0 -ne 0 ']' | |
+ echo 'nix-instantiate killed by signal 11' | |
+ grep -q 'timed out' | |
+ echo 'error: build may have failed for reasons other than timeout; output:' | |
error: build may have failed for reasons other than timeout; output: | |
+ echo 'nix-instantiate killed by signal 11' | |
nix-instantiate killed by signal 11 | |
+ exit 1 | |
FAIL: tests/timeout.sh | |
running test tests/secure-drv-outputs.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ startDaemon | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket | |
+ (( i = 0 )) | |
+ (( i < 30 )) | |
+ nix-daemon | |
+ '[' -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket ']' | |
+ sleep 1 | |
+ (( i++ )) | |
+ (( i < 30 )) | |
+ '[' -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/daemon-socket/socket ']' | |
+ break | |
+ pidDaemon=4404 | |
+ trap 'kill -9 4404' EXIT | |
+ export NIX_REMOTE=daemon | |
+ NIX_REMOTE=daemon | |
+++ nix-instantiate ./secure-drv-outputs.nix -A good | |
++ nix-store -q | |
+ goodOut= | |
++ nix-instantiate ./secure-drv-outputs.nix -A bad | |
+ badDrv= | |
+ kill -9 4404 | |
FAIL: tests/secure-drv-outputs.sh | |
running test tests/nix-channel.sh | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/.nix-channels | |
+ export HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp | |
+ HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp | |
+ nix-channel --add http://foo/bar xyzzy | |
+ nix-channel --list | |
+ grep -q http://foo/bar | |
+ nix-channel --remove xyzzy | |
cannot remove channel ‘xyzzy’ | |
FAIL: tests/nix-channel.sh | |
running test tests/multiple-outputs.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ echo 'evaluating c...' | |
evaluating c... | |
++ nix-instantiate multiple-outputs.nix -A c | |
+ drvPath= | |
FAIL: tests/multiple-outputs.sh | |
running test tests/import-derivation.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ nix-instantiate --readonly-mode ./import-derivation.nix | |
import-derivation.sh: line 8: 14044 Segmentation fault (core dumped) nix-instantiate --readonly-mode ./import-derivation.nix | |
++ nix-build ./import-derivation.nix --no-out-link | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/import-derivation.sh | |
running test tests/fetchurl.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-hash --flat --type sha256 ./fetchurl.nix | |
+ hash=27981a8b3f73a4655f0c290323c0ecc1c2d0a822ccc5543e8ebbc760f71c727d | |
+++ pwd | |
++ nix-build ./fetchurl.nix --argstr filename /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/fetchurl.nix --argstr sha256 27981a8b3f73a4655f0c290323c0ecc1c2d0a822ccc5543e8ebbc760f71c727d --no-out-link | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/fetchurl.sh | |
running test tests/optimise-store.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ echo 'with import ./config.nix; mkDerivation { name = "foo1"; builder = builtins.toFile "builder" "mkdir $out; echo hello > $out/foo"; }' | |
++ nix-build - --no-out-link --option auto-optimise-store true | |
nix-instantiate killed by signal 11 | |
+ outPath1= | |
FAIL: tests/optimise-store.sh | |
running test tests/binary-cache.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ clearManifests | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/manifests/*' | |
+ clearCache | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/binary-cache | |
++ nix-build dependencies.nix --no-out-link | |
nix-instantiate killed by signal 11 | |
+ outPath= | |
FAIL: tests/binary-cache.sh | |
running test tests/nix-profile.sh | |
+ home=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ mkdir -p /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ /bin/bash -e -c '. ../scripts/nix-profile.sh' | |
creating /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home/.nix-profile | |
+ HOME=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home | |
+ /bin/bash -e -c '. ../scripts/nix-profile.sh' | |
+ '[' -L /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home/.nix-profile ']' | |
+ '[' -e /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/home/.nix-channels ']' | |
PASS: tests/nix-profile.sh | |
running test tests/repair.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-build dependencies.nix -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
nix-instantiate killed by signal 11 | |
+ path= | |
FAIL: tests/repair.sh | |
running test tests/dump-db.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
++ nix-build dependencies.nix -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
nix-instantiate killed by signal 11 | |
+ path= | |
FAIL: tests/dump-db.sh | |
running test tests/case-hack.sh | |
+ clearStore | |
+ echo 'clearing store...' | |
clearing store... | |
+ chmod -R +w /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/store | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ mkdir /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/db | |
+ nix-store --init | |
+ clearProfiles | |
+ profiles=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/profiles | |
+ rm -f '/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/auto/*' | |
+ rm -f /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/var/nix/gcroots/ref | |
+ rm -rf /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case | |
+ opts='--option use-case-hack true' | |
+ nix-store --option use-case-hack true --restore /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case | |
+ nix-store --option use-case-hack true --dump /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case | |
+ cmp case.nar /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case.nar | |
++ nix-hash --option use-case-hack true --type sha256 /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case | |
++ nix-hash --flat --type sha256 case.nar | |
+ '[' ccd0c2353fbb6ff6853088e01f0557e8b9cbc9d11d2e1f8435175dc08091c2a3 = ccd0c2353fbb6ff6853088e01f0557e8b9cbc9d11d2e1f8435175dc08091c2a3 ']' | |
+ touch /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case/xt_CONNMARK.h~nix~case~hack~3 | |
+ nix-store --option use-case-hack true --dump /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case | |
error: file name collision in between ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case/xt_CONNMARK.h’ and ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/case/xt_CONNMARK.h~nix~case~hack~3’ | |
PASS: tests/case-hack.sh | |
running test tests/check-reqs.sh | |
+ RESULT=/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result | |
+ nix-build -o /tmp/nix-build-nix-1.8pre1234_abcdef.drv-1/nix-1.8pre1234_abcdef/tests/test-tmp/result check-reqs.nix -A test1 | |
nix-instantiate killed by signal 11 | |
FAIL: tests/check-reqs.sh | |
35 out of 42 tests failed | |
mk/tests.mk:11: recipe for target 'installcheck' failed | |
make: *** [installcheck] Error 1 | |
build time elapsed: 0m0.078s 0m0.234s 2m29.374s 1m21.932s | |
note: keeping build directory ‘/tmp/nix-build-nix-1.8pre1234_abcdef.drv-1’ | |
builder for ‘/nix/store/ngwq4xq8mgw01mazqvfgqzqk8hvfivyc-nix-1.8pre1234_abcdef.drv’ failed with exit code 2 | |
error: build of ‘/nix/store/ngwq4xq8mgw01mazqvfgqzqk8hvfivyc-nix-1.8pre1234_abcdef.drv’ failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment