Oct 13 01:40:54.385 INFO testing rzhikharevich/defunct against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:40:54.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:40:54.865 INFO blam! 373917f39c27a9781aaa9e52dc8088c7e0b5d0c9673ef9924fa787de91f9d053 Oct 13 01:40:54.867 INFO running `"docker" "start" "-a" "373917f39c27a9781aaa9e52dc8088c7e0b5d0c9673ef9924fa787de91f9d053"` Oct 13 01:40:56.779 INFO kablam! usermod: no changes Oct 13 01:40:56.909 INFO kablam! Compiling num-complex v0.1.39 Oct 13 01:40:56.919 INFO kablam! Compiling num-bigint v0.1.40 Oct 13 01:41:00.415 INFO kablam! Compiling num-rational v0.1.39 Oct 13 01:41:02.119 INFO kablam! Compiling num v0.1.40 Oct 13 01:41:02.483 INFO kablam! Compiling defunct v0.1.0 (/source) Oct 13 01:41:02.915 INFO kablam! warning: unused macro definition Oct 13 01:41:02.916 INFO kablam! --> src/utils.rs:12:1 Oct 13 01:41:02.917 INFO kablam! | Oct 13 01:41:02.917 INFO kablam! 12 | / macro_rules! opt_err { Oct 13 01:41:02.918 INFO kablam! 13 | | ($x:expr) => ( Oct 13 01:41:02.919 INFO kablam! 14 | | match $x { Oct 13 01:41:02.919 INFO kablam! 15 | | Some(y) => y, Oct 13 01:41:02.920 INFO kablam! ... | Oct 13 01:41:02.920 INFO kablam! 18 | | ) Oct 13 01:41:02.921 INFO kablam! 19 | | } Oct 13 01:41:02.922 INFO kablam! | |_^ Oct 13 01:41:02.922 INFO kablam! | Oct 13 01:41:02.923 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:41:02.923 INFO kablam! Oct 13 01:41:03.115 INFO kablam! warning: unused variable: `errors` Oct 13 01:41:03.115 INFO kablam! --> src/parser/expr.rs:51:5 Oct 13 01:41:03.116 INFO kablam! | Oct 13 01:41:03.117 INFO kablam! 51 | errors: &mut Vec<(Location, Error)>, Oct 13 01:41:03.117 INFO kablam! | ^^^^^^ help: consider using `_errors` instead Oct 13 01:41:03.118 INFO kablam! | Oct 13 01:41:03.118 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:41:03.118 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: variant is never constructed: `StrLit` Oct 13 01:41:03.199 INFO kablam! --> src/tok.rs:27:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 27 | StrLit(Vec>), Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: method is never used: `is_error` Oct 13 01:41:03.199 INFO kablam! --> src/tok.rs:47:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 47 | pub fn is_error(&self) -> bool { Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: method is never used: `is_ok` Oct 13 01:41:03.199 INFO kablam! --> src/tok.rs:63:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 63 | pub fn is_ok(&self) -> bool { Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: variant is never constructed: `Str` Oct 13 01:41:03.199 INFO kablam! --> src/tok.rs:73:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 73 | Str(&'a str), Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: variant is never constructed: `Esc` Oct 13 01:41:03.199 INFO kablam! --> src/tok.rs:74:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 74 | Esc(char), Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: variant is never constructed: `Tok` Oct 13 01:41:03.199 INFO kablam! --> src/parser/mod.rs:55:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 55 | Tok(TokErrorInfo), Oct 13 01:41:03.199 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:03.199 INFO kablam! warning: variant is never constructed: `Lit` Oct 13 01:41:03.199 INFO kablam! --> src/parser/mod.rs:78:5 Oct 13 01:41:03.199 INFO kablam! | Oct 13 01:41:03.199 INFO kablam! 78 | Lit, Oct 13 01:41:03.199 INFO kablam! | ^^^ Oct 13 01:41:03.199 INFO kablam! Oct 13 01:41:04.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.06s Oct 13 01:41:04.870 INFO kablam! su: No module specific data is present Oct 13 01:41:05.947 INFO running `"docker" "rm" "-f" "373917f39c27a9781aaa9e52dc8088c7e0b5d0c9673ef9924fa787de91f9d053"` Oct 13 01:41:06.186 INFO blam! 373917f39c27a9781aaa9e52dc8088c7e0b5d0c9673ef9924fa787de91f9d053 Oct 13 01:41:06.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:41:06.539 INFO blam! 220ff0371c974bfa60c858b6eb5c9b8b8cfb3ab2180c1fcbfe684fe61c4bef12 Oct 13 01:41:06.540 INFO running `"docker" "start" "-a" "220ff0371c974bfa60c858b6eb5c9b8b8cfb3ab2180c1fcbfe684fe61c4bef12"` Oct 13 01:41:08.161 INFO kablam! usermod: no changes Oct 13 01:41:08.250 INFO kablam! Compiling defunct v0.1.0 (/source) Oct 13 01:41:08.711 INFO kablam! warning: unused macro definition Oct 13 01:41:08.711 INFO kablam! --> src/utils.rs:12:1 Oct 13 01:41:08.711 INFO kablam! | Oct 13 01:41:08.711 INFO kablam! 12 | / macro_rules! opt_err { Oct 13 01:41:08.711 INFO kablam! 13 | | ($x:expr) => ( Oct 13 01:41:08.711 INFO kablam! 14 | | match $x { Oct 13 01:41:08.711 INFO kablam! 15 | | Some(y) => y, Oct 13 01:41:08.711 INFO kablam! ... | Oct 13 01:41:08.711 INFO kablam! 18 | | ) Oct 13 01:41:08.711 INFO kablam! 19 | | } Oct 13 01:41:08.711 INFO kablam! | |_^ Oct 13 01:41:08.711 INFO kablam! | Oct 13 01:41:08.711 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 01:41:08.711 INFO kablam! Oct 13 01:41:08.911 INFO kablam! warning: unused variable: `errors` Oct 13 01:41:08.911 INFO kablam! --> src/parser/expr.rs:51:5 Oct 13 01:41:08.911 INFO kablam! | Oct 13 01:41:08.911 INFO kablam! 51 | errors: &mut Vec<(Location, Error)>, Oct 13 01:41:08.911 INFO kablam! | ^^^^^^ help: consider using `_errors` instead Oct 13 01:41:08.911 INFO kablam! | Oct 13 01:41:08.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:41:08.911 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: variant is never constructed: `StrLit` Oct 13 01:41:08.995 INFO kablam! --> src/tok.rs:27:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 27 | StrLit(Vec>), Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: method is never used: `is_error` Oct 13 01:41:08.995 INFO kablam! --> src/tok.rs:47:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 47 | pub fn is_error(&self) -> bool { Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: method is never used: `is_ok` Oct 13 01:41:08.995 INFO kablam! --> src/tok.rs:63:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 63 | pub fn is_ok(&self) -> bool { Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: variant is never constructed: `Str` Oct 13 01:41:08.995 INFO kablam! --> src/tok.rs:73:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 73 | Str(&'a str), Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: variant is never constructed: `Esc` Oct 13 01:41:08.995 INFO kablam! --> src/tok.rs:74:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 74 | Esc(char), Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: variant is never constructed: `Tok` Oct 13 01:41:08.995 INFO kablam! --> src/parser/mod.rs:55:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 55 | Tok(TokErrorInfo), Oct 13 01:41:08.995 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:08.995 INFO kablam! warning: variant is never constructed: `Lit` Oct 13 01:41:08.995 INFO kablam! --> src/parser/mod.rs:78:5 Oct 13 01:41:08.995 INFO kablam! | Oct 13 01:41:08.995 INFO kablam! 78 | Lit, Oct 13 01:41:08.995 INFO kablam! | ^^^ Oct 13 01:41:08.995 INFO kablam! Oct 13 01:41:09.457 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 13 01:41:09.461 INFO kablam! su: No module specific data is present Oct 13 01:41:09.987 INFO running `"docker" "rm" "-f" "220ff0371c974bfa60c858b6eb5c9b8b8cfb3ab2180c1fcbfe684fe61c4bef12"` Oct 13 01:41:10.323 INFO blam! 220ff0371c974bfa60c858b6eb5c9b8b8cfb3ab2180c1fcbfe684fe61c4bef12 Oct 13 01:41:10.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 01:41:10.664 INFO blam! 0b12e2a96bbeaf14201df53ec9a96fb6003d76b661c02a2b21f39dbd492598dd Oct 13 01:41:10.669 INFO running `"docker" "start" "-a" "0b12e2a96bbeaf14201df53ec9a96fb6003d76b661c02a2b21f39dbd492598dd"` Oct 13 01:41:12.291 INFO kablam! usermod: no changes Oct 13 01:41:12.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 01:41:12.431 INFO kablam! Running /target/debug/deps/defunct-13b4abfc2963e2fc Oct 13 01:41:12.433 INFO blam! Oct 13 01:41:12.433 INFO blam! running 0 tests Oct 13 01:41:12.435 INFO blam! Oct 13 01:41:12.435 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:41:12.435 INFO blam! Oct 13 01:41:12.437 INFO kablam! su: No module specific data is present Oct 13 01:41:13.468 INFO running `"docker" "rm" "-f" "0b12e2a96bbeaf14201df53ec9a96fb6003d76b661c02a2b21f39dbd492598dd"` Oct 13 01:41:13.800 INFO blam! 0b12e2a96bbeaf14201df53ec9a96fb6003d76b661c02a2b21f39dbd492598dd