Aug 11 15:26:57.113 INFO checking encode_unicode-0.1.3 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 15:26:57.114 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:26:57.114 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:26:57.114 INFO running `"docker" "create" "-v" "/tmp/crater.IfSRt2TC5wBp:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-4/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 15:26:57.428 INFO blam! 9ce007097e778394edc06c1345145260f78dbd0976f46733b461c4c210836555 Aug 11 15:26:57.430 INFO running `"docker" "start" "-a" "9ce007097e778394edc06c1345145260f78dbd0976f46733b461c4c210836555"` Aug 11 15:26:59.123 INFO kablam! Checking encode_unicode v0.1.3 (file:///source) Aug 11 15:27:01.635 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Aug 11 15:27:01.636 INFO kablam! --> tests/pass_tests.rs:16:22 Aug 11 15:27:01.636 INFO kablam! | Aug 11 15:27:01.636 INFO kablam! 16 | use std::hash::{Hash,SipHasher}; Aug 11 15:27:01.636 INFO kablam! | ^^^^^^^^^ Aug 11 15:27:01.636 INFO kablam! | Aug 11 15:27:01.636 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 15:27:01.636 INFO kablam! Aug 11 15:27:01.636 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Aug 11 15:27:01.636 INFO kablam! --> tests/pass_tests.rs:55:19 Aug 11 15:27:01.636 INFO kablam! | Aug 11 15:27:01.636 INFO kablam! 55 | let sh = &mut SipHasher::new(); Aug 11 15:27:01.636 INFO kablam! | ^^^^^^^^^^^^^^ Aug 11 15:27:01.636 INFO kablam! Aug 11 15:27:01.743 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Aug 11 15:27:01.743 INFO kablam! --> tests/pass_tests.rs:55:19 Aug 11 15:27:01.743 INFO kablam! | Aug 11 15:27:01.743 INFO kablam! 55 | let sh = &mut SipHasher::new(); Aug 11 15:27:01.743 INFO kablam! | ^^^^^^^^^^^^^^ Aug 11 15:27:01.743 INFO kablam! Aug 11 15:27:01.931 INFO kablam! error[E0308]: mismatched types Aug 11 15:27:01.932 INFO kablam! --> tests/pass_tests.rs:66:15 Aug 11 15:27:01.932 INFO kablam! | Aug 11 15:27:01.932 INFO kablam! 66 | len = c.encode_utf8(&mut reference_dst[..i]); Aug 11 15:27:01.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:27:01.932 INFO kablam! | | Aug 11 15:27:01.932 INFO kablam! | expected enum `std::option::Option`, found &mut str Aug 11 15:27:01.932 INFO kablam! | help: try using a variant of the expected type: `Some(c.encode_utf8(&mut reference_dst[::std::ops::RangeTo{end: i,}]))` Aug 11 15:27:01.932 INFO kablam! | Aug 11 15:27:01.932 INFO kablam! = note: expected type `std::option::Option<_>` Aug 11 15:27:01.932 INFO kablam! found type `&mut str` Aug 11 15:27:01.932 INFO kablam! Aug 11 15:27:01.945 INFO kablam! error[E0635]: unknown feature `step_by` Aug 11 15:27:01.945 INFO kablam! --> tests/fail_tests.rs:9:12 Aug 11 15:27:01.945 INFO kablam! | Aug 11 15:27:01.945 INFO kablam! 9 | #![feature(step_by)] Aug 11 15:27:01.945 INFO kablam! | ^^^^^^^ Aug 11 15:27:01.945 INFO kablam! Aug 11 15:27:01.951 INFO kablam! error: aborting due to previous error Aug 11 15:27:01.951 INFO kablam! Aug 11 15:27:01.951 INFO kablam! For more information about this error, try `rustc --explain E0635`. Aug 11 15:27:01.958 INFO kablam! error: Could not compile `encode_unicode`. Aug 11 15:27:01.958 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:27:02.140 INFO kablam! error[E0308]: mismatched types Aug 11 15:27:02.140 INFO kablam! --> tests/pass_tests.rs:105:15 Aug 11 15:27:02.140 INFO kablam! | Aug 11 15:27:02.140 INFO kablam! 105 | len = c.encode_utf16(&mut reference_dst[..i]); Aug 11 15:27:02.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:27:02.140 INFO kablam! | | Aug 11 15:27:02.140 INFO kablam! | expected enum `std::option::Option`, found &mut [u16] Aug 11 15:27:02.140 INFO kablam! | help: try using a variant of the expected type: `Some(c.encode_utf16(&mut reference_dst[::std::ops::RangeTo{end: i,}]))` Aug 11 15:27:02.141 INFO kablam! | Aug 11 15:27:02.141 INFO kablam! = note: expected type `std::option::Option<_>` Aug 11 15:27:02.141 INFO kablam! found type `&mut [u16]` Aug 11 15:27:02.141 INFO kablam! Aug 11 15:27:02.252 INFO kablam! error: aborting due to 2 previous errors Aug 11 15:27:02.252 INFO kablam! Aug 11 15:27:02.252 INFO kablam! For more information about this error, try `rustc --explain E0308`. Aug 11 15:27:02.253 INFO kablam! error: Could not compile `encode_unicode`. Aug 11 15:27:02.253 INFO kablam! Aug 11 15:27:02.254 INFO kablam! To learn more, run the command again with --verbose. Aug 11 15:27:02.256 INFO kablam! su: No module specific data is present Aug 11 15:27:03.415 INFO running `"docker" "rm" "-f" "9ce007097e778394edc06c1345145260f78dbd0976f46733b461c4c210836555"` Aug 11 15:27:03.561 INFO blam! 9ce007097e778394edc06c1345145260f78dbd0976f46733b461c4c210836555