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

stylo builds aren't working on TravisCI #14723

Closed
jdm opened this issue Dec 25, 2016 · 4 comments
Closed

stylo builds aren't working on TravisCI #14723

jdm opened this issue Dec 25, 2016 · 4 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Dec 25, 2016

$ ./mach test-stylo

   Compiling stylo_tests v0.0.1 (file:///home/travis/build/servo/servo/tests/unit/stylo)

warning: value assigned to `saw_before` is never read, #[warn(unused_assignments)] on by default

  --> /home/travis/build/servo/servo/tests/unit/stylo/sanity_checks.rs:50:9

   |

50 |     let mut saw_before = false;

   |         ^^^^^^^^^^^^^^

warning: value assigned to `saw_after` is never read, #[warn(unused_assignments)] on by default

  --> /home/travis/build/servo/servo/tests/unit/stylo/sanity_checks.rs:51:9

   |

51 |     let mut saw_after = false;

   |         ^^^^^^^^^^^^^

warning: struct is never used: `StylesheetLoader`, #[warn(dead_code)] on by default

 --> /home/travis/build/servo/servo/tests/unit/stylo/../../../ports/geckolib/stylesheet_loader.rs:9:1

  |

9 | pub struct StylesheetLoader;

  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: method is never used: `new`, #[warn(dead_code)] on by default

  --> /home/travis/build/servo/servo/tests/unit/stylo/../../../ports/geckolib/stylesheet_loader.rs:12:5

   |

12 |     pub fn new() -> Self {

   |     ^

    Finished debug [unoptimized + debuginfo] target(s) in 20.29 secs

     Running /home/travis/build/servo/servo/target/geckolib/debug/deps/stylo_tests-019e27a7cd146829

running 2 tests

test sanity_checks::assert_basic_pseudo_elements ... ok

test sanity_checks::assert_restyle_hints_match ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured

   Compiling style v0.0.1 (file:///home/travis/build/servo/servo/components/style)

LLVM ERROR: IO failure on output stream.

error: Could not compile `style`.

To learn more, run the command again with --verbose.

The command "./mach test-stylo" exited with 101.
@highfive
Copy link

@highfive highfive commented Dec 25, 2016

@jdm
Copy link
Member Author

@jdm jdm commented Dec 25, 2016

This may have started with #14721?

@jdm
Copy link
Member Author

@jdm jdm commented Dec 25, 2016

The travisCI build logs appear to show that this started with #14687, instead.

@jdm jdm mentioned this issue Dec 25, 2016
4 of 4 tasks complete
@DominoTree
Copy link
Contributor

@DominoTree DominoTree commented Dec 28, 2016

I noticed a handful of errors in a run earlier that looked like /tmp/ was out of space

uniq: write error: No space left on device
sort: write failed: /tmp/sortxDabzK: No space left on device
@jdm jdm mentioned this issue Jan 7, 2017
4 of 4 tasks complete
bors-servo added a commit that referenced this issue Jan 12, 2017
Disable test-stylo on TravisCI

Nobody knows what to do about #14723 and Travis always showing failed builds isn't useful.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14973)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jan 12, 2017
Disable test-stylo on TravisCI

Nobody knows what to do about #14723 and Travis always showing failed builds isn't useful.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14973)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue May 9, 2017
Try to re-enable unit tests on travis-ci

After #16573 and #16593, issue #15076 _could_ be fixed.

Edit:
Closes #14723
Closes #15076

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16767)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.