• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xiph / rav1e / 3265 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2019 10:04PM UTC
Files 37
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Apr 2019 09:33PM UTC coverage: 82.573%. Remained the same
RUST_BACKTRACE=1

push

travis-ci

tdaede
fix build for cargo 1.13.0

we will have following build error on cargo 1.13.0
this patch will fix it

$cargo build --release

   Compiling rav1e v0.1.0 (/home/thomas/codec/rav1e)
error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)
  --> src/partition.rs:54:5
   |
25 | / pub enum RefType {
26 | |   INTRA_FRAME = 0,
27 | |   LAST_FRAME = 1,
28 | |   LAST2_FRAME = 2,
...  |
34 | |   NONE_FRAME = 8,
35 | | }
   | |_- not an extern crate passed with `--extern`
...
54 |   use RefType::*;
   |       ^^^^^^^
   |
note: this import refers to the enum defined here
  --> src/partition.rs:25:1
   |
25 | / pub enum RefType {
26 | |   INTRA_FRAME = 0,
27 | |   LAST_FRAME = 1,
28 | |   LAST2_FRAME = 2,
...  |
34 | |   NONE_FRAME = 8,
35 | | }
   | |_^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `rav1e`.

11822 of 14317 relevant lines covered (82.57%)

0.83 hits per line

Source Files on job 3265.1 (RUST_BACKTRACE=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1378
  • Travis Job 3265.1
  • c83f7cc7 on github
  • Prev Job for RUST_BACKTRACE=1 on master (#3263.1)
  • Next Job for RUST_BACKTRACE=1 on master (#3266.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc