Sep 18 02:40:22.144 INFO checking ceph-rust-0.1.17 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:40:22.144 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:40:22.144 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:22.595 INFO blam! 6f1fd0e4a5025edcc832f6347515e9953c933b31ead2e7ffe7cc61a3eb29807d Sep 18 02:40:22.601 INFO running `"docker" "start" "-a" "6f1fd0e4a5025edcc832f6347515e9953c933b31ead2e7ffe7cc61a3eb29807d"` Sep 18 02:40:23.821 INFO kablam! usermod: no changes Sep 18 02:40:23.903 INFO kablam! Checking ceph-rust v0.1.17 (/source) Sep 18 02:40:26.843 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `slice` Sep 18 02:40:26.843 INFO kablam! --> examples/ceph.rs:121:21 Sep 18 02:40:26.843 INFO kablam! | Sep 18 02:40:26.843 INFO kablam! 121 | let slice = slice::from_raw_parts(fs_id.as_mut_ptr(), buf_size - 1); Sep 18 02:40:26.843 INFO kablam! | ^^^^^ Use of undeclared type or module `slice` Sep 18 02:40:26.843 INFO kablam! Sep 18 02:40:26.843 INFO kablam! error[E0412]: cannot find type `c_char` in this scope Sep 18 02:40:26.843 INFO kablam! --> examples/ceph.rs:120:80 Sep 18 02:40:26.843 INFO kablam! | Sep 18 02:40:26.843 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.843 INFO kablam! | ^^^^^^ did you mean `char`? Sep 18 02:40:26.843 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 18 02:40:26.843 INFO kablam! | Sep 18 02:40:26.843 INFO kablam! 21 | use libc::c_char; Sep 18 02:40:26.843 INFO kablam! | Sep 18 02:40:26.843 INFO kablam! 21 | use std::os::raw::c_char; Sep 18 02:40:26.843 INFO kablam! | Sep 18 02:40:26.843 INFO kablam! Sep 18 02:40:26.983 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.983 INFO kablam! --> examples/ceph.rs:122:23 Sep 18 02:40:26.983 INFO kablam! | Sep 18 02:40:26.983 INFO kablam! 122 | let s: &str = str::from_utf8(slice).unwrap(); Sep 18 02:40:26.983 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `str` Sep 18 02:40:26.983 INFO kablam! Sep 18 02:40:26.995 INFO kablam! error: aborting due to 3 previous errors Sep 18 02:40:26.995 INFO kablam! Sep 18 02:40:26.995 INFO kablam! Some errors occurred: E0412, E0433, E0599. Sep 18 02:40:26.995 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 18 02:40:27.020 INFO kablam! error: Could not compile `ceph-rust`. Sep 18 02:40:27.020 INFO kablam! Sep 18 02:40:27.020 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:40:27.023 INFO kablam! su: No module specific data is present Sep 18 02:40:27.997 INFO running `"docker" "rm" "-f" "6f1fd0e4a5025edcc832f6347515e9953c933b31ead2e7ffe7cc61a3eb29807d"` Sep 18 02:40:28.279 INFO blam! 6f1fd0e4a5025edcc832f6347515e9953c933b31ead2e7ffe7cc61a3eb29807d