Sep 04 12:03:00.584 INFO checking lifx-0.0.1-pre against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:03:00.584 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:03:00.584 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:03:00.770 INFO blam! 97b3662c1b801701694df690fdbdaee644aa8f5c62b210ad23ba27ba7ab6c937 Sep 04 12:03:00.771 INFO running `"docker" "start" "-a" "97b3662c1b801701694df690fdbdaee644aa8f5c62b210ad23ba27ba7ab6c937"` Sep 04 12:03:01.518 INFO kablam! Checking lifx v0.0.1-pre (file:///source) Sep 04 12:03:01.562 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 04 12:03:01.562 INFO kablam! --> src/lib.rs:15:18 Sep 04 12:03:01.562 INFO kablam! | Sep 04 12:03:01.562 INFO kablam! 15 | pub target: [u8, .. 8], Sep 04 12:03:01.562 INFO kablam! | ^ expected one of 7 possible tokens here Sep 04 12:03:01.562 INFO kablam! Sep 04 12:03:01.562 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 04 12:03:01.562 INFO kablam! --> src/lib.rs:36:61 Sep 04 12:03:01.562 INFO kablam! | Sep 04 12:03:01.562 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 04 12:03:01.563 INFO kablam! | ^ expected one of 7 possible tokens here Sep 04 12:03:01.563 INFO kablam! Sep 04 12:03:01.563 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 04 12:03:01.563 INFO kablam! --> src/lib.rs:106:5 Sep 04 12:03:01.563 INFO kablam! | Sep 04 12:03:01.563 INFO kablam! 105 | assert!(mesg.size == 57) Sep 04 12:03:01.563 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 04 12:03:01.563 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 04 12:03:01.563 INFO kablam! | ^^^^^^ unexpected token Sep 04 12:03:01.563 INFO kablam! Sep 04 12:03:01.563 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 04 12:03:01.563 INFO kablam! --> src/lib.rs:15:18 Sep 04 12:03:01.563 INFO kablam! | Sep 04 12:03:01.563 INFO kablam! 15 | pub target: [u8, .. 8], Sep 04 12:03:01.563 INFO kablam! | ^ expected one of 7 possible tokens here Sep 04 12:03:01.563 INFO kablam! Sep 04 12:03:01.563 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 04 12:03:01.563 INFO kablam! --> src/lib.rs:36:61 Sep 04 12:03:01.563 INFO kablam! | Sep 04 12:03:01.563 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 04 12:03:01.563 INFO kablam! | ^ expected one of 7 possible tokens here Sep 04 12:03:01.563 INFO kablam! Sep 04 12:03:01.563 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 04 12:03:01.564 INFO kablam! --> src/lib.rs:106:5 Sep 04 12:03:01.564 INFO kablam! | Sep 04 12:03:01.564 INFO kablam! 105 | assert!(mesg.size == 57) Sep 04 12:03:01.564 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 04 12:03:01.564 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 04 12:03:01.564 INFO kablam! | ^^^^^^ unexpected token Sep 04 12:03:01.564 INFO kablam! Sep 04 12:03:02.014 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Sep 04 12:03:02.014 INFO kablam! --> src/lib.rs:8:15 Sep 04 12:03:02.014 INFO kablam! | Sep 04 12:03:02.014 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 04 12:03:02.014 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Sep 04 12:03:02.014 INFO kablam! Sep 04 12:03:02.014 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Sep 04 12:03:02.014 INFO kablam! --> src/lib.rs:8:24 Sep 04 12:03:02.014 INFO kablam! | Sep 04 12:03:02.014 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 04 12:03:02.014 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 04 12:03:02.014 INFO kablam! Sep 04 12:03:02.017 INFO kablam! error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Sep 04 12:03:02.017 INFO kablam! --> src/lib.rs:5:1 Sep 04 12:03:02.017 INFO kablam! | Sep 04 12:03:02.017 INFO kablam! 5 | extern crate serialize; Sep 04 12:03:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:03:02.017 INFO kablam! | Sep 04 12:03:02.017 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 04 12:03:02.017 INFO kablam! Sep 04 12:03:02.026 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:03:02.026 INFO kablam! Sep 04 12:03:02.026 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 12:03:02.026 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 12:03:02.033 INFO kablam! error: Could not compile `lifx`. Sep 04 12:03:02.033 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:03:02.145 INFO kablam! error[E0432]: unresolved import `std::io::IoResult` Sep 04 12:03:02.145 INFO kablam! --> src/lib.rs:8:15 Sep 04 12:03:02.145 INFO kablam! | Sep 04 12:03:02.145 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 04 12:03:02.145 INFO kablam! | ^^^^^^^^ no `IoResult` in `io`. Did you mean to use `Result`? Sep 04 12:03:02.145 INFO kablam! Sep 04 12:03:02.145 INFO kablam! error[E0432]: unresolved import `std::io::Reader` Sep 04 12:03:02.145 INFO kablam! --> src/lib.rs:8:24 Sep 04 12:03:02.145 INFO kablam! | Sep 04 12:03:02.145 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 04 12:03:02.145 INFO kablam! | ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 04 12:03:02.145 INFO kablam! Sep 04 12:03:02.149 INFO kablam! error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) Sep 04 12:03:02.149 INFO kablam! --> src/lib.rs:5:1 Sep 04 12:03:02.149 INFO kablam! | Sep 04 12:03:02.149 INFO kablam! 5 | extern crate serialize; Sep 04 12:03:02.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:03:02.149 INFO kablam! | Sep 04 12:03:02.149 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 04 12:03:02.149 INFO kablam! Sep 04 12:03:02.151 INFO kablam! error: aborting due to 6 previous errors Sep 04 12:03:02.151 INFO kablam! Sep 04 12:03:02.151 INFO kablam! Some errors occurred: E0432, E0658. Sep 04 12:03:02.151 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 12:03:02.158 INFO kablam! error: Could not compile `lifx`. Sep 04 12:03:02.158 INFO kablam! Sep 04 12:03:02.158 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:03:02.159 INFO kablam! su: No module specific data is present Sep 04 12:03:02.646 INFO running `"docker" "rm" "-f" "97b3662c1b801701694df690fdbdaee644aa8f5c62b210ad23ba27ba7ab6c937"` Sep 04 12:03:02.752 INFO blam! 97b3662c1b801701694df690fdbdaee644aa8f5c62b210ad23ba27ba7ab6c937