Last active
August 29, 2015 14:04
-
-
Save pao/65690e5bfbbc8c88eb39 to your computer and use it in GitHub Desktop.
@Fedster's test failure for JuliaLang/julia#7640
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
git fetch && git merge origin | |
remote: Counting objects: 198, done. | |
remote: Compressing objects: 100% (169/169), done. | |
remote: Total 198 (delta 111), reused 57 (delta 29) | |
Receiving objects: 100% (198/198), 252.37 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (111/111), done. | |
From git://github.com/JuliaLang/julia | |
43ef954..9299b25 master -> origin/master | |
+ 8a381ad...d35c7d9 arm-make3 -> origin/arm-make3 (forced update) | |
1393314..babd52d cjh/fix-7304 -> origin/cjh/fix-7304 | |
4f2d8e4..a873507 kpamnany-multithreading -> origin/kpamnany-multithreading | |
Fetching submodule deps/libuv | |
remote: Counting objects: 365, done. | |
remote: Compressing objects: 100% (229/229), done. | |
remote: Total 365 (delta 239), reused 211 (delta 136) | |
Receiving objects: 100% (365/365), 345.84 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (239/239), done. | |
From git://github.com/JuliaLang/libuv | |
* [new branch] jn/uv_close_win_fix -> origin/jn/uv_close_win_fix | |
8d61380..054d080 jn/win_req_env_vars -> origin/jn/win_req_env_vars | |
9f28fd7..4c58385 julia-uv0.11.26 -> origin/julia-uv0.11.26 | |
eee4776..06c60e9 master -> origin/master | |
Updating 43ef954..9299b25 | |
Fast-forward | |
.travis.yml | 3 ++- | |
README.md | 4 +--- | |
base/inference.jl | 8 +++++++- | |
base/interactiveutil.jl | 4 +++- | |
base/linalg/factorization.jl | 2 +- | |
base/multi.jl | 10 +++++----- | |
base/ordering.jl | 2 +- | |
base/sparse/sparsematrix.jl | 6 +++--- | |
base/string.jl | 7 +++++++ | |
deps/libuv | 2 +- | |
doc/manual/control-flow.rst | 16 ++++++++++++++++ | |
src/builtins.c | 21 +++++++++++++++------ | |
src/julia-parser.scm | 4 +++- | |
src/julia-syntax.scm | 5 ++++- | |
src/support/utf8.h | 4 ++-- | |
test/core.jl | 21 +++++++++++++++++++++ | |
test/numbers.jl | 4 ++++ | |
test/perf/micro/perf.c | 5 +++++ | |
test/sparse.jl | 9 +++++++++ | |
test/strings.jl | 18 +++++++++++++++++- | |
20 files changed, 127 insertions(+), 28 deletions(-) | |
make testall | |
Submodule path 'deps/libuv': checked out '4c58385dd22eb36c1eccbe1460ef67e7fe182ae0' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin13.3.0 | |
checking host system type... x86_64-apple-darwin13.3.0 | |
checking for gcc... clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 | |
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 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 accepts -g... yes | |
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 option to accept ISO C89... none needed | |
checking whether clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether make supports nested variables... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -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 clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -fno-rtti -fno-exceptions... yes | |
checking for clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 option to produce PIC... -fno-common -DPIC | |
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 PIC flag -fno-common -DPIC works... yes | |
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 static flag -static works... no | |
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -c -o file.o... yes | |
checking if clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 supports -c -o file.o... (cached) yes | |
checking whether the clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.3.0 dyld | |
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... yes | |
checking for dlopen in -ldl... yes | |
checking for kstat_lookup in -lkstat... no | |
checking for kvm_open in -lkvm... no | |
checking for gethostbyname in -lnsl... no | |
checking for perfstat_cpu in -lperfstat... no | |
checking for pthread_mutex_init in -lpthread... yes | |
checking for clock_gettime in -lrt... no | |
checking for sendfile in -lsendfile... no | |
checking for socket in -lsocket... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for dtrace... dtrace | |
checking if dtrace works... yes | |
checking if dtrace should instrument object files... no | |
checking for pkg-config... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libuv.pc | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
./install-sh -c -d '/usr/local/julia/usr/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/usr/local/julia/usr/lib' | |
libtool: install: /usr/bin/install -c .libs/libuv.11.dylib /usr/local/julia/usr/lib/libuv.11.dylib | |
libtool: install: (cd /usr/local/julia/usr/lib && { ln -s -f libuv.11.dylib libuv.dylib || { rm -f libuv.dylib && ln -s libuv.11.dylib libuv.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libuv.lai /usr/local/julia/usr/lib/libuv.la | |
libtool: install: /usr/bin/install -c .libs/libuv.a /usr/local/julia/usr/lib/libuv.a | |
libtool: install: chmod 644 /usr/local/julia/usr/lib/libuv.a | |
libtool: install: ranlib /usr/local/julia/usr/lib/libuv.a | |
./install-sh -c -d '/usr/local/julia/usr/include' | |
/usr/bin/install -c -m 644 include/uv.h include/uv-errno.h include/uv-version.h include/uv-unix.h include/uv-darwin.h '/usr/local/julia/usr/include' | |
./install-sh -c -d '/usr/local/julia/usr/lib/pkgconfig' | |
/usr/bin/install -c -m 644 libuv.pc '/usr/local/julia/usr/lib/pkgconfig' | |
CC src/jltypes.o | |
CC src/gf.o | |
CC src/support/hashing.o | |
CC src/support/timefuncs.o | |
CC src/support/ptrhash.o | |
CC src/support/operators.o | |
CC src/support/utf8.o | |
CC src/support/ios.o | |
CC src/support/htable.o | |
CC src/support/bitvector.o | |
CC src/support/int2str.o | |
CC src/support/libsupportinit.o | |
CC src/support/arraylist.o | |
CC src/support/strtod.o | |
LINK src/support/libsupport.a | |
LINK src/flisp/flisp | |
FLISP src/julia_flisp.boot | |
FLISP src/julia_flisp.boot.inc | |
CC src/ast.o | |
CC src/builtins.o | |
CC src/module.o | |
CC src/codegen.o | |
CC src/interpreter.o | |
CC src/alloc.o | |
CC src/dlload.o | |
CC src/sys.o | |
CC src/init.o | |
CC src/task.o | |
CC src/array.o | |
CC src/dump.o | |
CC src/toplevel.o | |
CC src/jl_uv.o | |
CC src/jlapi.o | |
CC src/profile.o | |
CC src/llvm-simdloop.o | |
CC src/gc.o | |
LINK usr/lib/libjulia.dylib | |
PERL base/uv_constants.jl | |
PERL base/version_git.jl.phony | |
exports.jl | |
base.jl | |
reflection.jl | |
build_h.jl | |
version_git.jl | |
c.jl | |
promotion.jl | |
tuple.jl | |
range.jl | |
expr.jl | |
error.jl | |
bool.jl | |
number.jl | |
int.jl | |
operators.jl | |
pointer.jl | |
float.jl | |
complex.jl | |
rational.jl | |
abstractarray.jl | |
reduce.jl | |
subarray.jl | |
array.jl | |
bitarray.jl | |
intset.jl | |
dict.jl | |
set.jl | |
hashing.jl | |
iterator.jl | |
inference.jl | |
osutils.jl | |
char.jl | |
ascii.jl | |
utf8.jl | |
utf16.jl | |
utf32.jl | |
iobuffer.jl | |
string.jl | |
utf8proc.jl | |
regex.jl | |
pcre.jl | |
base64.jl | |
io.jl | |
iostream.jl | |
libc.jl | |
env.jl | |
errno.jl | |
path.jl | |
intfuncs.jl | |
task.jl | |
show.jl | |
stream.jl | |
uv_constants.jl | |
socket.jl | |
stat.jl | |
fs.jl | |
process.jl | |
multimedia.jl | |
grisu.jl | |
file.jl | |
methodshow.jl | |
floatfuncs.jl | |
math.jl | |
float16.jl | |
cartesian.jl | |
multidimensional.jl | |
primes.jl | |
serialize.jl | |
multi.jl | |
poll.jl | |
loading.jl | |
reducedim.jl | |
ordering.jl | |
collections.jl | |
sort.jl | |
combinatorics.jl | |
rounding.jl | |
gmp.jl | |
mpfr.jl | |
hashing2.jl | |
dSFMT.jl | |
random.jl | |
darray.jl | |
mmap.jl | |
sharedarray.jl | |
version.jl | |
datafmt.jl | |
deepcopy.jl | |
interactiveutil.jl | |
replutil.jl | |
test.jl | |
meta.jl | |
i18n.jl | |
help.jl | |
simdloop.jl | |
Terminals.jl | |
LineEdit.jl | |
REPLCompletions.jl | |
REPL.jl | |
client.jl | |
printf.jl | |
util.jl | |
sparse.jl | |
sparse/abstractsparse.jl | |
linalg.jl | |
broadcast.jl | |
statistics.jl | |
fftw.jl | |
dsp.jl | |
sysinfo.jl | |
constants.jl | |
quadgk.jl | |
deprecated.jl | |
pkg.jl | |
graphics.jl | |
profile.jl | |
precompile.jl | |
JULIA test/all | |
From worker 9: * strings | |
From worker 4: * linalg3 | |
From worker 2: * linalg1 | |
From worker 6: * core | |
From worker 3: * linalg2 | |
From worker 7: * keywordargs | |
From worker 5: * linalg4 | |
From worker 8: * numbers | |
From worker 7: * collections | |
From worker 6: * hashing | |
From worker 9: * remote | |
From worker 9: * iobuffer | |
From worker 9: * arrayops | |
From worker 6: * reduce | |
From worker 7: * reducedim | |
From worker 6: * simdloop | |
From worker 6: * blas | |
From worker 6: * fft | |
From worker 7: * dsp | |
From worker 6: * sparse | |
From worker 7: * bitarray | |
From worker 8: * random | |
From worker 8: * math | |
From worker 9: * functional | |
From worker 9: * bigint | |
From worker 9: * sorting | |
From worker 4: * statistics | |
From worker 8: * spawn | |
From worker 9: * backtrace | |
From worker 9: * priorityqueue | |
From worker 8: [stdio passthrough ok] | |
From worker 9: * arpack | |
From worker 6: * file | |
From worker 8: * suitesparse | |
From worker 4: * version | |
From worker 4: * resolve | |
From worker 8: * pollfd | |
From worker 5: * mpfr | |
From worker 6: * broadcast | |
From worker 8: * complex | |
From worker 4: * socket | |
From worker 5: * floatapprox | |
From worker 4: * readdlm | |
From worker 5: * regex | |
From worker 5: * float16 | |
From worker 8: * combinatorics | |
From worker 5: * sysinfo | |
From worker 7: * rounding | |
From worker 7: * ranges | |
From worker 8: * mod2pi | |
From worker 8: * euler | |
From worker 9: * show | |
From worker 5: * lineedit | |
From worker 8: * replcompletions | |
From worker 8: * repl | |
From worker 5: * test | |
From worker 5: * examples | |
From worker 9: * goto | |
From worker 9: * unicode | |
Worker 8 terminated. | |
ERROR: ProcessExitedException() | |
in wait at ./task.jl:279 | |
in wait at ./task.jl:189 | |
in wait_full at ./multi.jl:594 | |
in remotecall_fetch at multi.jl:696 | |
in remotecall_fetch at multi.jl:701 | |
in anonymous at task.jl:1348 | |
while loading /usr/local/julia/test/runtests.jl, in expression starting on line 46 | |
make[1]: *** [all] Error 1 | |
make: *** [testall] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment