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

Rollup of 5 pull requests #61593

Closed
wants to merge 20 commits into from
Closed

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Jun 6, 2019

Successful merges:

Failed merges:

r? @ghost

czipperz and others added 20 commits May 30, 2019 16:46
Co-Authored-By: Steven Fackler <[email protected]>
…hton

Update stdsimd

Ref rust-lang#61119,  for stabilization of wasm32 `unreachable`
…=oli-obk

Make visitors iterate

r? @oli-obk

The second commit is not completely equivalent, unsure if the code is wrong or not. Tests pass though, otherwise we would need to iterate in the opposite direction as it happened in other parts of the code.
@Centril
Copy link
Contributor Author

Centril commented Jun 6, 2019

@bors r+ p=5 rollup=never

@bors
Copy link
Contributor

bors commented Jun 6, 2019

📌 Commit 10a2194 has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 6, 2019
@bors
Copy link
Contributor

bors commented Jun 6, 2019

⌛ Testing commit 10a2194 with merge d223502dc43b7e4431186b793339e858f42addb7...

@bors
Copy link
Contributor

bors commented Jun 6, 2019

💔 Test failed - checks-travis

@rust-highfive
Copy link
Collaborator

The job dist-powerpc64-linux 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:26:06]    Compiling autocfg v0.1.4
[00:26:07] error[E0433]: failed to resolve: use of undeclared type or module `core`
[00:26:07]    --> src/libcore/../stdsimd/crates/core_arch/src/powerpc/altivec.rs:288:14
[00:26:07]     |
[00:26:07] 286 | / macro_rules! impl_neg {
[00:26:07] 287 | |     ($s: ident : $zero: expr) => {
[00:26:07] 288 | |         impl core::ops::Neg for s_t_l!($s) {
[00:26:07]     | |              ^^^^ use of undeclared type or module `core`
[00:26:07] 289 | |             type Output = s_t_l!($s);
[00:26:07] 295 | |     };
[00:26:07] 296 | | }
[00:26:07] 296 | | }
[00:26:07]     | |_- in this expansion of `impl_neg!`
[00:26:07] 297 | 
[00:26:07] 298 |   impl_neg! { i8x16 : 0 }
[00:26:07] 
[00:26:07] error[E0433]: failed to resolve: use of undeclared type or module `core`
[00:26:07]    --> src/libcore/../stdsimd/crates/core_arch/src/powerpc/altivec.rs:288:14
[00:26:07]     |
[00:26:07]     |
[00:26:07] 286 | / macro_rules! impl_neg {
[00:26:07] 287 | |     ($s: ident : $zero: expr) => {
[00:26:07] 288 | |         impl core::ops::Neg for s_t_l!($s) {
[00:26:07]     | |              ^^^^ use of undeclared type or module `core`
[00:26:07] 289 | |             type Output = s_t_l!($s);
[00:26:07] 295 | |     };
[00:26:07] 296 | | }
[00:26:07] 296 | | }
[00:26:07]     | |_- in this expansion of `impl_neg!`
[00:26:07] ...
[00:26:07] 299 |   impl_neg! { i16x8 : 0 }
[00:26:07] 
[00:26:07] error[E0433]: failed to resolve: use of undeclared type or module `core`
[00:26:07]    --> src/libcore/../stdsimd/crates/core_arch/src/powerpc/altivec.rs:288:14
[00:26:07]     |
[00:26:07]     |
[00:26:07] 286 | / macro_rules! impl_neg {
[00:26:07] 287 | |     ($s: ident : $zero: expr) => {
[00:26:07] 288 | |         impl core::ops::Neg for s_t_l!($s) {
[00:26:07]     | |              ^^^^ use of undeclared type or module `core`
[00:26:07] 289 | |             type Output = s_t_l!($s);
[00:26:07] 295 | |     };
[00:26:07] 296 | | }
[00:26:07] 296 | | }
[00:26:07]     | |_- in this expansion of `impl_neg!`
[00:26:07] ...
[00:26:07] 300 |   impl_neg! { i32x4 : 0 }
[00:26:07] 
[00:26:07] error[E0433]: failed to resolve: use of undeclared type or module `core`
[00:26:07]    --> src/libcore/../stdsimd/crates/core_arch/src/powerpc/altivec.rs:288:14
[00:26:07]     |
[00:26:07]     |
[00:26:07] 286 | / macro_rules! impl_neg {
[00:26:07] 287 | |     ($s: ident : $zero: expr) => {
[00:26:07] 288 | |         impl core::ops::Neg for s_t_l!($s) {
[00:26:07]     | |              ^^^^ use of undeclared type or module `core`
[00:26:07] 289 | |             type Output = s_t_l!($s);
[00:26:07] 295 | |     };
[00:26:07] 296 | | }
[00:26:07] 296 | | }
[00:26:07]     | |_- in this expansion of `impl_neg!`
[00:26:07] ...
[00:26:07] 301 |   impl_neg! { f32x4 : 0f32 }
[00:26:07] 
[00:26:08]    Compiling backtrace v0.3.29
[00:26:10] error: aborting due to 4 previous errors
[00:26:10] 
---
travis_time:end:0648aee1:start=1559844076387520818,finish=1559844076406851390,duration=19330572
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:06769039
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:07469379
travis_time:start:07469379
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:053921e2
$ dmesg | grep -i kill

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)

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 6, 2019
@Centril Centril closed this Jun 6, 2019
@Centril Centril deleted the rollup-1zwflwe branch June 6, 2019 20:39
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants