Sep 04 14:01:01.869 INFO checking memstream-0.0.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:01:01.869 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:01:01.869 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:01:02.031 INFO blam! 3d90dfe37fcca6b6ad1f5e6355cee625d1828be03c0cd23f17f95f6cccf74eb8 Sep 04 14:01:02.032 INFO running `"docker" "start" "-a" "3d90dfe37fcca6b6ad1f5e6355cee625d1828be03c0cd23f17f95f6cccf74eb8"` Sep 04 14:01:02.580 INFO kablam! Checking memstream v0.0.1 (file:///source) Sep 04 14:01:02.625 INFO kablam! warning: unknown lint: `missing_doc` Sep 04 14:01:02.626 INFO kablam! --> src/lib.rs:1:9 Sep 04 14:01:02.626 INFO kablam! | Sep 04 14:01:02.626 INFO kablam! 1 | #![deny(missing_doc)] Sep 04 14:01:02.626 INFO kablam! | ^^^^^^^^^^^ Sep 04 14:01:02.626 INFO kablam! | Sep 04 14:01:02.626 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 04 14:01:02.626 INFO kablam! Sep 04 14:01:02.630 INFO kablam! warning: unknown lint: `missing_doc` Sep 04 14:01:02.630 INFO kablam! --> src/lib.rs:1:9 Sep 04 14:01:02.630 INFO kablam! | Sep 04 14:01:02.630 INFO kablam! 1 | #![deny(missing_doc)] Sep 04 14:01:02.630 INFO kablam! | ^^^^^^^^^^^ Sep 04 14:01:02.630 INFO kablam! | Sep 04 14:01:02.630 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 04 14:01:02.630 INFO kablam! Sep 04 14:01:03.100 INFO kablam! error[E0658]: use of unstable library feature 'test' (see issue #27812) Sep 04 14:01:03.100 INFO kablam! --> src/lib.rs:73:5 Sep 04 14:01:03.100 INFO kablam! | Sep 04 14:01:03.100 INFO kablam! 73 | extern crate test; Sep 04 14:01:03.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 14:01:03.100 INFO kablam! | Sep 04 14:01:03.100 INFO kablam! = help: add #![feature(test)] to the crate attributes to enable Sep 04 14:01:03.100 INFO kablam! Sep 04 14:01:03.227 INFO kablam! error[E0599]: no method named `write` found for type `MemStream` in the current scope Sep 04 14:01:03.227 INFO kablam! --> src/lib.rs:79:16 Sep 04 14:01:03.227 INFO kablam! | Sep 04 14:01:03.227 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.227 INFO kablam! | -------------------- method `write` not found for this Sep 04 14:01:03.227 INFO kablam! ... Sep 04 14:01:03.227 INFO kablam! 79 | stream.write([0, 1, 2, 3]).unwrap(); Sep 04 14:01:03.227 INFO kablam! | ^^^^^ Sep 04 14:01:03.227 INFO kablam! | Sep 04 14:01:03.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.227 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.227 INFO kablam! `use std::io::Write;` Sep 04 14:01:03.227 INFO kablam! Sep 04 14:01:03.227 INFO kablam! error[E0599]: no method named `write` found for type `MemStream` in the current scope Sep 04 14:01:03.228 INFO kablam! --> src/lib.rs:80:16 Sep 04 14:01:03.228 INFO kablam! | Sep 04 14:01:03.228 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.228 INFO kablam! | -------------------- method `write` not found for this Sep 04 14:01:03.228 INFO kablam! ... Sep 04 14:01:03.228 INFO kablam! 80 | stream.write([4, 5, 6, 7]).unwrap(); Sep 04 14:01:03.228 INFO kablam! | ^^^^^ Sep 04 14:01:03.228 INFO kablam! | Sep 04 14:01:03.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.228 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.228 INFO kablam! `use std::io::Write;` Sep 04 14:01:03.228 INFO kablam! Sep 04 14:01:03.259 INFO kablam! error[E0599]: no method named `read` found for type `MemStream` in the current scope Sep 04 14:01:03.259 INFO kablam! --> src/lib.rs:84:27 Sep 04 14:01:03.259 INFO kablam! | Sep 04 14:01:03.259 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.259 INFO kablam! | -------------------- method `read` not found for this Sep 04 14:01:03.260 INFO kablam! ... Sep 04 14:01:03.260 INFO kablam! 84 | assert_eq!(stream.read(buf), Ok(0)); Sep 04 14:01:03.260 INFO kablam! | ^^^^ Sep 04 14:01:03.260 INFO kablam! | Sep 04 14:01:03.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.260 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.260 INFO kablam! `use std::io::Read;` Sep 04 14:01:03.260 INFO kablam! Sep 04 14:01:03.260 INFO kablam! error[E0599]: no method named `read` found for type `MemStream` in the current scope Sep 04 14:01:03.261 INFO kablam! --> src/lib.rs:86:27 Sep 04 14:01:03.261 INFO kablam! | Sep 04 14:01:03.261 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.261 INFO kablam! | -------------------- method `read` not found for this Sep 04 14:01:03.261 INFO kablam! ... Sep 04 14:01:03.261 INFO kablam! 86 | assert_eq!(stream.read(buf), Ok(1)); Sep 04 14:01:03.261 INFO kablam! | ^^^^ Sep 04 14:01:03.261 INFO kablam! | Sep 04 14:01:03.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.261 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.261 INFO kablam! `use std::io::Read;` Sep 04 14:01:03.261 INFO kablam! Sep 04 14:01:03.264 INFO kablam! error[E0599]: no method named `as_slice` found for type `[{integer}; 1]` in the current scope Sep 04 14:01:03.265 INFO kablam! --> src/lib.rs:88:24 Sep 04 14:01:03.265 INFO kablam! | Sep 04 14:01:03.265 INFO kablam! 88 | assert_eq!(buf.as_slice(), b); Sep 04 14:01:03.265 INFO kablam! | ^^^^^^^^ Sep 04 14:01:03.265 INFO kablam! | Sep 04 14:01:03.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.265 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.265 INFO kablam! `use core::array::FixedSizeArray;` Sep 04 14:01:03.265 INFO kablam! Sep 04 14:01:03.266 INFO kablam! error[E0308]: mismatched types Sep 04 14:01:03.266 INFO kablam! --> src/lib.rs:89:27 Sep 04 14:01:03.266 INFO kablam! | Sep 04 14:01:03.266 INFO kablam! 89 | let mut buf = [0, ..4]; Sep 04 14:01:03.266 INFO kablam! | ^^^ expected integral variable, found struct `std::ops::RangeTo` Sep 04 14:01:03.266 INFO kablam! | Sep 04 14:01:03.266 INFO kablam! = note: expected type `{integer}` Sep 04 14:01:03.266 INFO kablam! found type `std::ops::RangeTo<{integer}>` Sep 04 14:01:03.266 INFO kablam! Sep 04 14:01:03.267 INFO kablam! error[E0599]: no method named `read` found for type `MemStream` in the current scope Sep 04 14:01:03.267 INFO kablam! --> src/lib.rs:90:27 Sep 04 14:01:03.267 INFO kablam! | Sep 04 14:01:03.267 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.267 INFO kablam! | -------------------- method `read` not found for this Sep 04 14:01:03.267 INFO kablam! ... Sep 04 14:01:03.268 INFO kablam! 90 | assert_eq!(stream.read(buf), Ok(4)); Sep 04 14:01:03.268 INFO kablam! | ^^^^ Sep 04 14:01:03.268 INFO kablam! | Sep 04 14:01:03.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.268 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.268 INFO kablam! `use std::io::Read;` Sep 04 14:01:03.268 INFO kablam! Sep 04 14:01:03.272 INFO kablam! error[E0599]: no method named `read` found for type `MemStream` in the current scope Sep 04 14:01:03.272 INFO kablam! --> src/lib.rs:93:27 Sep 04 14:01:03.272 INFO kablam! | Sep 04 14:01:03.272 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.273 INFO kablam! | -------------------- method `read` not found for this Sep 04 14:01:03.273 INFO kablam! ... Sep 04 14:01:03.273 INFO kablam! 93 | assert_eq!(stream.read(buf), Ok(3)); Sep 04 14:01:03.273 INFO kablam! | ^^^^ Sep 04 14:01:03.273 INFO kablam! | Sep 04 14:01:03.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.273 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.273 INFO kablam! `use std::io::Read;` Sep 04 14:01:03.273 INFO kablam! Sep 04 14:01:03.277 INFO kablam! error[E0599]: no method named `read` found for type `MemStream` in the current scope Sep 04 14:01:03.277 INFO kablam! --> src/lib.rs:96:24 Sep 04 14:01:03.277 INFO kablam! | Sep 04 14:01:03.277 INFO kablam! 11 | pub struct MemStream { Sep 04 14:01:03.277 INFO kablam! | -------------------- method `read` not found for this Sep 04 14:01:03.277 INFO kablam! ... Sep 04 14:01:03.277 INFO kablam! 96 | assert!(stream.read(buf).is_err()); Sep 04 14:01:03.277 INFO kablam! | ^^^^ Sep 04 14:01:03.277 INFO kablam! | Sep 04 14:01:03.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 14:01:03.277 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 14:01:03.277 INFO kablam! `use std::io::Read;` Sep 04 14:01:03.277 INFO kablam! Sep 04 14:01:03.281 INFO kablam! error: aborting due to 10 previous errors Sep 04 14:01:03.282 INFO kablam! Sep 04 14:01:03.282 INFO kablam! Some errors occurred: E0308, E0599, E0658. Sep 04 14:01:03.282 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 14:01:03.289 INFO kablam! error: Could not compile `memstream`. Sep 04 14:01:03.289 INFO kablam! Sep 04 14:01:03.289 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:01:03.290 INFO kablam! su: No module specific data is present Sep 04 14:01:03.694 INFO running `"docker" "rm" "-f" "3d90dfe37fcca6b6ad1f5e6355cee625d1828be03c0cd23f17f95f6cccf74eb8"` Sep 04 14:01:03.786 INFO blam! 3d90dfe37fcca6b6ad1f5e6355cee625d1828be03c0cd23f17f95f6cccf74eb8