Sep 17 21:54:13.733 INFO checking lifx-0.0.1-pre against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:54:13.733 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:54:13.733 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:54:13.936 INFO blam! 4a96806658f51c236b26b55c72e9ac56f768c2f3e88dc9244cc1857beffe3654 Sep 17 21:54:13.937 INFO running `"docker" "start" "-a" "4a96806658f51c236b26b55c72e9ac56f768c2f3e88dc9244cc1857beffe3654"` Sep 17 21:54:14.670 INFO kablam! usermod: no changes Sep 17 21:54:14.690 INFO kablam! Checking lifx v0.0.1-pre (/source) Sep 17 21:54:14.738 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 17 21:54:14.738 INFO kablam! --> src/lib.rs:15:18 Sep 17 21:54:14.739 INFO kablam! | Sep 17 21:54:14.739 INFO kablam! 15 | pub target: [u8, .. 8], Sep 17 21:54:14.739 INFO kablam! | ^ expected one of 7 possible tokens here Sep 17 21:54:14.739 INFO kablam! Sep 17 21:54:14.739 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 17 21:54:14.739 INFO kablam! --> src/lib.rs:36:61 Sep 17 21:54:14.739 INFO kablam! | Sep 17 21:54:14.739 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 17 21:54:14.739 INFO kablam! | ^ expected one of 7 possible tokens here Sep 17 21:54:14.739 INFO kablam! Sep 17 21:54:14.739 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 17 21:54:14.739 INFO kablam! --> src/lib.rs:106:5 Sep 17 21:54:14.739 INFO kablam! | Sep 17 21:54:14.739 INFO kablam! 105 | assert!(mesg.size == 57) Sep 17 21:54:14.739 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 17 21:54:14.739 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 17 21:54:14.739 INFO kablam! | ^^^^^^ unexpected token Sep 17 21:54:14.739 INFO kablam! Sep 17 21:54:14.753 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 17 21:54:14.753 INFO kablam! --> src/lib.rs:15:18 Sep 17 21:54:14.753 INFO kablam! | Sep 17 21:54:14.753 INFO kablam! 15 | pub target: [u8, .. 8], Sep 17 21:54:14.753 INFO kablam! | ^ expected one of 7 possible tokens here Sep 17 21:54:14.753 INFO kablam! Sep 17 21:54:14.758 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 17 21:54:14.758 INFO kablam! --> src/lib.rs:36:61 Sep 17 21:54:14.758 INFO kablam! | Sep 17 21:54:14.759 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 17 21:54:14.759 INFO kablam! | ^ expected one of 7 possible tokens here Sep 17 21:54:14.759 INFO kablam! Sep 17 21:54:14.759 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 17 21:54:14.759 INFO kablam! --> src/lib.rs:106:5 Sep 17 21:54:14.759 INFO kablam! | Sep 17 21:54:14.759 INFO kablam! 105 | assert!(mesg.size == 57) Sep 17 21:54:14.759 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 17 21:54:14.759 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 17 21:54:14.759 INFO kablam! | ^^^^^^ unexpected token Sep 17 21:54:14.759 INFO kablam! Sep 17 21:54:14.981 INFO kablam! error[E0432]: unresolved imports `std::io::IoResult`, `std::io::Reader` Sep 17 21:54:14.981 INFO kablam! --> src/lib.rs:8:15 Sep 17 21:54:14.981 INFO kablam! | Sep 17 21:54:14.981 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 17 21:54:14.981 INFO kablam! | ^^^^^^^^ ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 17 21:54:14.981 INFO kablam! | | Sep 17 21:54:14.981 INFO kablam! | no `IoResult` in `io`. Did you mean to use `Result`? Sep 17 21:54:14.981 INFO kablam! Sep 17 21:54:14.987 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 17 21:54:14.987 INFO kablam! --> src/lib.rs:5:1 Sep 17 21:54:14.987 INFO kablam! | Sep 17 21:54:14.987 INFO kablam! 5 | extern crate serialize; Sep 17 21:54:14.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 21:54:14.987 INFO kablam! | Sep 17 21:54:14.987 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 17 21:54:14.987 INFO kablam! Sep 17 21:54:14.988 INFO kablam! error: aborting due to 5 previous errors Sep 17 21:54:14.988 INFO kablam! Sep 17 21:54:14.988 INFO kablam! Some errors occurred: E0432, E0658. Sep 17 21:54:14.988 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 21:54:14.994 INFO kablam! error: Could not compile `lifx`. Sep 17 21:54:14.994 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:54:15.006 INFO kablam! error[E0432]: unresolved imports `std::io::IoResult`, `std::io::Reader` Sep 17 21:54:15.006 INFO kablam! --> src/lib.rs:8:15 Sep 17 21:54:15.006 INFO kablam! | Sep 17 21:54:15.006 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 17 21:54:15.006 INFO kablam! | ^^^^^^^^ ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 17 21:54:15.006 INFO kablam! | | Sep 17 21:54:15.006 INFO kablam! | no `IoResult` in `io`. Did you mean to use `Result`? Sep 17 21:54:15.006 INFO kablam! Sep 17 21:54:15.009 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 17 21:54:15.009 INFO kablam! --> src/lib.rs:5:1 Sep 17 21:54:15.009 INFO kablam! | Sep 17 21:54:15.009 INFO kablam! 5 | extern crate serialize; Sep 17 21:54:15.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 21:54:15.009 INFO kablam! | Sep 17 21:54:15.009 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 17 21:54:15.009 INFO kablam! Sep 17 21:54:15.010 INFO kablam! error: aborting due to 5 previous errors Sep 17 21:54:15.010 INFO kablam! Sep 17 21:54:15.010 INFO kablam! Some errors occurred: E0432, E0658. Sep 17 21:54:15.010 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 21:54:15.016 INFO kablam! error: Could not compile `lifx`. Sep 17 21:54:15.016 INFO kablam! Sep 17 21:54:15.016 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:54:15.018 INFO kablam! su: No module specific data is present Sep 17 21:54:15.617 INFO running `"docker" "rm" "-f" "4a96806658f51c236b26b55c72e9ac56f768c2f3e88dc9244cc1857beffe3654"` Sep 17 21:54:15.794 INFO blam! 4a96806658f51c236b26b55c72e9ac56f768c2f3e88dc9244cc1857beffe3654