Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed test methods for mqueue and added mq_unlink #167

Closed
wants to merge 1 commit into from
Closed

renamed test methods for mqueue and added mq_unlink #167

wants to merge 1 commit into from

Conversation

MarkusJais
Copy link

another function added for posix message queues.

the rest will follow soon.

@MarkusJais
Copy link
Author

Currently a strange error with the nightly build:

Compiling nix-test v0.0.1 (file:///Users/travis/build/carllerche/nix-rust)
Build failed, waiting for other jobs to finish...
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with RUST_BACKTRACE=1 for a backtrace
thread 'rustc' panicked at 'assertion failed: (left == right) (left: '&', right: ']')', ../src/librustc/metadata/tydecode.rs:567
Could not compile rand.
To learn more, run the command again with --verbose.
The command "curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | RUST_TEST_THREADS=1 bash" exited with 1.
4.00s$ cargo doc --no-deps
Compiling libc v0.1.8
Compiling bitflags v0.1.1
Compiling nix v0.3.9 (file:///Users/travis/build/carllerche/nix-rust)
The command "cargo doc --no-deps" exited with 0.

it says "this is a bug."
strange. maybe temporary

@MarkusJais
Copy link
Author

Has anybody seen similar errors? I cannot reproduce this. Sometimes it builds, sometimes the compiler seems to crash but it doesn't seem to be related to the mq code.

@carllerche
Copy link
Contributor

There have been some intermittent failures. I haven't done much work trying to track them down. I will try to look into it a bit tonight.

@MarkusJais
Copy link
Author

It looks like both rand and rust-nightly are slightly out of data. Maybe this is fixed with the latest versions.
On the other hand it says that it's a compiler bug. No activity on the ticket I opened so far.

@carllerche
Copy link
Contributor

I'm trying a rebuild.

@carllerche
Copy link
Contributor

Looks like the build passes now.

@carllerche
Copy link
Contributor

Thanks! Merged: bd265fd

@carllerche carllerche closed this Aug 17, 2015
@MarkusJais
Copy link
Author

Thanks for merging. Will be adding the missing functions soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants