Oct 14 13:42:47.995 INFO testing lilac-ichor/temp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:42:47.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:42:48.404 INFO blam! 837767b2199ebf175425f583c6c377943316c969afa353c29bf686a6135949c8 Oct 14 13:42:48.413 INFO running `"docker" "start" "-a" "837767b2199ebf175425f583c6c377943316c969afa353c29bf686a6135949c8"` Oct 14 13:42:49.557 INFO kablam! usermod: no changes Oct 14 13:42:49.611 INFO kablam! Compiling termion v1.5.1 Oct 14 13:42:49.611 INFO kablam! Compiling ropey v0.6.2 Oct 14 13:42:52.163 INFO kablam! Compiling tiamat v0.1.0 (/source) Oct 14 13:42:52.347 INFO kablam! warning: unused import: `Key` Oct 14 13:42:52.347 INFO kablam! --> src/editor.rs:5:22 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 5 | use termion::event::{Key}; Oct 14 13:42:52.348 INFO kablam! | ^^^ Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.348 INFO kablam! warning: unused import: `termion::input::TermRead` Oct 14 13:42:52.348 INFO kablam! --> src/editor.rs:6:5 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 6 | use termion::input::TermRead; Oct 14 13:42:52.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.348 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 14 13:42:52.348 INFO kablam! --> src/editor.rs:7:5 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 7 | use termion::raw::IntoRawMode; Oct 14 13:42:52.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.348 INFO kablam! warning: unused imports: `Write`, `stdin`, `stdout` Oct 14 13:42:52.348 INFO kablam! --> src/editor.rs:9:15 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 9 | use std::io::{Write, stdout, stdin}; Oct 14 13:42:52.348 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^ Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.348 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:42:52.348 INFO kablam! --> src/editor.rs:10:5 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 10 | use std::fmt; Oct 14 13:42:52.348 INFO kablam! | ^^^^^^^^ Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.348 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:42:52.348 INFO kablam! --> src/main.rs:12:5 Oct 14 13:42:52.348 INFO kablam! | Oct 14 13:42:52.348 INFO kablam! 12 | use std::fmt; Oct 14 13:42:52.348 INFO kablam! | ^^^^^^^^ Oct 14 13:42:52.348 INFO kablam! Oct 14 13:42:52.431 INFO kablam! warning: method is never used: `set_cursor` Oct 14 13:42:52.431 INFO kablam! --> src/editor.rs:83:5 Oct 14 13:42:52.431 INFO kablam! | Oct 14 13:42:52.431 INFO kablam! 83 | pub fn set_cursor(&mut self, position: &Position) { Oct 14 13:42:52.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:52.431 INFO kablam! | Oct 14 13:42:52.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:42:52.431 INFO kablam! Oct 14 13:42:52.431 INFO kablam! warning: path statement with no effect Oct 14 13:42:52.431 INFO kablam! --> src/editor.rs:74:13 Oct 14 13:42:52.431 INFO kablam! | Oct 14 13:42:52.431 INFO kablam! 74 | raw_length; Oct 14 13:42:52.431 INFO kablam! | ^^^^^^^^^^^ Oct 14 13:42:52.431 INFO kablam! | Oct 14 13:42:52.431 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 13:42:52.431 INFO kablam! Oct 14 13:42:53.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.89s Oct 14 13:42:53.467 INFO kablam! su: No module specific data is present Oct 14 13:42:54.051 INFO running `"docker" "rm" "-f" "837767b2199ebf175425f583c6c377943316c969afa353c29bf686a6135949c8"` Oct 14 13:42:54.331 INFO blam! 837767b2199ebf175425f583c6c377943316c969afa353c29bf686a6135949c8 Oct 14 13:42:54.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:42:54.714 INFO blam! 3474340f3b46c7826b040229be347a9be858d8634c54d98d2dfaa00f02778431 Oct 14 13:42:54.741 INFO running `"docker" "start" "-a" "3474340f3b46c7826b040229be347a9be858d8634c54d98d2dfaa00f02778431"` Oct 14 13:42:55.665 INFO kablam! usermod: no changes Oct 14 13:42:55.711 INFO kablam! Compiling tiamat v0.1.0 (/source) Oct 14 13:42:55.883 INFO kablam! warning: unused import: `Key` Oct 14 13:42:55.883 INFO kablam! --> src/editor.rs:5:22 Oct 14 13:42:55.883 INFO kablam! | Oct 14 13:42:55.883 INFO kablam! 5 | use termion::event::{Key}; Oct 14 13:42:55.883 INFO kablam! | ^^^ Oct 14 13:42:55.883 INFO kablam! | Oct 14 13:42:55.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:42:55.883 INFO kablam! Oct 14 13:42:55.883 INFO kablam! warning: unused import: `termion::input::TermRead` Oct 14 13:42:55.883 INFO kablam! --> src/editor.rs:6:5 Oct 14 13:42:55.883 INFO kablam! | Oct 14 13:42:55.883 INFO kablam! 6 | use termion::input::TermRead; Oct 14 13:42:55.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:55.883 INFO kablam! Oct 14 13:42:55.891 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 14 13:42:55.891 INFO kablam! --> src/editor.rs:7:5 Oct 14 13:42:55.891 INFO kablam! | Oct 14 13:42:55.891 INFO kablam! 7 | use termion::raw::IntoRawMode; Oct 14 13:42:55.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:55.891 INFO kablam! Oct 14 13:42:55.891 INFO kablam! warning: unused imports: `Write`, `stdin`, `stdout` Oct 14 13:42:55.891 INFO kablam! --> src/editor.rs:9:15 Oct 14 13:42:55.891 INFO kablam! | Oct 14 13:42:55.891 INFO kablam! 9 | use std::io::{Write, stdout, stdin}; Oct 14 13:42:55.891 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^ Oct 14 13:42:55.891 INFO kablam! Oct 14 13:42:55.891 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:42:55.891 INFO kablam! --> src/editor.rs:10:5 Oct 14 13:42:55.891 INFO kablam! | Oct 14 13:42:55.891 INFO kablam! 10 | use std::fmt; Oct 14 13:42:55.891 INFO kablam! | ^^^^^^^^ Oct 14 13:42:55.891 INFO kablam! Oct 14 13:42:55.891 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:42:55.891 INFO kablam! --> src/main.rs:12:5 Oct 14 13:42:55.891 INFO kablam! | Oct 14 13:42:55.891 INFO kablam! 12 | use std::fmt; Oct 14 13:42:55.891 INFO kablam! | ^^^^^^^^ Oct 14 13:42:55.891 INFO kablam! Oct 14 13:42:55.954 INFO kablam! warning: method is never used: `set_cursor` Oct 14 13:42:55.954 INFO kablam! --> src/editor.rs:83:5 Oct 14 13:42:55.954 INFO kablam! | Oct 14 13:42:55.954 INFO kablam! 83 | pub fn set_cursor(&mut self, position: &Position) { Oct 14 13:42:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:42:55.954 INFO kablam! | Oct 14 13:42:55.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:42:55.954 INFO kablam! Oct 14 13:42:55.956 INFO kablam! warning: path statement with no effect Oct 14 13:42:55.956 INFO kablam! --> src/editor.rs:74:13 Oct 14 13:42:55.956 INFO kablam! | Oct 14 13:42:55.956 INFO kablam! 74 | raw_length; Oct 14 13:42:55.956 INFO kablam! | ^^^^^^^^^^^ Oct 14 13:42:55.956 INFO kablam! | Oct 14 13:42:55.956 INFO kablam! = note: #[warn(path_statements)] on by default Oct 14 13:42:55.956 INFO kablam! Oct 14 13:42:56.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 14 13:42:56.403 INFO kablam! su: No module specific data is present Oct 14 13:42:56.793 INFO running `"docker" "rm" "-f" "3474340f3b46c7826b040229be347a9be858d8634c54d98d2dfaa00f02778431"` Oct 14 13:42:56.935 INFO blam! 3474340f3b46c7826b040229be347a9be858d8634c54d98d2dfaa00f02778431 Oct 14 13:42:56.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:42:57.148 INFO blam! f4bce87c71881f97ed14343982f94ec19d00243977cc2026a62ad88ccc3cc731 Oct 14 13:42:57.153 INFO running `"docker" "start" "-a" "f4bce87c71881f97ed14343982f94ec19d00243977cc2026a62ad88ccc3cc731"` Oct 14 13:42:58.055 INFO kablam! usermod: no changes Oct 14 13:42:58.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 13:42:58.118 INFO kablam! Running /target/debug/deps/tiamat-91d947cb58e8f998 Oct 14 13:42:58.118 INFO blam! Oct 14 13:42:58.118 INFO blam! running 0 tests Oct 14 13:42:58.118 INFO blam! Oct 14 13:42:58.118 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:42:58.118 INFO blam! Oct 14 13:42:58.123 INFO kablam! su: No module specific data is present Oct 14 13:42:58.487 INFO running `"docker" "rm" "-f" "f4bce87c71881f97ed14343982f94ec19d00243977cc2026a62ad88ccc3cc731"` Oct 14 13:42:58.703 INFO blam! f4bce87c71881f97ed14343982f94ec19d00243977cc2026a62ad88ccc3cc731