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