Oct 10 20:01:52.305 INFO testing knknkn1162/sutramaking-rustbyexample against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:01:52.306 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:01:52.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:01:52.665 INFO blam! 93a97d89eeb4ab49be69612cfe0121971bb4b18127d5a0e7fb5b6a4fad0b3d0b Oct 10 20:01:52.669 INFO running `"docker" "start" "-a" "93a97d89eeb4ab49be69612cfe0121971bb4b18127d5a0e7fb5b6a4fad0b3d0b"` Oct 10 20:01:53.143 INFO kablam! usermod: no changes Oct 10 20:01:53.164 INFO kablam! Compiling official_docs v0.1.0 (/source) Oct 10 20:01:53.608 INFO kablam! warning: unused import: `std::fs` Oct 10 20:01:53.609 INFO kablam! --> src/misc/filesystem.rs:1:5 Oct 10 20:01:53.609 INFO kablam! | Oct 10 20:01:53.609 INFO kablam! 1 | use std::fs; Oct 10 20:01:53.610 INFO kablam! | ^^^^^^^ Oct 10 20:01:53.610 INFO kablam! | Oct 10 20:01:53.610 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:01:53.610 INFO kablam! Oct 10 20:01:53.611 INFO kablam! warning: unused import: `std::os::unix` Oct 10 20:01:53.611 INFO kablam! --> src/misc/filesystem.rs:5:5 Oct 10 20:01:53.611 INFO kablam! | Oct 10 20:01:53.611 INFO kablam! 5 | use std::os::unix; Oct 10 20:01:53.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.611 INFO kablam! Oct 10 20:01:53.688 INFO kablam! warning: unused variable: `res` Oct 10 20:01:53.688 INFO kablam! --> src/misc/filesystem.rs:11:9 Oct 10 20:01:53.688 INFO kablam! | Oct 10 20:01:53.688 INFO kablam! 11 | let res = f.read_to_string(&mut s)?; Oct 10 20:01:53.688 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 20:01:53.688 INFO kablam! | Oct 10 20:01:53.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:01:53.688 INFO kablam! Oct 10 20:01:53.688 INFO kablam! warning: unused variable: `res` Oct 10 20:01:53.688 INFO kablam! --> src/misc/filesystem.rs:21:9 Oct 10 20:01:53.688 INFO kablam! | Oct 10 20:01:53.688 INFO kablam! 21 | let res = OpenOptions::new().create(true).write(true).open(path)?; Oct 10 20:01:53.688 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 20:01:53.688 INFO kablam! Oct 10 20:01:53.711 INFO kablam! warning: static item is never used: `NTHREADS` Oct 10 20:01:53.711 INFO kablam! --> src/misc/threads.rs:3:1 Oct 10 20:01:53.711 INFO kablam! | Oct 10 20:01:53.711 INFO kablam! 3 | static NTHREADS: i32 = 10; Oct 10 20:01:53.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:53.711 INFO kablam! | Oct 10 20:01:53.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:01:53.711 INFO kablam! Oct 10 20:01:53.711 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.711 INFO kablam! --> src/misc/threads.rs:5:1 Oct 10 20:01:53.711 INFO kablam! | Oct 10 20:01:53.711 INFO kablam! 5 | pub fn test() { Oct 10 20:01:53.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.711 INFO kablam! Oct 10 20:01:53.711 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/map_reduce.rs:3:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 3 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: static item is never used: `NTHREADS` Oct 10 20:01:53.712 INFO kablam! --> src/misc/channels.rs:5:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 5 | static NTHREADS: i32 = 3; Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/channels.rs:7:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 7 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/path.rs:3:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 3 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/open.rs:7:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 7 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 10 20:01:53.712 INFO kablam! --> src/misc/create.rs:1:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 1 | / static LOREM_IPSUM: &'static str = Oct 10 20:01:53.712 INFO kablam! 2 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 10 20:01:53.712 INFO kablam! 3 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 10 20:01:53.712 INFO kablam! 4 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 10 20:01:53.712 INFO kablam! ... | Oct 10 20:01:53.712 INFO kablam! 7 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 10 20:01:53.712 INFO kablam! 8 | | "; Oct 10 20:01:53.712 INFO kablam! | |__^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/create.rs:15:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 15 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: static item is never used: `PANGRAM` Oct 10 20:01:53.712 INFO kablam! --> src/misc/pipes.rs:5:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 5 | / static PANGRAM: &'static str = Oct 10 20:01:53.712 INFO kablam! 6 | | "the quick brown fox jumped over the lazy dog\n"; Oct 10 20:01:53.712 INFO kablam! | |_____________________________________________________^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/pipes.rs:8:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 8 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.712 INFO kablam! Oct 10 20:01:53.712 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.712 INFO kablam! --> src/misc/wait.rs:3:1 Oct 10 20:01:53.712 INFO kablam! | Oct 10 20:01:53.712 INFO kablam! 3 | pub fn test() { Oct 10 20:01:53.712 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.713 INFO kablam! Oct 10 20:01:53.713 INFO kablam! warning: function is never used: `cat` Oct 10 20:01:53.713 INFO kablam! --> src/misc/filesystem.rs:8:1 Oct 10 20:01:53.713 INFO kablam! | Oct 10 20:01:53.713 INFO kablam! 8 | fn cat(path: &Path)->io::Result { Oct 10 20:01:53.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:53.714 INFO kablam! Oct 10 20:01:53.714 INFO kablam! warning: function is never used: `echo` Oct 10 20:01:53.714 INFO kablam! --> src/misc/filesystem.rs:15:1 Oct 10 20:01:53.714 INFO kablam! | Oct 10 20:01:53.714 INFO kablam! 15 | fn echo(s: &str, path: &Path)-> io::Result<()> { Oct 10 20:01:53.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:53.714 INFO kablam! Oct 10 20:01:53.714 INFO kablam! warning: function is never used: `touch` Oct 10 20:01:53.714 INFO kablam! --> src/misc/filesystem.rs:20:1 Oct 10 20:01:53.714 INFO kablam! | Oct 10 20:01:53.714 INFO kablam! 20 | fn touch(path: &Path) -> io::Result<()> { Oct 10 20:01:53.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:53.714 INFO kablam! Oct 10 20:01:53.714 INFO kablam! warning: function is never used: `main` Oct 10 20:01:53.714 INFO kablam! --> src/misc/args.rs:3:1 Oct 10 20:01:53.714 INFO kablam! | Oct 10 20:01:53.714 INFO kablam! 3 | fn main() { Oct 10 20:01:53.714 INFO kablam! | ^^^^^^^^^ Oct 10 20:01:53.714 INFO kablam! Oct 10 20:01:53.714 INFO kablam! warning: function is never used: `test` Oct 10 20:01:53.714 INFO kablam! --> src/types/into_from.rs:15:1 Oct 10 20:01:53.714 INFO kablam! | Oct 10 20:01:53.714 INFO kablam! 15 | pub fn test() { Oct 10 20:01:53.714 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:53.714 INFO kablam! Oct 10 20:01:53.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 10 20:01:53.957 INFO kablam! su: No module specific data is present Oct 10 20:01:54.274 INFO running `"docker" "rm" "-f" "93a97d89eeb4ab49be69612cfe0121971bb4b18127d5a0e7fb5b6a4fad0b3d0b"` Oct 10 20:01:54.331 INFO blam! 93a97d89eeb4ab49be69612cfe0121971bb4b18127d5a0e7fb5b6a4fad0b3d0b Oct 10 20:01:54.335 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:01:54.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:01:54.504 INFO blam! 70c842fa0d4ed8340e0cd88201c172478960483b1a7bc9d965288513bc9e35b8 Oct 10 20:01:54.506 INFO running `"docker" "start" "-a" "70c842fa0d4ed8340e0cd88201c172478960483b1a7bc9d965288513bc9e35b8"` Oct 10 20:01:54.884 INFO kablam! usermod: no changes Oct 10 20:01:54.909 INFO kablam! Compiling official_docs v0.1.0 (/source) Oct 10 20:01:55.543 INFO kablam! warning: unused import: `std::fs` Oct 10 20:01:55.543 INFO kablam! --> src/misc/filesystem.rs:1:5 Oct 10 20:01:55.543 INFO kablam! | Oct 10 20:01:55.543 INFO kablam! 1 | use std::fs; Oct 10 20:01:55.543 INFO kablam! | ^^^^^^^ Oct 10 20:01:55.543 INFO kablam! | Oct 10 20:01:55.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:01:55.543 INFO kablam! Oct 10 20:01:55.543 INFO kablam! warning: unused import: `std::os::unix` Oct 10 20:01:55.543 INFO kablam! --> src/misc/filesystem.rs:5:5 Oct 10 20:01:55.543 INFO kablam! | Oct 10 20:01:55.543 INFO kablam! 5 | use std::os::unix; Oct 10 20:01:55.543 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.543 INFO kablam! Oct 10 20:01:55.641 INFO kablam! warning: unused variable: `res` Oct 10 20:01:55.641 INFO kablam! --> src/misc/filesystem.rs:11:9 Oct 10 20:01:55.641 INFO kablam! | Oct 10 20:01:55.641 INFO kablam! 11 | let res = f.read_to_string(&mut s)?; Oct 10 20:01:55.641 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 20:01:55.641 INFO kablam! | Oct 10 20:01:55.641 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:01:55.641 INFO kablam! Oct 10 20:01:55.641 INFO kablam! warning: unused variable: `res` Oct 10 20:01:55.641 INFO kablam! --> src/misc/filesystem.rs:21:9 Oct 10 20:01:55.641 INFO kablam! | Oct 10 20:01:55.641 INFO kablam! 21 | let res = OpenOptions::new().create(true).write(true).open(path)?; Oct 10 20:01:55.642 INFO kablam! | ^^^ help: consider using `_res` instead Oct 10 20:01:55.642 INFO kablam! Oct 10 20:01:55.674 INFO kablam! warning: static item is never used: `NTHREADS` Oct 10 20:01:55.674 INFO kablam! --> src/misc/threads.rs:3:1 Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! 3 | static NTHREADS: i32 = 10; Oct 10 20:01:55.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:01:55.674 INFO kablam! Oct 10 20:01:55.674 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.674 INFO kablam! --> src/misc/threads.rs:5:1 Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! 5 | pub fn test() { Oct 10 20:01:55.674 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.674 INFO kablam! Oct 10 20:01:55.674 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.674 INFO kablam! --> src/misc/map_reduce.rs:3:1 Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! 3 | pub fn test() { Oct 10 20:01:55.674 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.674 INFO kablam! Oct 10 20:01:55.674 INFO kablam! warning: static item is never used: `NTHREADS` Oct 10 20:01:55.674 INFO kablam! --> src/misc/channels.rs:5:1 Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! 5 | static NTHREADS: i32 = 3; Oct 10 20:01:55.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:55.674 INFO kablam! Oct 10 20:01:55.674 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.674 INFO kablam! --> src/misc/channels.rs:7:1 Oct 10 20:01:55.674 INFO kablam! | Oct 10 20:01:55.674 INFO kablam! 7 | pub fn test() { Oct 10 20:01:55.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.677 INFO kablam! Oct 10 20:01:55.677 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.677 INFO kablam! --> src/misc/path.rs:3:1 Oct 10 20:01:55.677 INFO kablam! | Oct 10 20:01:55.677 INFO kablam! 3 | pub fn test() { Oct 10 20:01:55.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.677 INFO kablam! Oct 10 20:01:55.677 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.677 INFO kablam! --> src/misc/open.rs:7:1 Oct 10 20:01:55.677 INFO kablam! | Oct 10 20:01:55.677 INFO kablam! 7 | pub fn test() { Oct 10 20:01:55.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.677 INFO kablam! Oct 10 20:01:55.677 INFO kablam! warning: static item is never used: `LOREM_IPSUM` Oct 10 20:01:55.677 INFO kablam! --> src/misc/create.rs:1:1 Oct 10 20:01:55.677 INFO kablam! | Oct 10 20:01:55.677 INFO kablam! 1 | / static LOREM_IPSUM: &'static str = Oct 10 20:01:55.677 INFO kablam! 2 | | "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod Oct 10 20:01:55.677 INFO kablam! 3 | | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, Oct 10 20:01:55.677 INFO kablam! 4 | | quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo Oct 10 20:01:55.677 INFO kablam! ... | Oct 10 20:01:55.677 INFO kablam! 7 | | proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Oct 10 20:01:55.677 INFO kablam! 8 | | "; Oct 10 20:01:55.677 INFO kablam! | |__^ Oct 10 20:01:55.677 INFO kablam! Oct 10 20:01:55.677 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.677 INFO kablam! --> src/misc/create.rs:15:1 Oct 10 20:01:55.677 INFO kablam! | Oct 10 20:01:55.677 INFO kablam! 15 | pub fn test() { Oct 10 20:01:55.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.677 INFO kablam! Oct 10 20:01:55.682 INFO kablam! warning: static item is never used: `PANGRAM` Oct 10 20:01:55.682 INFO kablam! --> src/misc/pipes.rs:5:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 5 | / static PANGRAM: &'static str = Oct 10 20:01:55.683 INFO kablam! 6 | | "the quick brown fox jumped over the lazy dog\n"; Oct 10 20:01:55.683 INFO kablam! | |_____________________________________________________^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.683 INFO kablam! --> src/misc/pipes.rs:8:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 8 | pub fn test() { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.683 INFO kablam! --> src/misc/wait.rs:3:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 3 | pub fn test() { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `cat` Oct 10 20:01:55.683 INFO kablam! --> src/misc/filesystem.rs:8:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 8 | fn cat(path: &Path)->io::Result { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `echo` Oct 10 20:01:55.683 INFO kablam! --> src/misc/filesystem.rs:15:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 15 | fn echo(s: &str, path: &Path)-> io::Result<()> { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `touch` Oct 10 20:01:55.683 INFO kablam! --> src/misc/filesystem.rs:20:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 20 | fn touch(path: &Path) -> io::Result<()> { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `main` Oct 10 20:01:55.683 INFO kablam! --> src/misc/args.rs:3:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 3 | fn main() { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:55.683 INFO kablam! warning: function is never used: `test` Oct 10 20:01:55.683 INFO kablam! --> src/types/into_from.rs:15:1 Oct 10 20:01:55.683 INFO kablam! | Oct 10 20:01:55.683 INFO kablam! 15 | pub fn test() { Oct 10 20:01:55.683 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:01:55.683 INFO kablam! Oct 10 20:01:56.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 10 20:01:56.039 INFO kablam! su: No module specific data is present Oct 10 20:01:56.370 INFO running `"docker" "rm" "-f" "70c842fa0d4ed8340e0cd88201c172478960483b1a7bc9d965288513bc9e35b8"` Oct 10 20:01:56.540 INFO blam! 70c842fa0d4ed8340e0cd88201c172478960483b1a7bc9d965288513bc9e35b8 Oct 10 20:01:56.542 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:01:56.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:01:56.816 INFO blam! 800994be38e7c27ee0b8b6c9476bb37d1ffa287a7286c4bf1504fc43abae7126 Oct 10 20:01:56.818 INFO running `"docker" "start" "-a" "800994be38e7c27ee0b8b6c9476bb37d1ffa287a7286c4bf1504fc43abae7126"` Oct 10 20:01:57.572 INFO kablam! usermod: no changes Oct 10 20:01:57.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 20:01:57.616 INFO kablam! Running /target/debug/deps/official_docs-a1d074f6daf765ab Oct 10 20:01:57.619 INFO blam! Oct 10 20:01:57.619 INFO blam! running 0 tests Oct 10 20:01:57.619 INFO blam! Oct 10 20:01:57.619 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:01:57.619 INFO blam! Oct 10 20:01:57.620 INFO kablam! su: No module specific data is present Oct 10 20:01:58.056 INFO running `"docker" "rm" "-f" "800994be38e7c27ee0b8b6c9476bb37d1ffa287a7286c4bf1504fc43abae7126"` Oct 10 20:01:58.222 INFO blam! 800994be38e7c27ee0b8b6c9476bb37d1ffa287a7286c4bf1504fc43abae7126