Sep 18 02:40:20.812 INFO checking ceph-rust-0.1.17 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:40:20.812 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:40:20.812 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 18 02:40:21.192 INFO blam! ffc836432f759a519a000cc8f5e410ae6d94d75f60c5bc57b619b37cde8ae1b7 Sep 18 02:40:21.194 INFO running `"docker" "start" "-a" "ffc836432f759a519a000cc8f5e410ae6d94d75f60c5bc57b619b37cde8ae1b7"` Sep 18 02:40:22.663 INFO kablam! usermod: no changes Sep 18 02:40:22.834 INFO kablam! Checking uuid v0.3.1 Sep 18 02:40:23.515 INFO kablam! Checking ceph-rust v0.1.17 (/source) Sep 18 02:40:26.375 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `slice` Sep 18 02:40:26.375 INFO kablam! --> examples/ceph.rs:121:21 Sep 18 02:40:26.375 INFO kablam! | Sep 18 02:40:26.375 INFO kablam! 121 | let slice = slice::from_raw_parts(fs_id.as_mut_ptr(), buf_size - 1); Sep 18 02:40:26.375 INFO kablam! | ^^^^^ Use of undeclared type or module `slice` Sep 18 02:40:26.375 INFO kablam! Sep 18 02:40:26.382 INFO kablam! error[E0412]: cannot find type `c_char` in this scope Sep 18 02:40:26.382 INFO kablam! --> examples/ceph.rs:120:80 Sep 18 02:40:26.382 INFO kablam! | Sep 18 02:40:26.382 INFO kablam! 120 | let len = ceph::rados_cluster_fsid(cluster, fs_id.as_mut_ptr() as *mut c_char, buf_size); Sep 18 02:40:26.382 INFO kablam! | ^^^^^^ did you mean `char`? Sep 18 02:40:26.382 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 02:40:26.382 INFO kablam! | Sep 18 02:40:26.382 INFO kablam! 21 | use libc::c_char; Sep 18 02:40:26.382 INFO kablam! | Sep 18 02:40:26.382 INFO kablam! 21 | use std::os::raw::c_char; Sep 18 02:40:26.382 INFO kablam! | Sep 18 02:40:26.382 INFO kablam! Sep 18 02:40:26.471 INFO kablam! error[E0599]: no function or associated item named `from_utf8` found for type `str` in the current scope Sep 18 02:40:26.471 INFO kablam! --> examples/ceph.rs:122:23 Sep 18 02:40:26.471 INFO kablam! | Sep 18 02:40:26.471 INFO kablam! 122 | let s: &str = str::from_utf8(slice).unwrap(); Sep 18 02:40:26.471 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `str` Sep 18 02:40:26.471 INFO kablam! Sep 18 02:40:26.484 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:40:26.484 INFO kablam! Sep 18 02:40:26.484 INFO kablam! Some errors occurred: E0412, E0433, E0599. Sep 18 02:40:26.484 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 18 02:40:26.493 INFO kablam! error: Could not compile `ceph-rust`. Sep 18 02:40:26.493 INFO kablam! Sep 18 02:40:26.493 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:40:26.495 INFO kablam! su: No module specific data is present Sep 18 02:40:27.578 INFO running `"docker" "rm" "-f" "ffc836432f759a519a000cc8f5e410ae6d94d75f60c5bc57b619b37cde8ae1b7"` Sep 18 02:40:27.790 INFO blam! ffc836432f759a519a000cc8f5e410ae6d94d75f60c5bc57b619b37cde8ae1b7