Sep 01 08:25:06.936 INFO checking ceph-rust-0.1.17 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:25:06.936 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:25:06.937 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:25:07.146 INFO blam! 89fae769740f6afdc08ee3b06f72fe1f589ebb20e1114d6053527bc24f5fdc29 Sep 01 08:25:07.148 INFO running `"docker" "start" "-a" "89fae769740f6afdc08ee3b06f72fe1f589ebb20e1114d6053527bc24f5fdc29"` Sep 01 08:25:07.827 INFO kablam! Checking ceph-rust v0.1.17 (file:///source) Sep 01 08:25:12.243 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `slice` Sep 01 08:25:12.243 INFO kablam! --> examples/ceph.rs:121:21 Sep 01 08:25:12.243 INFO kablam! | Sep 01 08:25:12.243 INFO kablam! 121 | let slice = slice::from_raw_parts(fs_id.as_mut_ptr(), buf_size - 1); Sep 01 08:25:12.243 INFO kablam! | ^^^^^ Use of undeclared type or module `slice` Sep 01 08:25:12.243 INFO kablam! Sep 01 08:25:12.244 INFO kablam! error[E0412]: cannot find type `c_char` in this scope Sep 01 08:25:12.244 INFO kablam! --> examples/ceph.rs:120:80 Sep 01 08:25:12.244 INFO kablam! | Sep 01 08:25:12.244 INFO kablam! 120 | let len = ceph::rados_cluster_fsid(cluster, fs_id.as_mut_ptr() as *mut c_char, buf_size); Sep 01 08:25:12.244 INFO kablam! | ^^^^^^ did you mean `char`? Sep 01 08:25:12.244 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:25:12.244 INFO kablam! | Sep 01 08:25:12.244 INFO kablam! 21 | use libc::c_char; Sep 01 08:25:12.245 INFO kablam! | Sep 01 08:25:12.245 INFO kablam! 21 | use std::os::raw::c_char; Sep 01 08:25:12.245 INFO kablam! | Sep 01 08:25:12.245 INFO kablam! Sep 01 08:25:12.367 INFO kablam! error[E0599]: no function or associated item named `from_utf8` found for type `str` in the current scope Sep 01 08:25:12.367 INFO kablam! --> examples/ceph.rs:122:23 Sep 01 08:25:12.367 INFO kablam! | Sep 01 08:25:12.367 INFO kablam! 122 | let s: &str = str::from_utf8(slice).unwrap(); Sep 01 08:25:12.367 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `str` Sep 01 08:25:12.367 INFO kablam! Sep 01 08:25:12.392 INFO kablam! error: aborting due to 3 previous errors Sep 01 08:25:12.392 INFO kablam! Sep 01 08:25:12.392 INFO kablam! Some errors occurred: E0412, E0433, E0599. Sep 01 08:25:12.392 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 08:25:12.402 INFO kablam! error: Could not compile `ceph-rust`. Sep 01 08:25:12.402 INFO kablam! Sep 01 08:25:12.402 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:25:12.404 INFO kablam! su: No module specific data is present Sep 01 08:25:12.859 INFO running `"docker" "rm" "-f" "89fae769740f6afdc08ee3b06f72fe1f589ebb20e1114d6053527bc24f5fdc29"` Sep 01 08:25:12.961 INFO blam! 89fae769740f6afdc08ee3b06f72fe1f589ebb20e1114d6053527bc24f5fdc29