Sep 20 00:42:56.327 INFO checking lifx-0.0.1-pre against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:42:56.327 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:42:56.327 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:42:56.479 INFO blam! 76918696020ca6254641cf740b72fb625e01c01f1ab8e361b542e3af0e906bcf Sep 20 00:42:56.481 INFO running `"docker" "start" "-a" "76918696020ca6254641cf740b72fb625e01c01f1ab8e361b542e3af0e906bcf"` Sep 20 00:42:57.218 INFO kablam! usermod: no changes Sep 20 00:42:57.239 INFO kablam! Checking lifx v0.0.1-pre (/source) Sep 20 00:42:57.282 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 20 00:42:57.282 INFO kablam! --> src/lib.rs:15:18 Sep 20 00:42:57.282 INFO kablam! | Sep 20 00:42:57.282 INFO kablam! 15 | pub target: [u8, .. 8], Sep 20 00:42:57.282 INFO kablam! | ^ expected one of 7 possible tokens here Sep 20 00:42:57.282 INFO kablam! Sep 20 00:42:57.282 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 20 00:42:57.282 INFO kablam! --> src/lib.rs:36:61 Sep 20 00:42:57.282 INFO kablam! | Sep 20 00:42:57.282 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 20 00:42:57.282 INFO kablam! | ^ expected one of 7 possible tokens here Sep 20 00:42:57.282 INFO kablam! Sep 20 00:42:57.282 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 20 00:42:57.282 INFO kablam! --> src/lib.rs:106:5 Sep 20 00:42:57.282 INFO kablam! | Sep 20 00:42:57.282 INFO kablam! 105 | assert!(mesg.size == 57) Sep 20 00:42:57.282 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 20 00:42:57.282 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 20 00:42:57.282 INFO kablam! | ^^^^^^ unexpected token Sep 20 00:42:57.282 INFO kablam! Sep 20 00:42:57.282 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 20 00:42:57.282 INFO kablam! --> src/lib.rs:15:18 Sep 20 00:42:57.282 INFO kablam! | Sep 20 00:42:57.282 INFO kablam! 15 | pub target: [u8, .. 8], Sep 20 00:42:57.282 INFO kablam! | ^ expected one of 7 possible tokens here Sep 20 00:42:57.282 INFO kablam! Sep 20 00:42:57.282 INFO kablam! error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` Sep 20 00:42:57.282 INFO kablam! --> src/lib.rs:36:61 Sep 20 00:42:57.282 INFO kablam! | Sep 20 00:42:57.282 INFO kablam! 36 | LightState { color: HSBK, dim: i16, power: u16, label: [u8, ..32], tags: u64 } // 107 Sep 20 00:42:57.282 INFO kablam! | ^ expected one of 7 possible tokens here Sep 20 00:42:57.282 INFO kablam! Sep 20 00:42:57.283 INFO kablam! error: expected one of `.`, `;`, `?`, `}`, or an operator, found `assert` Sep 20 00:42:57.283 INFO kablam! --> src/lib.rs:106:5 Sep 20 00:42:57.283 INFO kablam! | Sep 20 00:42:57.283 INFO kablam! 105 | assert!(mesg.size == 57) Sep 20 00:42:57.283 INFO kablam! | - expected one of `.`, `;`, `?`, `}`, or an operator here Sep 20 00:42:57.283 INFO kablam! 106 | assert!(mesg.version == 1024) Sep 20 00:42:57.283 INFO kablam! | ^^^^^^ unexpected token Sep 20 00:42:57.283 INFO kablam! Sep 20 00:42:57.458 INFO kablam! error[E0432]: unresolved imports `std::io::IoResult`, `std::io::Reader` Sep 20 00:42:57.458 INFO kablam! --> src/lib.rs:8:15 Sep 20 00:42:57.458 INFO kablam! | Sep 20 00:42:57.458 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 20 00:42:57.458 INFO kablam! | ^^^^^^^^ ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 20 00:42:57.458 INFO kablam! | | Sep 20 00:42:57.458 INFO kablam! | no `IoResult` in `io`. Did you mean to use `Result`? Sep 20 00:42:57.458 INFO kablam! Sep 20 00:42:57.460 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 20 00:42:57.460 INFO kablam! --> src/lib.rs:5:1 Sep 20 00:42:57.460 INFO kablam! | Sep 20 00:42:57.460 INFO kablam! 5 | extern crate serialize; Sep 20 00:42:57.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:42:57.460 INFO kablam! | Sep 20 00:42:57.460 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 20 00:42:57.460 INFO kablam! Sep 20 00:42:57.461 INFO kablam! error: aborting due to 5 previous errors Sep 20 00:42:57.461 INFO kablam! Sep 20 00:42:57.461 INFO kablam! Some errors occurred: E0432, E0658. Sep 20 00:42:57.461 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 00:42:57.465 INFO kablam! error: Could not compile `lifx`. Sep 20 00:42:57.465 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:42:57.485 INFO kablam! error[E0432]: unresolved imports `std::io::IoResult`, `std::io::Reader` Sep 20 00:42:57.485 INFO kablam! --> src/lib.rs:8:15 Sep 20 00:42:57.485 INFO kablam! | Sep 20 00:42:57.485 INFO kablam! 8 | use std::io::{IoResult,Reader,BufReader}; Sep 20 00:42:57.485 INFO kablam! | ^^^^^^^^ ^^^^^^ no `Reader` in `io`. Did you mean to use `Read`? Sep 20 00:42:57.485 INFO kablam! | | Sep 20 00:42:57.485 INFO kablam! | no `IoResult` in `io`. Did you mean to use `Result`? Sep 20 00:42:57.485 INFO kablam! Sep 20 00:42:57.487 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 20 00:42:57.487 INFO kablam! --> src/lib.rs:5:1 Sep 20 00:42:57.487 INFO kablam! | Sep 20 00:42:57.487 INFO kablam! 5 | extern crate serialize; Sep 20 00:42:57.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:42:57.487 INFO kablam! | Sep 20 00:42:57.487 INFO kablam! = help: add #![feature(rustc_private)] to the crate attributes to enable Sep 20 00:42:57.487 INFO kablam! Sep 20 00:42:57.488 INFO kablam! error: aborting due to 5 previous errors Sep 20 00:42:57.488 INFO kablam! Sep 20 00:42:57.488 INFO kablam! Some errors occurred: E0432, E0658. Sep 20 00:42:57.488 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 00:42:57.492 INFO kablam! error: Could not compile `lifx`. Sep 20 00:42:57.492 INFO kablam! Sep 20 00:42:57.492 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:42:57.493 INFO kablam! su: No module specific data is present Sep 20 00:42:58.085 INFO running `"docker" "rm" "-f" "76918696020ca6254641cf740b72fb625e01c01f1ab8e361b542e3af0e906bcf"` Sep 20 00:42:58.171 INFO blam! 76918696020ca6254641cf740b72fb625e01c01f1ab8e361b542e3af0e906bcf