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

Release builds broken with Rust 1.23.0-beta.1 #26

Closed
rillian opened this Issue Nov 28, 2017 · 3 comments

Comments

Projects
None yet
2 participants
@rillian
Copy link

rillian commented Nov 28, 2017

Builds with the current rust beta fail tests:

$ rustup update beta
$ cargo +beta test --release
[...]
failures:

---- test_labels_names::test_all_labels stdout ----
	thread 'test_labels_names::test_all_labels' panicked at 'assertion failed: `(left == right)`
  left: `Some(Encoding { windows-1252 })`,
 right: `Some(Encoding { windows-1252 })`', src/test_labels_names.rs:11:4
note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- tests::test_label_resolution stdout ----
	thread 'tests::test_label_resolution' panicked at 'assertion failed: `(left == right)`
  left: `Some(Encoding { UTF-8 })`,
 right: `Some(Encoding { UTF-8 })`', src/lib.rs:4419:8


failures:
    test_labels_names::test_all_labels
    tests::test_label_resolution

test result: FAILED. 106 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '--lib'
@rillian

This comment has been minimized.

Copy link
Author

rillian commented Nov 28, 2017

@hsivonen

This comment has been minimized.

Copy link
Owner

hsivonen commented Nov 29, 2017

Looks like a Rust bug.

@hsivonen

This comment has been minimized.

Copy link
Owner

hsivonen commented Jan 3, 2018

Fixed in rustc.

@hsivonen hsivonen closed this Jan 3, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.