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

Add tests for ICEs which no longer repro #52558

Merged
merged 6 commits into from
Jul 26, 2018
Merged

Conversation

wesleywiser
Copy link
Member

Adds tests for some ICEs which no longer repro and closes the associated issues.

@estebank
Copy link
Contributor

r? @estebank

Could you move the compile-fail tests to ui? You will have to do one more run with ./x.py test src/test/ui --stage 1 --bless so that the stderr files are created. r=me after that.

@estebank estebank added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jul 20, 2018
@wesleywiser
Copy link
Member Author

@estebank Sure! How's that look?

@estebank
Copy link
Contributor

@wesleywiser it looks great! Thank you for taking the time!

I'll check back in an hour when travis is done and approve if it's ok (which I'm sure it is).

@estebank estebank self-assigned this Jul 20, 2018
@estebank
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jul 20, 2018

📌 Commit 3e0cb23 has been approved by estebank

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 20, 2018
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Jul 20, 2018
Add tests for ICEs which no longer repro

Adds tests for some ICEs which no longer repro and closes the associated issues.
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Jul 20, 2018
Add tests for ICEs which no longer repro

Adds tests for some ICEs which no longer repro and closes the associated issues.
@wesleywiser
Copy link
Member Author

Rebased

@estebank
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Jul 21, 2018

📌 Commit f2bc03f has been approved by estebank

kennytm added a commit to kennytm/rust that referenced this pull request Jul 21, 2018
Add tests for ICEs which no longer repro

Adds tests for some ICEs which no longer repro and closes the associated issues.
@kennytm
Copy link
Member

kennytm commented Jul 22, 2018

@bors r- rollup-

The test case for 33264 is using inline assembly which is not supported by asm.js (in fact, the test is x86 specific).

Please add // only-x86_64 to the test.

Test log: #52616 (comment)

@bors bors removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 22, 2018
@wesleywiser
Copy link
Member Author

Fixed. Thanks @kennytm!

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-5.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[00:19:54]    Compiling unwind v0.0.0 (file:///checkout/src/libunwind)
[00:20:00]    Compiling compiler_builtins v0.0.0 (file:///checkout/src/rustc/compiler_builtins_shim)
[00:20:00]    Compiling cmake v0.1.31
[00:20:00]    Compiling alloc_jemalloc v0.0.0 (file:///checkout/src/liballoc_jemalloc)
[00:20:01] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:01]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:01]     |
[00:20:01] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:01]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:01]     | 
[00:20:01]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:179:1
[00:20:01] 179 | / impl_from_bits!(
[00:20:01] 180 | |     u64x2: u64,
[00:20:01] 181 | |     u64x2_from_bits,
[00:20:01] 181 | |     u64x2_from_bits,
[00:20:01] 182 | |     test_v128 | i64x2,
[00:20:01] 194 | |     m8x16
[00:20:01] 195 | | );
[00:20:01]     | |__- in this macro invocation
[00:20:01] 
[00:20:01] 
[00:20:01] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:01]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:01]     |
[00:20:01] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:01]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:01]     | 
[00:20:01]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:196:1
[00:20:01]     |
[00:20:01] 196 | from_bits_x86!(u64x2, u64, u64x2_from_bits_x86);
[00:20:01]     | ------------------------------------------------ in this macro invocation
[00:20:01] 
[00:20:01] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:01]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:01]     |
[00:20:01] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:01]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:01]     | 
[00:20:01]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:199:1
[00:20:01] 199 | / impl_from_bits!(
[00:20:01] 199 | / impl_from_bits!(
[00:20:01] 200 | |     i64x2: i64,
[00:20:01] 201 | |     i64x2_from_bits,
[00:20:01] 202 | |     test_v128 | u64x2,
[00:20:01] 214 | |     m8x16
[00:20:01] 215 | | );
[00:20:01]     | |__- in this macro invocation
[00:20:01] 
[00:20:01] 
[00:20:02] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:02]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:02]     |
[00:20:02] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:02]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:02]     | 
[00:20:02]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:216:1
[00:20:02]     |
[00:20:02] 216 | from_bits_x86!(i64x2, i64, i64x2_from_bits_x86);
[00:20:02]     | ------------------------------------------------ in this macro invocation
[00:20:02] 
[00:20:02] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:02]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:02]     |
[00:20:02] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:02]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:02]     | 
[00:20:02]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:219:1
[00:20:02] 219 | / impl_from_bits!(
[00:20:02] 219 | / impl_from_bits!(
[00:20:02] 220 | |     f64x2: f64,
[00:20:02] 221 | |     f64x2_from_bits,
[00:20:02] 222 | |     test_v128 | i64x2,
[00:20:02] 234 | |     m8x16
[00:20:02] 235 | | );
[00:20:02]     | |__- in this macro invocation
[00:20:02] 
[00:20:02] 
[00:20:02] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:02]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:02]     |
[00:20:02] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:02]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:02]     | 
[00:20:02]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:236:1
[00:20:02]     |
[00:20:02] 236 | from_bits_x86!(f64x2, f64, f64x2_from_bits_x86);
[00:20:02]     | ------------------------------------------------ in this macro invocation
[00:20:02] 
[00:20:02] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:02]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:02]     |
[00:20:02] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:02]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:02]     | 
[00:20:02]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:239:1
[00:20:02] 239 | / impl_from_bits!(
[00:20:02] 240 | |     u32x4: u32,
[00:20:02] 241 | |     u32x4_from_bits,
[00:20:02] 241 | |     u32x4_from_bits,
[00:20:02] 242 | |     test_v128 | u64x2,
[00:20:02] 254 | |     m8x16
[00:20:02] 255 | | );
[00:20:02]     | |__- in this macro invocation
[00:20:02] 
[00:20:02] 
[00:20:03] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:03]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:03]     |
[00:20:03] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:03]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:03]     | 
[00:20:03]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:256:1
[00:20:03]     |
[00:20:03] 256 | from_bits_x86!(u32x4, u32, u32x4_from_bits_x86);
[00:20:03]     | ------------------------------------------------ in this macro invocation
[00:20:03] 
[00:20:03] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:03]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:03]     |
[00:20:03] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:03]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:03]     | 
[00:20:03]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:259:1
[00:20:03] 259 | / impl_from_bits!(
[00:20:03] 259 | / impl_from_bits!(
[00:20:03] 260 | |     i32x4: i32,
[00:20:03] 261 | |     i32x4_from_bits,
[00:20:03] 262 | |     test_v128 | u64x2,
[00:20:03] 274 | |     m8x16
[00:20:03] 275 | | );
[00:20:03]     | |__- in this macro invocation
[00:20:03] 
[00:20:03] 
[00:20:03] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:03]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:03]     |
[00:20:03] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:03]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:03]     | 
[00:20:03]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:276:1
[00:20:03]     |
[00:20:03] 276 | from_bits_x86!(i32x4, i32, i32x4_from_bits_x86);
[00:20:03]     | ------------------------------------------------ in this macro invocation
[00:20:03] 
[00:20:03] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:03]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:03]     |
[00:20:03] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:03]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:03]     | 
[00:20:03]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:279:1
[00:20:03] 279 | / impl_from_bits!(
[00:20:03] 279 | / impl_from_bits!(
[00:20:03] 280 | |     f32x4: f32,
[00:20:03] 281 | |     f32x4_from_bits,
[00:20:03] 282 | |     test_v128 | u64x2,
[00:20:03] 294 | |     m8x16
[00:20:03] 295 | | );
[00:20:03]     | |__- in this macro invocation
[00:20:03] 
[00:20:03] 
[00:20:04] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:04]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:04]     |
[00:20:04] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:04]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:04]     | 
[00:20:04]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:296:1
[00:20:04]     |
[00:20:04] 296 | from_bits_x86!(f32x4, f32, f32x4_from_bits_x86);
[00:20:04]     | ------------------------------------------------ in this macro invocation
[00:20:04] 
[00:20:04] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:04]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:04]     |
[00:20:04] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:04]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:04]     | 
[00:20:04]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:299:1
[00:20:04] 299 | / impl_from_bits!(
[00:20:04] 300 | |     u16x8: u16,
[00:20:04] 301 | |     u16x8_from_bits,
[00:20:04] 301 | |     u16x8_from_bits,
[00:20:04] 302 | |     test_v128 | u64x2,
[00:20:04] 314 | |     m8x16
[00:20:04] 315 | | );
[00:20:04]     | |__- in this macro invocation
[00:20:04] 
[00:20:04] 
[00:20:04]    Compiling std v0.0.0 (file:///checkout/src/libstd)
[00:20:04]    Compiling rustc_lsan v0.0.0 (file:///checkout/src/librustc_lsan)
[00:20:04] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:04]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:04]     |
[00:20:04] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:04]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:04]     | 
[00:20:04]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:316:1
[00:20:04]     |
[00:20:04] 316 | from_bits_x86!(u16x8, u16, u16x8_from_bits_x86);
[00:20:04]     | ------------------------------------------------ in this macro invocation
[00:20:04] 
[00:20:04] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:04]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:04]     |
[00:20:04] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:04]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:04]     | 
[00:20:04]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:319:1
[00:20:04] 319 | / impl_from_bits!(
[00:20:04] 319 | / impl_from_bits!(
[00:20:04] 320 | |     i16x8: i16,
[00:20:04] 321 | |     i16x8_from_bits,
[00:20:04] 322 | |     test_v128 | u64x2,
[00:20:04] 334 | |     m8x16
[00:20:04] 335 | | );
[00:20:04]     | |__- in this macro invocation
[00:20:04] 
[00:20:04] 
[00:20:05] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:05]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:05]     |
[00:20:05] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:05]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:05]     | 
[00:20:05]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:336:1
[00:20:05]     |
[00:20:05] 336 | from_bits_x86!(i16x8, i16, i16x8_from_bits_x86);
[00:20:05]     | ------------------------------------------------ in this macro invocation
[00:20:05] 
[00:20:05] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:05]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:05]     |
[00:20:05] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:05]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:05]     | 
[00:20:05]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:339:1
[00:20:05] 339 | / impl_from_bits!(
[00:20:05] 340 | |     u8x16: u8,
[00:20:05] 341 | |     u8x16_from_bits,
[00:20:05] 341 | |     u8x16_from_bits,
[00:20:05] 342 | |     test_v128 | u64x2,
[00:20:05] 354 | |     m8x16
[00:20:05] 355 | | );
[00:20:05]     | |__- in this macro invocation
[00:20:05] 
[00:20:05] 
[00:20:05] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:05]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:05]     |
[00:20:05] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:05]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:05]     | 
[00:20:05]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:356:1
[00:20:05]     |
[00:20:05] 356 | from_bits_x86!(u8x16, u8, u8x16_from_bits_x86);
[00:20:05]     | ----------------------------------------------- in this macro invocation
[00:20:05] 
[00:20:05] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:05]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:05]     |
[00:20:05] 8   |               impl ::simd::FromBits<$from> for $to {
[00:20:05]     |                      ^^^^ Did you mean `coresimd::simd`?
[00:20:05]     | 
[00:20:05]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:359:1
[00:20:05] 359 | / impl_from_bits!(
[00:20:05] 359 | / impl_from_bits!(
[00:20:05] 360 | |     i8x16: i8,
[00:20:05] 361 | |     i8x16_from_bits,
[00:20:05] 362 | |     test_v128 | u64x2,
[00:20:05] 374 | |     m8x16
[00:20:05] 375 | | );
[00:20:05]     | |__- in this macro invocation
[00:20:05] 
[00:20:05] 
[00:20:05]    Compiling rustc_asan v0.0.0 (file:///checkout/src/librustc_asan)
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from_bits.rs:8:20
[00:20:06]     |
[00:20:06] 8   |             impl ::simd::FromBits<$from> for $to {
[00:20:06]     |                    ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:376:1
[00:20:06]     |
[00:20:06] 376 | from_bits_x86!(i8x16, i8, i8x16_from_bits_x86);
[00:20:06]     | ----------------------------------------------- in this macro invocation
[00:20:06]    Compiling rustc_tsan v0.0.0 (file:///checkout/src/librustc_tsan)
[00:20:06]    Compiling rustc_tsan v0.0.0 (file:///checkout/src/librustc_tsan)
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:9:26
[00:20:06]     |
[00:20:06] 9   |               fn from(f: ::simd::$from) -> $to {
[00:20:06]     |                            ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(
[00:20:06] 379 | / impl_from!(
[00:20:06] 380 | |     f64x2: f64,
[00:20:06] 381 | |     f64x2_from,
[00:20:06] 382 | |     test_v128 | f32x2,
[00:20:06] 394 | |     m8x2
[00:20:06] 395 | | );
[00:20:06]     | |__- in this macro invocation
[00:20:06] 
[00:20:06] 
[00:20:06] error[E0433]: failed to resolve. Did you mean `coresimd::simd`?
[00:20:06]    --> libcore/../stdsimd/coresimd/ppsv/api/from.rs:7:32
[00:20:06]     |
[00:20:06] 7   |           impl ::convert::From<::simd::$from> for $to {
[00:20:06]     |                                  ^^^^ Did you mean `coresimd::simd`?
[00:20:06]     | 
[00:20:06]    ::: libcore/../stdsimd/coresimd/ppsv/v128.rs:379:1
[00:20:06] 379 | / impl_from!(

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@estebank
Copy link
Contributor

@wesleywiser did you mean to update clippy and stdsimd submodules?

@wesleywiser
Copy link
Member Author

Umm... no. I must have accidentally committed those when rebasing.

@estebank
Copy link
Contributor

@wesleywiser it happens :)

@wesleywiser
Copy link
Member Author

I think this is good to go.

@kennytm kennytm added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 25, 2018
@estebank
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Jul 25, 2018

📌 Commit 715005c has been approved by estebank

@bors
Copy link
Contributor

bors commented Jul 25, 2018

🌲 The tree is currently closed for pull requests below priority 99, this pull request will be tested once the tree is reopened

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 25, 2018
@Mark-Simulacrum
Copy link
Member

@bors treeclosed-

@bors
Copy link
Contributor

bors commented Jul 25, 2018

⌛ Testing commit 715005c with merge 717fb61465faa98c1fc1afc962b07a9261fce5d6...

@Mark-Simulacrum
Copy link
Member

@bors retry treeclosed=99

@wesleywiser
Copy link
Member Author

@Mark-Simulacrum What does "treeclosed" mean? I've never seen that bors status before.

@kennytm
Copy link
Member

kennytm commented Jul 25, 2018

@wesleywiser "treeclosed" prevents PRs lower than the specified priority from being tested. Currently Travis has broken our macOS builders, so we cannot run any tests until this is fixed.

@wesleywiser
Copy link
Member Author

@kennytm Gotcha

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jul 26, 2018
Add tests for ICEs which no longer repro

Adds tests for some ICEs which no longer repro and closes the associated issues.
bors added a commit that referenced this pull request Jul 26, 2018
Rollup of 16 pull requests

Successful merges:

 - #52558 (Add tests for ICEs which no longer repro)
 - #52610 (Clarify what a task is)
 - #52617 (Don't match on region kinds when reporting NLL errors)
 - #52635 (Fix #[linkage] propagation though generic functions)
 - #52647 (Suggest to take and ignore args while closure args count mismatching)
 - #52649 (Point spans to inner elements of format strings)
 - #52654 (Format linker args in a way that works for gcc and ld)
 - #52667 (update the stdsimd submodule)
 - #52674 (Impl Executor for Box<E: Executor>)
 - #52690 (ARM: expose `rclass` and `dsp` target features)
 - #52692 (Improve readability in a few sorts)
 - #52695 (Hide some lints which are not quite right the way they are reported to the user)
 - #52718 (State default capacity for BufReader/BufWriter)
 - #52721 (std::ops::Try impl for std::task::Poll)
 - #52723 (rustc: Register crates under their real names)
 - #52734 (sparc ABI issue - structure returning from function is returned in 64bit registers (with tests))

Failed merges:

 - #52678 ([NLL] Use better spans in some errors)

r? @ghost
@bors bors merged commit 715005c into rust-lang:master Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants