I see that, too. Filed an issue for it: seems like some kind of libc::pipe problem on OS X with that that function. https://github.com/mozilla/rust/issues/8904
Kevin On Sat, Aug 31, 2013 at 5:59 AM, Amitava Shee <[email protected]> wrote: > make check fails as follows. > > amitava:rust amitava$ make check > cfg: build triple x86_64-apple-darwin > cfg: host triples x86_64-apple-darwin > cfg: target triples x86_64-apple-darwin > cfg: host for x86_64-apple-darwin is x86_64 > cfg: os for x86_64-apple-darwin is apple-darwin > cfg: using gcc > cfg: including dist rules > cfg: including test rules > check: formatting > /Users/amitava/opt/rust/src/rust/src/librustc/middle/trans/foreign.rs:98: > NOTE These API constants ought to be more specific > /Users/amitava/opt/rust/src/rust/src/libstd/rt/uv/file.rs:283: NOTE: need > defs for S_**GRP|S_**OTH in libc:: ... > /Users/amitava/opt/rust/src/rust/src/libsyntax/ext/expand.rs:961: > NOTE(acrichto): start removing this after the next snapshot > /Users/amitava/opt/rust/src/rust/src/libsyntax/ext/expand.rs:971: > NOTE(acrichto): start removing this after the next snapshot > /Users/amitava/opt/rust/src/rust/src/libsyntax/ext/expand.rs:994: NOTE: use > this after a snapshot lands to abstract the details > version-info: doc/version_info.html > sed -e "s/VERSION/0.8-pre/; s/SHORT_HASH/bb35e23f/;\ > s/STAMP/bb35e23f1ca63eba4a3ea25ecdf68a393871ed18/;" > /Users/amitava/opt/rust/src/rust/doc/version_info.html.template >>doc/version_info.html > pandoc: doc/rust.html > version-stamp: doc/version.md > pandoc: doc/rust.tex > pandoc: doc/rustpkg.html > pandoc: doc/tutorial.html > pandoc: doc/tutorial-macros.html > pandoc: doc/tutorial-container.html > pandoc: doc/tutorial-ffi.html > pandoc: doc/tutorial-borrowed-ptr.html > pandoc: doc/tutorial-tasks.html > pandoc: doc/tutorial-conditions.html > pdflatex: doc/rust.pdf > This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012) > restricted \write18 enabled. > entering extended mode > run rpass [x86_64-apple-darwin]: x86_64-apple-darwin/stage2/bin/compiletest > > running 1310 tests > /bin/sh: line 1: 2415 Abort trap: 6 > x86_64-apple-darwin/stage2/bin/compiletest --compile-lib-path > x86_64-apple-darwin/stage2/lib --run-lib-path > x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib --rustc-path > x86_64-apple-darwin/stage2/bin/rustc --clang-path /usr/bin/clang++ > --llvm-bin-path > /Users/amitava/opt/rust/src/rust/llvm/x86_64-apple-darwin/Release+Asserts/bin > --aux-base /Users/amitava/opt/rust/src/rust/src/test/auxiliary/ --stage-id > stage2-x86_64-apple-darwin --target x86_64-apple-darwin > --adb-path=/usr/local/bin/adb --adb-test-dir= --rustcflags " --cfg rtopt > -O --target=x86_64-apple-darwin" --src-base > /Users/amitava/opt/rust/src/rust/src/test/run-pass/ --build-base > x86_64-apple-darwin/test/run-pass/ --ratchet-metrics > tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass-metrics.json > --mode run-pass --logfile > tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass.log > make: *** > [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-rpass.ok] > Error 134 > amitava:rust amitava$ > > ==================== > amitava:rust amitava$ git log -1 --pretty=oneline > bb35e23f1ca63eba4a3ea25ecdf68a393871ed18 auto merge of #8896 : > lightcatcher/rust/default_eq_fix, r=thestinger > amitava:rust amitava$ rust --version > rust 0.8-pre (bb35e23 2013-08-30 21:40:32 -0700) > host: x86_64-apple-darwin > > amitava:rust amitava$ uname -a > Darwin amitava.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 > 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64 > > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
