Created
February 24, 2020 17:20
-
-
Save andir/0d325d5763a1073aaa4ccf2556c947a7 to your computer and use it in GitHub Desktop.
This file contains 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
@nix { "action": "setPhase", "phase": "initPhase" } | |
initPhase | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/6s0q1is71vr8pn2ba5islblxm4vwr3fm-source | |
source root is source | |
fatal: not a git repository (or any parent up to mount point /) | |
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: creating directory config | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. | |
libtoolize: copying file 'config/ltmain.sh' | |
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, | |
libtoolize: and rerunning libtoolize and aclocal. | |
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
autoreconf: running: /nix/store/kkap7p1mqymf9qd44ydbjlqw5by4s7dz-autoconf-2.69/bin/autoconf --force | |
autoreconf: running: /nix/store/kkap7p1mqymf9qd44ydbjlqw5by4s7dz-autoconf-2.69/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:8: installing 'config/compile' | |
configure.ac:11: installing 'config/config.guess' | |
configure.ac:11: installing 'config/config.sub' | |
configure.ac:4: installing 'config/install-sh' | |
configure.ac:4: installing 'config/missing' | |
src/hydra-eval-jobs/Makefile.am: installing 'config/depcomp' | |
autoreconf: Leaving directory `.' | |
fixing libtool script ./config/ltmain.sh | |
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/y67812qim65cqgp97ah75bwms4w3x6z0-hydra-0.1.2702.eb5873ae539affe3e91e04928ab4457446b377b3 --with-docbook-xsl=/nix/store/prm0njkrgvnfnf2vqjkx80ys4sggzs1h-docbook-xsl-nons-1.79.2/xml/xsl/docbook | |
checking for a BSD-compatible install... /nix/store/9v78r3afqy9xn9zwdj9wfys6sk3vc01d-coreutils-8.31/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /nix/store/9v78r3afqy9xn9zwdj9wfys6sk3vc01d-coreutils-8.31/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
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 gcc understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of gcc... none | |
checking whether ln -s works... yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /nix/store/g2h4491kab7l06v9rf1lnyjvzdwy5ak0-gnused-4.7/bin/sed | |
checking for grep that handles long lines and -e... /nix/store/71y5ddyz8vmsw9wgi3gzifcls53r60i9-gnugrep-3.3/bin/grep | |
checking for egrep... /nix/store/71y5ddyz8vmsw9wgi3gzifcls53r60i9-gnugrep-3.3/bin/grep -E | |
checking for fgrep... /nix/store/71y5ddyz8vmsw9wgi3gzifcls53r60i9-gnugrep-3.3/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... none | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /nix/store/9v78r3afqy9xn9zwdj9wfys6sk3vc01d-coreutils-8.31/bin/dd | |
checking how to truncate binary pipes... /nix/store/9v78r3afqy9xn9zwdj9wfys6sk3vc01d-coreutils-8.31/bin/dd bs=4096 count=1 | |
./configure: line 6888: /usr/bin/file: No such file or directory | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld) supports shared libraries... /nix/store/ajrrkivdfvp8dp4vdg5hp1h5hblmanc9-binutils-2.31.1/bin/ld: warning: cannot find entry symbol _start; not setting start address | |
yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether g++ accepts -g... (cached) yes | |
checking dependency style of g++... (cached) none | |
checking for xsltproc... /nix/store/32k2n1bk3cyil6qi6m3g0l2n32xhlz6r-libxslt-1.1.33-bin/bin/xsltproc | |
checking for perl... /nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl | |
checking for nix-store... /nix/store/agwc7r2q9kvxbjac2r0a4307djrzabs5-hydra-perl-deps/bin/nix-store | |
checking whether /nix/store/agwc7r2q9kvxbjac2r0a4307djrzabs5-hydra-perl-deps/bin/nix-store is recent enough... yes | |
checking for pkg-config... /nix/store/39cdzh05fzi13f06pa0rly3d5l53vsfk-pkg-config-0.29.2/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for nix-main nix-expr nix-store... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/manual/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/hydra-evaluator/Makefile | |
config.status: creating src/hydra-eval-jobs/Makefile | |
config.status: creating src/hydra-queue-runner/Makefile | |
config.status: creating src/sql/Makefile | |
config.status: creating src/ttf/Makefile | |
config.status: creating src/lib/Makefile | |
config.status: creating src/root/Makefile | |
config.status: creating src/script/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/jobs/config.nix | |
config.status: creating hydra-config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing executable-scripts commands | |
@nix { "action": "setPhase", "phase": "buildPhase" } | |
building | |
build flags: -j24 -l24 SHELL=/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash | |
make all-recursive | |
make[1]: Entering directory '/build/source' | |
Making all in src | |
make[2]: Entering directory '/build/source/src' | |
Making all in hydra-evaluator | |
make[3]: Entering directory '/build/source/src/hydra-evaluator' | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_evaluator-hydra-evaluator.o `test -f 'hydra-evaluator.cc' || echo './'`hydra-evaluator.cc | |
/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -o hydra-evaluator hydra_evaluator-hydra-evaluator.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr -lgc -lnixstore -lnixutil -lpqxx | |
libtool: link: g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -o hydra-evaluator hydra_evaluator-hydra-evaluator.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr /nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib/libgc.so -lnixstore -lnixutil -lpqxx -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib | |
make[3]: Leaving directory '/build/source/src/hydra-evaluator' | |
Making all in hydra-eval-jobs | |
make[3]: Entering directory '/build/source/src/hydra-eval-jobs' | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -I ../libhydra -g -O2 -std=c++17 -include nix/config.h -c -o hydra_eval_jobs-hydra-eval-jobs.o `test -f 'hydra-eval-jobs.cc' || echo './'`hydra-eval-jobs.cc | |
/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -I ../libhydra -g -O2 -std=c++17 -include nix/config.h -o hydra-eval-jobs hydra_eval_jobs-hydra-eval-jobs.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr -lgc -lnixstore -lnixutil -lnixrust | |
libtool: link: g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -I ../libhydra -g -O2 -std=c++17 -include nix/config.h -o hydra-eval-jobs hydra_eval_jobs-hydra-eval-jobs.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr /nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib/libgc.so -lnixstore -lnixutil -lnixrust -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib | |
make[3]: Leaving directory '/build/source/src/hydra-eval-jobs' | |
Making all in hydra-queue-runner | |
make[3]: Entering directory '/build/source/src/hydra-queue-runner' | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-hydra-queue-runner.o `test -f 'hydra-queue-runner.cc' || echo './'`hydra-queue-runner.cc | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-queue-monitor.o `test -f 'queue-monitor.cc' || echo './'`queue-monitor.cc | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-dispatcher.o `test -f 'dispatcher.cc' || echo './'`dispatcher.cc | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-builder.o `test -f 'builder.cc' || echo './'`builder.cc | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-build-result.o `test -f 'build-result.cc' || echo './'`build-result.cc | |
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_queue_runner-build-remote.o `test -f 'build-remote.cc' || echo './'`build-remote.cc | |
/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -o hydra-queue-runner hydra_queue_runner-hydra-queue-runner.o hydra_queue_runner-queue-monitor.o hydra_queue_runner-dispatcher.o hydra_queue_runner-builder.o hydra_queue_runner-build-result.o hydra_queue_runner-build-remote.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr -lgc -lnixstore -lnixutil -lpqxx -lnixrust | |
libtool: link: g++ -std=c++17 -I/nix/store/wdsp6dafyijkm4xbqh7nzgij5qhkrbb4-nix-2.4pre7250_94c93437-dev/include/nix -I/nix/store/2jzdqkmc1d2pi618zdq7lrj4c2kc8smk-boehm-gc-8.0.4-dev/include -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -o hydra-queue-runner hydra_queue_runner-hydra-queue-runner.o hydra_queue_runner-queue-monitor.o hydra_queue_runner-dispatcher.o hydra_queue_runner-builder.o hydra_queue_runner-build-result.o hydra_queue_runner-build-remote.o -L/nix/store/i8im8z62d5x2vymx9gf8qlkzaplg2ppm-nix-2.4pre7250_94c93437/lib -L/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -lnixmain -lnixexpr /nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib/libgc.so -lnixstore -lnixutil -lpqxx -lnixrust -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib -Wl,-rpath -Wl,/nix/store/gfmcqjcdira110ds9817vgi33amdan47-boehm-gc-8.0.4/lib | |
make[3]: Leaving directory '/build/source/src/hydra-queue-runner' | |
Making all in sql | |
make[3]: Entering directory '/build/source/src/sql' | |
cpp -P -E -traditional-cpp -DPOSTGRESQL hydra.sql > hydra-postgresql.sql || rm -f hydra-postgresql.sql | |
make[3]: Leaving directory '/build/source/src/sql' | |
Making all in script | |
make[3]: Entering directory '/build/source/src/script' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/build/source/src/script' | |
Making all in lib | |
make[3]: Entering directory '/build/source/src/lib' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/build/source/src/lib' | |
Making all in root | |
make[3]: Entering directory '/build/source/src/root' | |
mkdir -p ./static/js | |
unzip -u -d ./static bootstrap-2.3.1.zip | |
Archive: bootstrap-2.3.1.zip | |
creating: ./static/bootstrap/ | |
creating: ./static/bootstrap/css/ | |
inflating: ./static/bootstrap/css/bootstrap-responsive.css | |
inflating: ./static/bootstrap/css/bootstrap-responsive.min.css | |
inflating: ./static/bootstrap/css/bootstrap.css | |
inflating: ./static/bootstrap/css/bootstrap.min.css | |
creating: ./static/bootstrap/img/ | |
inflating: ./static/bootstrap/img/glyphicons-halflings-white.png | |
inflating: ./static/bootstrap/img/glyphicons-halflings.png | |
creating: ./static/bootstrap/js/ | |
inflating: ./static/bootstrap/js/bootstrap.js | |
inflating: ./static/bootstrap/js/bootstrap.min.js | |
unzip -u -d ./static/js flot-0.8.3.zip | |
Archive: flot-0.8.3.zip | |
creating: ./static/js/flot/ | |
inflating: ./static/js/flot/API.md | |
inflating: ./static/js/flot/CONTRIBUTING.md | |
creating: ./static/js/flot/examples/ | |
inflating: ./static/js/flot/examples/.DS_Store | |
creating: ./static/js/flot/examples/ajax/ | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth-1.json | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth-2.json | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth-3.json | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth-4.json | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth-5.json | |
inflating: ./static/js/flot/examples/ajax/data-eu-gdp-growth.json | |
inflating: ./static/js/flot/examples/ajax/data-japan-gdp-growth.json | |
inflating: ./static/js/flot/examples/ajax/data-usa-gdp-growth.json | |
inflating: ./static/js/flot/examples/ajax/index.html | |
creating: ./static/js/flot/examples/annotating/ | |
inflating: ./static/js/flot/examples/annotating/index.html | |
creating: ./static/js/flot/examples/axes-interacting/ | |
inflating: ./static/js/flot/examples/axes-interacting/index.html | |
creating: ./static/js/flot/examples/axes-multiple/ | |
inflating: ./static/js/flot/examples/axes-multiple/index.html | |
creating: ./static/js/flot/examples/axes-time/ | |
inflating: ./static/js/flot/examples/axes-time/index.html | |
creating: ./static/js/flot/examples/axes-time-zones/ | |
inflating: ./static/js/flot/examples/axes-time-zones/date.js | |
inflating: ./static/js/flot/examples/axes-time-zones/index.html | |
creating: ./static/js/flot/examples/axes-time-zones/tz/ | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/africa | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/antarctica | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/asia | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/australasia | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/backward | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/etcetera | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/europe | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/factory | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/iso3166.tab | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/leapseconds | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/northamerica | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/pacificnew | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/solar87 | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/solar88 | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/solar89 | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/southamerica | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/systemv | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/yearistype.sh | |
inflating: ./static/js/flot/examples/axes-time-zones/tz/zone.tab | |
extracting: ./static/js/flot/examples/background.png | |
creating: ./static/js/flot/examples/basic-options/ | |
inflating: ./static/js/flot/examples/basic-options/index.html | |
creating: ./static/js/flot/examples/basic-usage/ | |
inflating: ./static/js/flot/examples/basic-usage/index.html | |
creating: ./static/js/flot/examples/canvas/ | |
inflating: ./static/js/flot/examples/canvas/index.html | |
creating: ./static/js/flot/examples/categories/ | |
inflating: ./static/js/flot/examples/categories/index.html | |
inflating: ./static/js/flot/examples/examples.css | |
creating: ./static/js/flot/examples/gauge/ | |
creating: ./static/js/flot/examples/image/ | |
inflating: ./static/js/flot/examples/image/hs-2004-27-a-large-web.jpg | |
inflating: ./static/js/flot/examples/image/index.html | |
inflating: ./static/js/flot/examples/index.html | |
creating: ./static/js/flot/examples/interacting/ | |
inflating: ./static/js/flot/examples/interacting/index.html | |
creating: ./static/js/flot/examples/navigate/ | |
extracting: ./static/js/flot/examples/navigate/arrow-down.gif | |
extracting: ./static/js/flot/examples/navigate/arrow-left.gif | |
extracting: ./static/js/flot/examples/navigate/arrow-right.gif | |
extracting: ./static/js/flot/examples/navigate/arrow-up.gif | |
inflating: ./static/js/flot/examples/navigate/index.html | |
creating: ./static/js/flot/examples/percentiles/ | |
inflating: ./static/js/flot/examples/percentiles/index.html | |
creating: ./static/js/flot/examples/realtime/ | |
inflating: ./static/js/flot/examples/realtime/index.html | |
creating: ./static/js/flot/examples/resize/ | |
inflating: ./static/js/flot/examples/resize/index.html | |
creating: ./static/js/flot/examples/selection/ | |
inflating: ./static/js/flot/examples/selection/index.html | |
creating: ./static/js/flot/examples/series-errorbars/ | |
inflating: ./static/js/flot/examples/series-errorbars/index.html | |
creating: ./static/js/flot/examples/series-pie/ | |
inflating: ./static/js/flot/examples/series-pie/index.html | |
creating: ./static/js/flot/examples/series-toggle/ | |
inflating: ./static/js/flot/examples/series-toggle/index.html | |
creating: ./static/js/flot/examples/series-types/ | |
inflating: ./static/js/flot/examples/series-types/index.html | |
creating: ./static/js/flot/examples/shared/ | |
creating: ./static/js/flot/examples/shared/jquery-ui/ | |
inflating: ./static/js/flot/examples/shared/jquery-ui/jquery-ui.min.css | |
inflating: ./static/js/flot/examples/shared/jquery-ui/jquery-ui.min.js | |
creating: ./static/js/flot/examples/stacking/ | |
inflating: ./static/js/flot/examples/stacking/index.html | |
creating: ./static/js/flot/examples/symbols/ | |
inflating: ./static/js/flot/examples/symbols/index.html | |
creating: ./static/js/flot/examples/threshold/ | |
inflating: ./static/js/flot/examples/threshold/index.html | |
creating: ./static/js/flot/examples/tracking/ | |
inflating: ./static/js/flot/examples/tracking/index.html | |
creating: ./static/js/flot/examples/visitors/ | |
inflating: ./static/js/flot/examples/visitors/index.html | |
creating: ./static/js/flot/examples/zooming/ | |
inflating: ./static/js/flot/examples/zooming/index.html | |
inflating: ./static/js/flot/excanvas.js | |
inflating: ./static/js/flot/excanvas.min.js | |
inflating: ./static/js/flot/FAQ.md | |
inflating: ./static/js/flot/jquery.colorhelpers.js | |
inflating: ./static/js/flot/jquery.colorhelpers.min.js | |
inflating: ./static/js/flot/jquery.flot.canvas.js | |
inflating: ./static/js/flot/jquery.flot.canvas.min.js | |
inflating: ./static/js/flot/jquery.flot.categories.js | |
inflating: ./static/js/flot/jquery.flot.categories.min.js | |
inflating: ./static/js/flot/jquery.flot.crosshair.js | |
inflating: ./static/js/flot/jquery.flot.crosshair.min.js | |
inflating: ./static/js/flot/jquery.flot.errorbars.js | |
inflating: ./static/js/flot/jquery.flot.errorbars.min.js | |
inflating: ./static/js/flot/jquery.flot.fillbetween.js | |
inflating: ./static/js/flot/jquery.flot.fillbetween.min.js | |
inflating: ./static/js/flot/jquery.flot.image.js | |
inflating: ./static/js/flot/jquery.flot.image.min.js | |
inflating: ./static/js/flot/jquery.flot.js | |
inflating: ./static/js/flot/jquery.flot.min.js | |
inflating: ./static/js/flot/jquery.flot.navigate.js | |
inflating: ./static/js/flot/jquery.flot.navigate.min.js | |
inflating: ./static/js/flot/jquery.flot.pie.js | |
inflating: ./static/js/flot/jquery.flot.pie.min.js | |
inflating: ./static/js/flot/jquery.flot.resize.js | |
inflating: ./static/js/flot/jquery.flot.resize.min.js | |
inflating: ./static/js/flot/jquery.flot.selection.js | |
inflating: ./static/js/flot/jquery.flot.selection.min.js | |
inflating: ./static/js/flot/jquery.flot.stack.js | |
inflating: ./static/js/flot/jquery.flot.stack.min.js | |
inflating: ./static/js/flot/jquery.flot.symbol.js | |
inflating: ./static/js/flot/jquery.flot.symbol.min.js | |
inflating: ./static/js/flot/jquery.flot.threshold.js | |
inflating: ./static/js/flot/jquery.flot.threshold.min.js | |
inflating: ./static/js/flot/jquery.flot.time.js | |
inflating: ./static/js/flot/jquery.flot.time.min.js | |
inflating: ./static/js/flot/jquery.js | |
inflating: ./static/js/flot/jquery.min.js | |
inflating: ./static/js/flot/LICENSE.txt | |
inflating: ./static/js/flot/Makefile | |
inflating: ./static/js/flot/NEWS.md | |
inflating: ./static/js/flot/PLUGINS.md | |
inflating: ./static/js/flot/README.md | |
make[3]: Leaving directory '/build/source/src/root' | |
Making all in ttf | |
make[3]: Entering directory '/build/source/src/ttf' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/build/source/src/ttf' | |
make[3]: Entering directory '/build/source/src' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/build/source/src' | |
make[2]: Leaving directory '/build/source/src' | |
Making all in tests | |
make[2]: Entering directory '/build/source/tests' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/build/source/tests' | |
Making all in doc | |
make[2]: Entering directory '/build/source/doc' | |
Making all in manual | |
make[3]: Entering directory '/build/source/doc/manual' | |
/nix/store/32k2n1bk3cyil6qi6m3g0l2n32xhlz6r-libxslt-1.1.33-bin/bin/xsltproc --param html.stylesheet \'style.css\' --param callout.graphics.extension \'.gif\' --param section.autolabel 1 --param section.label.includes.component.label 1 --nonet --xinclude \ | |
--output manual.html \ | |
/nix/store/prm0njkrgvnfnf2vqjkx80ys4sggzs1h-docbook-xsl-nons-1.79.2/xml/xsl/docbook/xhtml/docbook.xsl manual.xml | |
Note: namesp. cut : stripped namespace before processing Hydra User's Guide | |
make[3]: Leaving directory '/build/source/doc/manual' | |
make[3]: Entering directory '/build/source/doc' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/build/source/doc' | |
make[2]: Leaving directory '/build/source/doc' | |
make[2]: Entering directory '/build/source' | |
make[2]: Leaving directory '/build/source' | |
make[1]: Leaving directory '/build/source' | |
@nix { "action": "setPhase", "phase": "checkPhase" } | |
running tests | |
patching script interpreter paths in . | |
./configure: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/depcomp: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/missing: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/install-sh: interpreter directive changed from "/bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/config.sub: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/config.guess: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./config/compile: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/svn-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/svn-checkout-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/succeed-with-failed.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/scm-builder.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/hg-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/git-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/git-rev-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/fail.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/empty-dir-builder.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/darcs-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/bzr-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/bzr-checkout-update.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/build-product-with-spaces.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./tests/jobs/build-product-simple.sh: interpreter directive changed from " /bin/sh" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh" | |
./src/sql/update-dbix-harness.sh: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash" | |
./src/script/nix-prefetch-hg: interpreter directive changed from " /bin/sh -e" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh -e" | |
./src/script/nix-prefetch-git: interpreter directive changed from " /bin/sh -e" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh -e" | |
./src/script/nix-prefetch-bzr: interpreter directive changed from " /bin/sh -e" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh -e" | |
./src/script/hydra-update-gc-roots: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-server: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-send-stats: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-s3-backup-collect-garbage: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-notify: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-init: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-eval-jobset: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-dev-server: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-create-user: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./src/script/hydra-backfill-ids: interpreter directive changed from " /usr/bin/env perl" to "/nix/store/q9g7sjgicn2hl64c21c8w4h5c0sxjb0w-perl-5.30.0/bin/perl" | |
./bootstrap: interpreter directive changed from " /bin/sh -e" to "/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/sh -e" | |
check flags: -j24 -l24 SHELL=/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash VERBOSE=y check | |
Making check in src | |
make[1]: Entering directory '/build/source/src' | |
Making check in hydra-evaluator | |
make[2]: Entering directory '/build/source/src/hydra-evaluator' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/hydra-evaluator' | |
Making check in hydra-eval-jobs | |
make[2]: Entering directory '/build/source/src/hydra-eval-jobs' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/hydra-eval-jobs' | |
Making check in hydra-queue-runner | |
make[2]: Entering directory '/build/source/src/hydra-queue-runner' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/hydra-queue-runner' | |
Making check in sql | |
make[2]: Entering directory '/build/source/src/sql' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/sql' | |
Making check in script | |
make[2]: Entering directory '/build/source/src/script' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/script' | |
Making check in lib | |
make[2]: Entering directory '/build/source/src/lib' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/lib' | |
Making check in root | |
make[2]: Entering directory '/build/source/src/root' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/root' | |
Making check in ttf | |
make[2]: Entering directory '/build/source/src/ttf' | |
make[2]: Nothing to be done for 'check'. | |
make[2]: Leaving directory '/build/source/src/ttf' | |
make[2]: Entering directory '/build/source/src' | |
make[2]: Nothing to be done for 'check-am'. | |
make[2]: Leaving directory '/build/source/src' | |
make[1]: Leaving directory '/build/source/src' | |
Making check in tests | |
make[1]: Entering directory '/build/source/tests' | |
make repos | |
make[2]: Entering directory '/build/source/tests' | |
mkdir -p data | |
touch data/hydra.conf | |
mkdir -p nix | |
mkdir -p nix/etc/nix | |
touch nix/etc/nix/nix.conf | |
echo "sandbox = false" >> nix/etc/nix/nix.conf | |
mkdir -p nix/store | |
mkdir -p nix/var | |
make[2]: Leaving directory '/build/source/tests' | |
make check-TESTS | |
make[2]: Entering directory '/build/source/tests' | |
The files belonging to this database system will be owned by user "nixbld". | |
This user must also own the server process. | |
The database cluster will be initialized with locale "C". | |
The default database encoding has accordingly been set to "SQL_ASCII". | |
The default text search configuration will be set to "english". | |
Data page checksums are disabled. | |
creating directory postgres ... ok | |
creating subdirectories ... ok | |
selecting default max_connections ... 100 | |
selecting default shared_buffers ... 128MB | |
selecting default timezone ... UTC | |
selecting dynamic shared memory implementation ... posix | |
creating configuration files ... ok | |
creating template1 database in postgres/base/1 ... ok | |
initializing pg_authid ... ok | |
initializing dependencies ... ok | |
creating system views ... ok | |
loading system objects' descriptions ... ok | |
creating collations ... ok | |
creating conversions ... ok | |
creating dictionaries ... ok | |
setting privileges on built-in objects ... ok | |
creating information schema ... ok | |
loading PL/pgSQL server-side language ... ok | |
vacuuming database template1 ... ok | |
copying template1 to template0 ... ok | |
copying template1 to postgres ... ok | |
syncing data to disk ... ok | |
WARNING: enabling "trust" authentication for local connections | |
You can change this by editing pg_hba.conf or using the option -A, or | |
--auth-local and --auth-host, the next time you run initdb. | |
Success. You can now start the database server using: | |
/nix/store/wabplmb9zvqs797y3l2wsla3bxx4ma2f-postgresql-9.5.21/bin/pg_ctl -D postgres -l logfile start | |
waiting for server to start....LOG: database system was shut down at 2020-02-24 17:19:20 UTC | |
LOG: MultiXact member wraparound protections are now enabled | |
LOG: database system is ready to accept connections | |
LOG: autovacuum launcher started | |
done | |
server started | |
initialising the Hydra database schema... | |
[0;32mPASS[m: set-up.pl | |
1..76 | |
STDERR: copying input jobs from /build/source/tests/jobs | |
added build 1 (tests:basic:succeed_with_failed) | |
added build 2 (tests:basic:fails) | |
added build 3 (tests:basic:empty_dir) | |
created new eval 1 | |
ok 1 - Evaluating jobs/basic.nix should exit with return code 0 | |
ok 2 - Evaluating jobs/basic.nix should result in 3 builds | |
ok 3 - Build 'empty_dir' from jobs/basic.nix should exit with code 0 | |
ok 4 - Build 'empty_dir' from jobs/basic.nix should have buildstatus 0 | |
ok 5 - Build 'fails' from jobs/basic.nix should exit with code 0 | |
ok 6 - Build 'fails' from jobs/basic.nix should have buildstatus 1 | |
ok 7 - Build 'succeed_with_failed' from jobs/basic.nix should exit with code 0 | |
ok 8 - Build 'succeed_with_failed' from jobs/basic.nix should have buildstatus 6 | |
STDERR: added build 4 (tests:build-output-as-input:build1) | |
created new eval 2 | |
ok 9 - Evaluating jobs/build-output-as-input.nix should exit with return code 0 | |
ok 10 - Evaluating jobs/build-output-as-input.nix for first time should result in 1 build in queue | |
ok 11 - Build 'build1' from jobs/basic.nix should exit with code 0 | |
ok 12 - Build 'build1' from jobs/basic.nix should have buildstatus 0 | |
STDERR: created cached eval 3 | |
ok 13 - Evaluating jobs/build-output-as-input.nix for second time should exit with return code 0 | |
not ok 14 - Evaluating jobs/build-output-as-input.nix for second time after building build1 should result in 1 build in queue | |
# Failed test 'Evaluating jobs/build-output-as-input.nix for second time after building build1 should result in 1 build in queue' | |
# at ./evaluation-tests.pl line 46. | |
Update svn repository: Create repo. | |
STDERR: checking out Subversion input src from file:///build/source/tests/svn-repo revision 1 into /build/source/tests/data/scm/svn/8dd25bd9ea55e881e4ae027a686901293eca6e9a0e2ea4a6214494c8e6ae47b6/svn-checkout | |
added build 5 (tests:svn:copy) | |
created new eval 4 | |
ok 15 - svn:0.0: Evaluating nix-expression. | |
ok 16 - svn:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 17 - svn:0.2: Evaluating nix-expression again. | |
ok 18 - svn:0.3: Expect 1 jobs in the queue. | |
Update svn repository: End. | |
Update svn-checkout repository: Create repo. | |
STDERR: checking out Subversion input src from file:///build/source/tests/svn-checkout-repo revision 1 into /build/source/tests/data/scm/svn/27be254bfeebb1685df8bedfc0fd6af6b8d6b81a0a6e2338dd9a8a2a78fe8af2/svn-checkout | |
added build 6 (tests:svn-checkout:copy) | |
created new eval 5 | |
ok 19 - svn-checkout:0.0: Evaluating nix-expression. | |
ok 20 - svn-checkout:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 21 - svn-checkout:0.2: Evaluating nix-expression again. | |
ok 22 - svn-checkout:0.3: Expect 1 jobs in the queue. | |
Update svn-checkout repository: End. | |
Update git repository: Create repo. | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-qQ6iyXrh/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* branch HEAD -> FETCH_HEAD | |
Switched to a new branch 'fetchgit' | |
removing `.git'... | |
hash is 3cb7992d3af0cf707462388493a5eb171e936cb26b2e05f6176e796cf2f35208 | |
path is /build/source/tests/nix/store/ivy7yr5azqdmv5aw4a61kf29l8bhdbn2-source | |
added build 7 (tests:git:copy) | |
created new eval 6 | |
ok 23 - git:0.0: Evaluating nix-expression. | |
ok 24 - git:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 25 - git:0.2: Evaluating nix-expression again. | |
ok 26 - git:0.3: Expect 1 jobs in the queue. | |
Update git repository: Create new commit. | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-YTy0POHW/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* branch HEAD -> FETCH_HEAD | |
Switched to a new branch 'fetchgit' | |
removing `.git'... | |
hash is f730aebaef01b47a4159773aea6eb7c3d1f46c32892230ac3e73aff0307bde8b | |
path is /build/source/tests/nix/store/ns78idxlpfs1vfgjf0c83npi1rcb6n60-source | |
added build 8 (tests:git:copy) | |
created new eval 7 | |
ok 27 - git:1.0: Evaluating nix-expression. | |
ok 28 - git:1.1: Expect 2 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 29 - git:1.2: Evaluating nix-expression again. | |
ok 30 - git:1.3: Expect 2 jobs in the queue. | |
Update git repository: Amend commit. (push -f) | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-FE5Fjxo7/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* branch HEAD -> FETCH_HEAD | |
Switched to a new branch 'fetchgit' | |
removing `.git'... | |
hash is 81606f73c6fb5d71a98d97e153435424031f466382e569594fe4541309b335a5 | |
path is /build/source/tests/nix/store/jmmb88ljli5bvjki8ry1q4hfgs674kz5-source | |
added build 9 (tests:git:copy) | |
created new eval 8 | |
ok 31 - git:2.0: Evaluating nix-expression. | |
ok 32 - git:2.1: Expect 3 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 33 - git:2.2: Evaluating nix-expression again. | |
ok 34 - git:2.3: Expect 3 jobs in the queue. | |
Update git repository: End. | |
Update git-rev repository: Create repo. | |
STDERR: checking out Git branch 7f60df502b96fd54bbfa64dd94b56d936a407701 from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-QHwFkexX/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* branch _hydra_tmp -> FETCH_HEAD | |
* [new branch] _hydra_tmp -> origin/_hydra_tmp | |
Switched to a new branch 'fetchgit' | |
removing `.git'... | |
hash is 3cb7992d3af0cf707462388493a5eb171e936cb26b2e05f6176e796cf2f35208 | |
path is /build/source/tests/nix/store/ivy7yr5azqdmv5aw4a61kf29l8bhdbn2-source | |
added build 10 (tests:git-rev:copy) | |
created new eval 9 | |
ok 35 - git-rev:0.0: Evaluating nix-expression. | |
ok 36 - git-rev:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 37 - git-rev:0.2: Evaluating nix-expression again. | |
ok 38 - git-rev:0.3: Expect 1 jobs in the queue. | |
Update git-rev repository: End. | |
Update deepgit repository: Create repo. | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-hw6bduvz/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* [new branch] _hydra_tmp -> origin/_hydra_tmp | |
* [new branch] master -> origin/master | |
Switched to a new branch 'fetchgit' | |
hash is ec9f0f4cda8a3c9b2cff860a554ecd33b5bdbd5f4ef83c864776373eaf25569c | |
path is /build/source/tests/nix/store/vjpvwr3k884y2s79m64kwagywm4adl05-source | |
added build 11 (tests:deepgit:copy) | |
created new eval 10 | |
ok 39 - deepgit:0.0: Evaluating nix-expression. | |
ok 40 - deepgit:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 41 - deepgit:0.2: Evaluating nix-expression again. | |
ok 42 - deepgit:0.3: Expect 1 jobs in the queue. | |
Update deepgit repository: Create new commit. | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-cMbAFpAi/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* [new branch] _hydra_tmp -> origin/_hydra_tmp | |
* [new branch] master -> origin/master | |
Switched to a new branch 'fetchgit' | |
hash is 142f1ca22eed7445ab7d15f1d85e8f3396f856de6f4a166ccae4407b7997ed87 | |
path is /build/source/tests/nix/store/l3366ww6x2lfbgbz64yj8d2gybg6wjjh-source | |
added build 12 (tests:deepgit:copy) | |
created new eval 11 | |
ok 43 - deepgit:1.0: Evaluating nix-expression. | |
ok 44 - deepgit:1.1: Expect 2 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 45 - deepgit:1.2: Evaluating nix-expression again. | |
ok 46 - deepgit:1.3: Expect 2 jobs in the queue. | |
Update deepgit repository: Amend commit. (push -f) | |
STDERR: checking out Git branch master from file:///build/source/tests/git-repo | |
Initialized empty Git repository in /build/git-checkout-tmp-aL3hP5lg/source/.git/ | |
From /build/source/tests/data/scm/git/b486ea7e3fd5dccf3145552285a3e3b9100820d68f124d48530389d99daac07f | |
* [new branch] _hydra_tmp -> origin/_hydra_tmp | |
* [new branch] master -> origin/master | |
Switched to a new branch 'fetchgit' | |
hash is 8245bf0f98178ebf9e5c73788c7223024c3085e85aff8dbffb20cb7ed7148c4e | |
path is /build/source/tests/nix/store/11i84ji28w07h439a744kbwn5iwgg4l3-source | |
added build 13 (tests:deepgit:copy) | |
created new eval 12 | |
ok 47 - deepgit:2.0: Evaluating nix-expression. | |
ok 48 - deepgit:2.1: Expect 3 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 49 - deepgit:2.2: Evaluating nix-expression again. | |
ok 50 - deepgit:2.3: Expect 3 jobs in the queue. | |
Update deepgit repository: End. | |
Update bzr repository: Create repo. | |
STDERR: checking out Bazaar input src from file:///build/source/tests/bzr-repo revision 1 | |
added build 14 (tests:bzr:copy) | |
created new eval 13 | |
ok 51 - bzr:0.0: Evaluating nix-expression. | |
ok 52 - bzr:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 53 - bzr:0.2: Evaluating nix-expression again. | |
ok 54 - bzr:0.3: Expect 1 jobs in the queue. | |
Update bzr repository: End. | |
Update bzr-checkout repository: Create repo. | |
STDERR: checking out Bazaar input src from file:///build/source/tests/bzr-checkout-repo revision 1 | |
added build 15 (tests:bzr-checkout:copy) | |
created new eval 14 | |
ok 55 - bzr-checkout:0.0: Evaluating nix-expression. | |
ok 56 - bzr-checkout:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 57 - bzr-checkout:0.2: Evaluating nix-expression again. | |
ok 58 - bzr-checkout:0.3: Expect 1 jobs in the queue. | |
Update bzr-checkout repository: End. | |
Update hg repository: Create repo. | |
STDERR: checking out Mercurial input from file:///build/source/tests/hg-repo default revision 635867872900484139c7516a035ba558c4633aa3 | |
added build 16 (tests:hg:copy) | |
created new eval 15 | |
ok 59 - hg:0.0: Evaluating nix-expression. | |
ok 60 - hg:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 61 - hg:0.2: Evaluating nix-expression again. | |
ok 62 - hg:0.3: Expect 1 jobs in the queue. | |
Update hg repository: End. | |
Update darcs repository: Create repo. | |
STDERR: checking out darcs repo /build/source/tests/darcs-repo | |
added build 17 (tests:darcs:copy) | |
created new eval 16 | |
ok 63 - darcs:0.0: Evaluating nix-expression. | |
ok 64 - darcs:0.1: Expect 1 jobs in the queue. | |
STDERR: jobset is unchanged, skipping | |
ok 65 - darcs:0.2: Evaluating nix-expression again. | |
ok 66 - darcs:0.3: Expect 1 jobs in the queue. | |
Update darcs repository: End. | |
STDERR: added build 18 (tests:build-products:with_spaces) | |
added build 19 (tests:build-products:simple) | |
created new eval 17 | |
ok 67 - Evaluating jobs/build-products.nix should exit with return code 0 | |
ok 68 - Evaluating jobs/build-products.nix should result in 2 builds | |
ok 69 - Build 'simple' from jobs/build-products.nix should exit with code 0 | |
ok 70 - Build 'simple' from jobs/build-products.nix should have buildstatus 0 | |
ok 71 - We should have text.txt, but found: text.txt | |
# | |
ok 72 - Build 'with_spaces' from jobs/build-products.nix should exit with code 0 | |
ok 73 - Build 'with_spaces' from jobs/build-products.nix should have buildstatus 0 | |
ok 74 - We should have: "some text.txt", but found: some text.txt | |
# | |
# Looks like you planned 76 tests but ran 74. | |
# Looks like you failed 1 test of 74 run. | |
[0;31mFAIL[m: evaluation-tests.pl | |
FATAL: terminating autovacuum process due to administrator command | |
waiting for server to shut down...LOG: received fast shutdown request | |
.LOG: aborting any active transactions | |
LOG: autovacuum launcher shutting down | |
LOG: shutting down | |
LOG: database system is shut down | |
done | |
server stopped | |
[0;32mPASS[m: tear-down.pl | |
[0;31m=================================[m | |
[0;31m1 of 3 tests failed[m | |
[0;31mPlease report to [email protected][m | |
[0;31m=================================[m | |
make[2]: *** [Makefile:351: check-TESTS] Error 1 | |
make[2]: Leaving directory '/build/source/tests' | |
make[1]: *** [Makefile:478: check-am] Error 2 | |
make[1]: Leaving directory '/build/source/tests' | |
make: *** [Makefile:414: check-recursive] Error 1 | |
build time elapsed: 0m0.198s 0m0.155s 1m18.572s 0m9.533s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment