Sep 20 05:31:31.613 INFO checking ceph-rust-0.1.17 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:31:31.613 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:31:31.613 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/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 05:31:31.843 INFO blam! 2d9f323200e39a2b17ec5e86ec14ba835a13a925e06285ddb299c4845c691296 Sep 20 05:31:31.843 INFO running `"docker" "start" "-a" "2d9f323200e39a2b17ec5e86ec14ba835a13a925e06285ddb299c4845c691296"` Sep 20 05:31:33.087 INFO kablam! usermod: no changes Sep 20 05:31:33.138 INFO kablam! Checking uuid v0.3.1 Sep 20 05:31:33.781 INFO kablam! Checking ceph-rust v0.1.17 (/source) Sep 20 05:31:36.836 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `slice` Sep 20 05:31:36.837 INFO kablam! --> examples/ceph.rs:121:21 Sep 20 05:31:36.837 INFO kablam! | Sep 20 05:31:36.837 INFO kablam! 121 | let slice = slice::from_raw_parts(fs_id.as_mut_ptr(), buf_size - 1); Sep 20 05:31:36.837 INFO kablam! | ^^^^^ Use of undeclared type or module `slice` Sep 20 05:31:36.837 INFO kablam! Sep 20 05:31:36.837 INFO kablam! error[E0412]: cannot find type `c_char` in this scope Sep 20 05:31:36.837 INFO kablam! --> examples/ceph.rs:120:80 Sep 20 05:31:36.837 INFO kablam! | Sep 20 05:31:36.837 INFO kablam! 120 | let len = ceph::rados_cluster_fsid(cluster, fs_id.as_mut_ptr() as *mut c_char, buf_size); Sep 20 05:31:36.837 INFO kablam! | ^^^^^^ did you mean `char`? Sep 20 05:31:36.837 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 20 05:31:36.837 INFO kablam! | Sep 20 05:31:36.837 INFO kablam! 21 | use libc::c_char; Sep 20 05:31:36.837 INFO kablam! | Sep 20 05:31:36.837 INFO kablam! 21 | use std::os::raw::c_char; Sep 20 05:31:36.837 INFO kablam! | Sep 20 05:31:36.837 INFO kablam! Sep 20 05:31:36.926 INFO kablam! error[E0599]: no function or associated item named `from_utf8` found for type `str` in the current scope Sep 20 05:31:36.926 INFO kablam! --> examples/ceph.rs:122:23 Sep 20 05:31:36.926 INFO kablam! | Sep 20 05:31:36.926 INFO kablam! 122 | let s: &str = str::from_utf8(slice).unwrap(); Sep 20 05:31:36.926 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `str` Sep 20 05:31:36.926 INFO kablam! Sep 20 05:31:36.942 INFO kablam! error: aborting due to 3 previous errors Sep 20 05:31:36.942 INFO kablam! Sep 20 05:31:36.942 INFO kablam! Some errors occurred: E0412, E0433, E0599. Sep 20 05:31:36.942 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 20 05:31:36.946 INFO kablam! error: Could not compile `ceph-rust`. Sep 20 05:31:36.946 INFO kablam! Sep 20 05:31:36.946 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:31:36.949 INFO kablam! su: No module specific data is present Sep 20 05:31:38.306 INFO running `"docker" "rm" "-f" "2d9f323200e39a2b17ec5e86ec14ba835a13a925e06285ddb299c4845c691296"` Sep 20 05:31:38.439 INFO blam! 2d9f323200e39a2b17ec5e86ec14ba835a13a925e06285ddb299c4845c691296