Oct 14 14:51:09.919 INFO testing knknkn1162/sutramaking-rustbyexample against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:51:09.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:51:10.351 INFO blam! 5dad6d5747b27d44cdf43b0022172f33987ce3b10230d5032e2ede57deca53fd Oct 14 14:51:10.353 INFO running `"docker" "start" "-a" "5dad6d5747b27d44cdf43b0022172f33987ce3b10230d5032e2ede57deca53fd"` Oct 14 14:51:11.159 INFO kablam! usermod: no changes Oct 14 14:51:11.180 INFO kablam! Compiling official_docs v0.1.0 (/source) Oct 14 14:51:11.345 INFO kablam! warning: unused import: `std::fs` Oct 14 14:51:11.345 INFO kablam! --> src/misc/filesystem.rs:1:5 Oct 14 14:51:11.345 INFO kablam! | Oct 14 14:51:11.346 INFO kablam! 1 | use std::fs; Oct 14 14:51:11.348 INFO kablam! | ^^^^^^^ Oct 14 14:51:11.348 INFO kablam! | Oct 14 14:51:11.348 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:51:11.348 INFO kablam! Oct 14 14:51:11.348 INFO kablam! warning: unused import: `std::os::unix` Oct 14 14:51:11.348 INFO kablam! --> src/misc/filesystem.rs:5:5 Oct 14 14:51:11.348 INFO kablam! | Oct 14 14:51:11.348 INFO kablam! 5 | use std::os::unix; Oct 14 14:51:11.348 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.348 INFO kablam! Oct 14 14:51:11.446 INFO kablam! warning: unused variable: `res` Oct 14 14:51:11.447 INFO kablam! --> src/misc/filesystem.rs:11:9 Oct 14 14:51:11.447 INFO kablam! | Oct 14 14:51:11.447 INFO kablam! 11 | let res = f.read_to_string(&mut s)?; Oct 14 14:51:11.447 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 14:51:11.447 INFO kablam! | Oct 14 14:51:11.447 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:51:11.447 INFO kablam! Oct 14 14:51:11.447 INFO kablam! warning: unused variable: `res` Oct 14 14:51:11.447 INFO kablam! --> src/misc/filesystem.rs:21:9 Oct 14 14:51:11.447 INFO kablam! | Oct 14 14:51:11.447 INFO kablam! 21 | let res = OpenOptions::new().create(true).write(true).open(path)?; Oct 14 14:51:11.447 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 14:51:11.447 INFO kablam! Oct 14 14:51:11.476 INFO kablam! warning: static item is never used: `NTHREADS` Oct 14 14:51:11.476 INFO kablam! --> src/misc/threads.rs:3:1 Oct 14 14:51:11.476 INFO kablam! | Oct 14 14:51:11.476 INFO kablam! 3 | static NTHREADS: i32 = 10; Oct 14 14:51:11.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:11.476 INFO kablam! | Oct 14 14:51:11.476 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:51:11.476 INFO kablam! Oct 14 14:51:11.476 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.476 INFO kablam! --> src/misc/threads.rs:5:1 Oct 14 14:51:11.476 INFO kablam! | Oct 14 14:51:11.476 INFO kablam! 5 | pub fn test() { Oct 14 14:51:11.476 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.479 INFO kablam! Oct 14 14:51:11.483 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/map_reduce.rs:3:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 3 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: static item is never used: `NTHREADS` Oct 14 14:51:11.484 INFO kablam! --> src/misc/channels.rs:5:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 5 | static NTHREADS: i32 = 3; Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/channels.rs:7:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 7 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/path.rs:3:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 3 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/open.rs:7:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 7 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 14 14:51:11.484 INFO kablam! --> src/misc/create.rs:1:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 1 | / static LOREM_IPSUM: &'static str = Oct 14 14:51:11.484 INFO kablam! 2 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 14 14:51:11.484 INFO kablam! 3 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 14 14:51:11.484 INFO kablam! 4 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 14 14:51:11.484 INFO kablam! ... | Oct 14 14:51:11.484 INFO kablam! 7 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 14 14:51:11.484 INFO kablam! 8 | | "; Oct 14 14:51:11.484 INFO kablam! | |__^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/create.rs:15:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 15 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: static item is never used: `PANGRAM` Oct 14 14:51:11.484 INFO kablam! --> src/misc/pipes.rs:5:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 5 | / static PANGRAM: &'static str = Oct 14 14:51:11.484 INFO kablam! 6 | | "the quick brown fox jumped over the lazy dog\n"; Oct 14 14:51:11.484 INFO kablam! | |_____________________________________________________^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.484 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.484 INFO kablam! --> src/misc/pipes.rs:8:1 Oct 14 14:51:11.484 INFO kablam! | Oct 14 14:51:11.484 INFO kablam! 8 | pub fn test() { Oct 14 14:51:11.484 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.484 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.485 INFO kablam! --> src/misc/wait.rs:3:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 3 | pub fn test() { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `cat` Oct 14 14:51:11.485 INFO kablam! --> src/misc/filesystem.rs:8:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 8 | fn cat(path: &Path)->io::Result { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `echo` Oct 14 14:51:11.485 INFO kablam! --> src/misc/filesystem.rs:15:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 15 | fn echo(s: &str, path: &Path)-> io::Result<()> { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `touch` Oct 14 14:51:11.485 INFO kablam! --> src/misc/filesystem.rs:20:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 20 | fn touch(path: &Path) -> io::Result<()> { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `main` Oct 14 14:51:11.485 INFO kablam! --> src/misc/args.rs:3:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 3 | fn main() { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.485 INFO kablam! warning: function is never used: `test` Oct 14 14:51:11.485 INFO kablam! --> src/types/into_from.rs:15:1 Oct 14 14:51:11.485 INFO kablam! | Oct 14 14:51:11.485 INFO kablam! 15 | pub fn test() { Oct 14 14:51:11.485 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:11.485 INFO kablam! Oct 14 14:51:11.794 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 14 14:51:11.796 INFO kablam! su: No module specific data is present Oct 14 14:51:12.183 INFO running `"docker" "rm" "-f" "5dad6d5747b27d44cdf43b0022172f33987ce3b10230d5032e2ede57deca53fd"` Oct 14 14:51:12.388 INFO blam! 5dad6d5747b27d44cdf43b0022172f33987ce3b10230d5032e2ede57deca53fd Oct 14 14:51:12.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:51:12.751 INFO blam! 867737372bfe8dcbc118689393fc374766d65fca714cd42ae0c0f3c9b7701427 Oct 14 14:51:12.765 INFO running `"docker" "start" "-a" "867737372bfe8dcbc118689393fc374766d65fca714cd42ae0c0f3c9b7701427"` Oct 14 14:51:13.851 INFO kablam! usermod: no changes Oct 14 14:51:13.875 INFO kablam! Compiling official_docs v0.1.0 (/source) Oct 14 14:51:14.071 INFO kablam! warning: unused import: `std::fs` Oct 14 14:51:14.071 INFO kablam! --> src/misc/filesystem.rs:1:5 Oct 14 14:51:14.071 INFO kablam! | Oct 14 14:51:14.071 INFO kablam! 1 | use std::fs; Oct 14 14:51:14.071 INFO kablam! | ^^^^^^^ Oct 14 14:51:14.071 INFO kablam! | Oct 14 14:51:14.071 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:51:14.071 INFO kablam! Oct 14 14:51:14.071 INFO kablam! warning: unused import: `std::os::unix` Oct 14 14:51:14.071 INFO kablam! --> src/misc/filesystem.rs:5:5 Oct 14 14:51:14.071 INFO kablam! | Oct 14 14:51:14.071 INFO kablam! 5 | use std::os::unix; Oct 14 14:51:14.071 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.071 INFO kablam! Oct 14 14:51:14.175 INFO kablam! warning: unused variable: `res` Oct 14 14:51:14.175 INFO kablam! --> src/misc/filesystem.rs:11:9 Oct 14 14:51:14.175 INFO kablam! | Oct 14 14:51:14.175 INFO kablam! 11 | let res = f.read_to_string(&mut s)?; Oct 14 14:51:14.175 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 14:51:14.175 INFO kablam! | Oct 14 14:51:14.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:51:14.175 INFO kablam! Oct 14 14:51:14.175 INFO kablam! warning: unused variable: `res` Oct 14 14:51:14.175 INFO kablam! --> src/misc/filesystem.rs:21:9 Oct 14 14:51:14.175 INFO kablam! | Oct 14 14:51:14.175 INFO kablam! 21 | let res = OpenOptions::new().create(true).write(true).open(path)?; Oct 14 14:51:14.175 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 14:51:14.175 INFO kablam! Oct 14 14:51:14.212 INFO kablam! warning: static item is never used: `NTHREADS` Oct 14 14:51:14.212 INFO kablam! --> src/misc/threads.rs:3:1 Oct 14 14:51:14.213 INFO kablam! | Oct 14 14:51:14.213 INFO kablam! 3 | static NTHREADS: i32 = 10; Oct 14 14:51:14.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:14.213 INFO kablam! | Oct 14 14:51:14.214 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:51:14.214 INFO kablam! Oct 14 14:51:14.214 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.215 INFO kablam! --> src/misc/threads.rs:5:1 Oct 14 14:51:14.215 INFO kablam! | Oct 14 14:51:14.216 INFO kablam! 5 | pub fn test() { Oct 14 14:51:14.216 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.216 INFO kablam! Oct 14 14:51:14.216 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.217 INFO kablam! --> src/misc/map_reduce.rs:3:1 Oct 14 14:51:14.217 INFO kablam! | Oct 14 14:51:14.217 INFO kablam! 3 | pub fn test() { Oct 14 14:51:14.218 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.218 INFO kablam! Oct 14 14:51:14.218 INFO kablam! warning: static item is never used: `NTHREADS` Oct 14 14:51:14.219 INFO kablam! --> src/misc/channels.rs:5:1 Oct 14 14:51:14.219 INFO kablam! | Oct 14 14:51:14.219 INFO kablam! 5 | static NTHREADS: i32 = 3; Oct 14 14:51:14.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:14.220 INFO kablam! Oct 14 14:51:14.220 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.221 INFO kablam! --> src/misc/channels.rs:7:1 Oct 14 14:51:14.221 INFO kablam! | Oct 14 14:51:14.221 INFO kablam! 7 | pub fn test() { Oct 14 14:51:14.222 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.222 INFO kablam! Oct 14 14:51:14.222 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.223 INFO kablam! --> src/misc/path.rs:3:1 Oct 14 14:51:14.223 INFO kablam! | Oct 14 14:51:14.223 INFO kablam! 3 | pub fn test() { Oct 14 14:51:14.224 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.224 INFO kablam! Oct 14 14:51:14.224 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.224 INFO kablam! --> src/misc/open.rs:7:1 Oct 14 14:51:14.225 INFO kablam! | Oct 14 14:51:14.225 INFO kablam! 7 | pub fn test() { Oct 14 14:51:14.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.226 INFO kablam! Oct 14 14:51:14.226 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 14 14:51:14.226 INFO kablam! --> src/misc/create.rs:1:1 Oct 14 14:51:14.227 INFO kablam! | Oct 14 14:51:14.227 INFO kablam! 1 | / static LOREM_IPSUM: &'static str = Oct 14 14:51:14.227 INFO kablam! 2 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 14 14:51:14.228 INFO kablam! 3 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 14 14:51:14.228 INFO kablam! 4 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 14 14:51:14.228 INFO kablam! ... | Oct 14 14:51:14.229 INFO kablam! 7 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 14 14:51:14.229 INFO kablam! 8 | | "; Oct 14 14:51:14.229 INFO kablam! | |__^ Oct 14 14:51:14.230 INFO kablam! Oct 14 14:51:14.230 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.230 INFO kablam! --> src/misc/create.rs:15:1 Oct 14 14:51:14.231 INFO kablam! | Oct 14 14:51:14.231 INFO kablam! 15 | pub fn test() { Oct 14 14:51:14.231 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.232 INFO kablam! Oct 14 14:51:14.232 INFO kablam! warning: static item is never used: `PANGRAM` Oct 14 14:51:14.232 INFO kablam! --> src/misc/pipes.rs:5:1 Oct 14 14:51:14.233 INFO kablam! | Oct 14 14:51:14.233 INFO kablam! 5 | / static PANGRAM: &'static str = Oct 14 14:51:14.233 INFO kablam! 6 | | "the quick brown fox jumped over the lazy dog\n"; Oct 14 14:51:14.233 INFO kablam! | |_____________________________________________________^ Oct 14 14:51:14.234 INFO kablam! Oct 14 14:51:14.234 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.235 INFO kablam! --> src/misc/pipes.rs:8:1 Oct 14 14:51:14.235 INFO kablam! | Oct 14 14:51:14.235 INFO kablam! 8 | pub fn test() { Oct 14 14:51:14.235 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.236 INFO kablam! Oct 14 14:51:14.236 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.236 INFO kablam! --> src/misc/wait.rs:3:1 Oct 14 14:51:14.237 INFO kablam! | Oct 14 14:51:14.237 INFO kablam! 3 | pub fn test() { Oct 14 14:51:14.237 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.238 INFO kablam! Oct 14 14:51:14.238 INFO kablam! warning: function is never used: `cat` Oct 14 14:51:14.238 INFO kablam! --> src/misc/filesystem.rs:8:1 Oct 14 14:51:14.239 INFO kablam! | Oct 14 14:51:14.239 INFO kablam! 8 | fn cat(path: &Path)->io::Result { Oct 14 14:51:14.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:14.240 INFO kablam! Oct 14 14:51:14.240 INFO kablam! warning: function is never used: `echo` Oct 14 14:51:14.240 INFO kablam! --> src/misc/filesystem.rs:15:1 Oct 14 14:51:14.240 INFO kablam! | Oct 14 14:51:14.241 INFO kablam! 15 | fn echo(s: &str, path: &Path)-> io::Result<()> { Oct 14 14:51:14.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:14.241 INFO kablam! Oct 14 14:51:14.241 INFO kablam! warning: function is never used: `touch` Oct 14 14:51:14.241 INFO kablam! --> src/misc/filesystem.rs:20:1 Oct 14 14:51:14.241 INFO kablam! | Oct 14 14:51:14.241 INFO kablam! 20 | fn touch(path: &Path) -> io::Result<()> { Oct 14 14:51:14.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:51:14.241 INFO kablam! Oct 14 14:51:14.241 INFO kablam! warning: function is never used: `main` Oct 14 14:51:14.241 INFO kablam! --> src/misc/args.rs:3:1 Oct 14 14:51:14.241 INFO kablam! | Oct 14 14:51:14.241 INFO kablam! 3 | fn main() { Oct 14 14:51:14.241 INFO kablam! | ^^^^^^^^^ Oct 14 14:51:14.241 INFO kablam! Oct 14 14:51:14.241 INFO kablam! warning: function is never used: `test` Oct 14 14:51:14.241 INFO kablam! --> src/types/into_from.rs:15:1 Oct 14 14:51:14.241 INFO kablam! | Oct 14 14:51:14.241 INFO kablam! 15 | pub fn test() { Oct 14 14:51:14.241 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:51:14.241 INFO kablam! Oct 14 14:51:14.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 14 14:51:14.699 INFO kablam! su: No module specific data is present Oct 14 14:51:15.186 INFO running `"docker" "rm" "-f" "867737372bfe8dcbc118689393fc374766d65fca714cd42ae0c0f3c9b7701427"` Oct 14 14:51:15.341 INFO blam! 867737372bfe8dcbc118689393fc374766d65fca714cd42ae0c0f3c9b7701427 Oct 14 14:51:15.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 14:51:15.590 INFO blam! 9ae876cf7378e0d2742e29ce78ec9064a102f95908c17ee0e4df3797a9da62c4 Oct 14 14:51:15.593 INFO running `"docker" "start" "-a" "9ae876cf7378e0d2742e29ce78ec9064a102f95908c17ee0e4df3797a9da62c4"` Oct 14 14:51:16.000 INFO kablam! usermod: no changes Oct 14 14:51:16.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 14:51:16.019 INFO kablam! Running /target/debug/deps/official_docs-14e2736549d1c708 Oct 14 14:51:16.020 INFO blam! Oct 14 14:51:16.020 INFO blam! running 0 tests Oct 14 14:51:16.020 INFO blam! Oct 14 14:51:16.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:51:16.020 INFO blam! Oct 14 14:51:16.021 INFO kablam! su: No module specific data is present Oct 14 14:51:16.313 INFO running `"docker" "rm" "-f" "9ae876cf7378e0d2742e29ce78ec9064a102f95908c17ee0e4df3797a9da62c4"` Oct 14 14:51:16.403 INFO blam! 9ae876cf7378e0d2742e29ce78ec9064a102f95908c17ee0e4df3797a9da62c4