Oct 15 08:09:08.118 INFO testing Nyrox/lizard against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:09:08.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 08:09:08.797 INFO blam! 3a487b30c1db4243dd56e63a3fc3f4291e8f4e615f8bd78104a2724da5e653bc Oct 15 08:09:08.799 INFO running `"docker" "start" "-a" "3a487b30c1db4243dd56e63a3fc3f4291e8f4e615f8bd78104a2724da5e653bc"` Oct 15 08:09:10.586 INFO kablam! usermod: no changes Oct 15 08:09:10.655 INFO kablam! Compiling lizard v0.1.0 (/source) Oct 15 08:09:11.262 INFO kablam! warning: unused variable: `before` Oct 15 08:09:11.262 INFO kablam! --> src/scanner.rs:48:9 Oct 15 08:09:11.262 INFO kablam! | Oct 15 08:09:11.262 INFO kablam! 48 | let (before, _after) = self.source.split_at(self.start); Oct 15 08:09:11.262 INFO kablam! | ^^^^^^ help: consider using `_before` instead Oct 15 08:09:11.262 INFO kablam! | Oct 15 08:09:11.262 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:09:11.262 INFO kablam! Oct 15 08:09:11.267 INFO kablam! warning: variant is never constructed: `IfExpr` Oct 15 08:09:11.267 INFO kablam! --> src/scanner.rs:3:2 Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! 3 | IfExpr { var: String, val: Box }, Oct 15 08:09:11.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:09:11.267 INFO kablam! Oct 15 08:09:11.267 INFO kablam! warning: variant is never constructed: `ValueExpr` Oct 15 08:09:11.267 INFO kablam! --> src/scanner.rs:4:2 Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! 4 | ValueExpr(bool) Oct 15 08:09:11.267 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:09:11.267 INFO kablam! Oct 15 08:09:11.267 INFO kablam! warning: variant is never constructed: `Expression` Oct 15 08:09:11.267 INFO kablam! --> src/scanner.rs:10:2 Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! 10 | Expression(Expression) Oct 15 08:09:11.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:11.267 INFO kablam! Oct 15 08:09:11.267 INFO kablam! warning: field is never used: `line` Oct 15 08:09:11.267 INFO kablam! --> src/scanner.rs:16:2 Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! 16 | line: usize, Oct 15 08:09:11.267 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:09:11.267 INFO kablam! Oct 15 08:09:11.267 INFO kablam! warning: field is never used: `hadError` Oct 15 08:09:11.267 INFO kablam! --> src/scanner.rs:17:2 Oct 15 08:09:11.267 INFO kablam! | Oct 15 08:09:11.267 INFO kablam! 17 | hadError: bool, Oct 15 08:09:11.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:09:11.267 INFO kablam! Oct 15 08:09:11.283 INFO kablam! warning: structure field `hadError` should have a snake case name such as `had_error` Oct 15 08:09:11.283 INFO kablam! --> src/scanner.rs:17:2 Oct 15 08:09:11.283 INFO kablam! | Oct 15 08:09:11.283 INFO kablam! 17 | hadError: bool, Oct 15 08:09:11.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:09:11.283 INFO kablam! | Oct 15 08:09:11.283 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:09:11.283 INFO kablam! Oct 15 08:09:11.283 INFO kablam! warning: structure field `parsingCode` should have a snake case name such as `parsing_code` Oct 15 08:09:11.283 INFO kablam! --> src/scanner.rs:18:2 Oct 15 08:09:11.283 INFO kablam! | Oct 15 08:09:11.283 INFO kablam! 18 | parsingCode: bool, Oct 15 08:09:11.283 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:09:11.283 INFO kablam! Oct 15 08:09:11.283 INFO kablam! warning: variable `Scanner` should have a snake case name such as `scanner` Oct 15 08:09:11.283 INFO kablam! --> src/lib.rs:20:8 Oct 15 08:09:11.283 INFO kablam! | Oct 15 08:09:11.283 INFO kablam! 20 | let mut Scanner = Scanner::create(&mut contents); Oct 15 08:09:11.283 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:09:11.283 INFO kablam! Oct 15 08:09:11.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 15 08:09:11.831 INFO kablam! su: No module specific data is present Oct 15 08:09:12.843 INFO running `"docker" "rm" "-f" "3a487b30c1db4243dd56e63a3fc3f4291e8f4e615f8bd78104a2724da5e653bc"` Oct 15 08:09:13.159 INFO blam! 3a487b30c1db4243dd56e63a3fc3f4291e8f4e615f8bd78104a2724da5e653bc Oct 15 08:09:13.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 08:09:13.676 INFO blam! 9dcb2dd87b74c1ade85bfd996d32bda4c7b6dbf5e116de226c71fa5801b11e8c Oct 15 08:09:13.683 INFO running `"docker" "start" "-a" "9dcb2dd87b74c1ade85bfd996d32bda4c7b6dbf5e116de226c71fa5801b11e8c"` Oct 15 08:09:15.267 INFO kablam! usermod: no changes Oct 15 08:09:15.324 INFO kablam! Compiling lizard v0.1.0 (/source) Oct 15 08:09:15.819 INFO kablam! warning: unused variable: `before` Oct 15 08:09:15.819 INFO kablam! --> src/scanner.rs:48:9 Oct 15 08:09:15.819 INFO kablam! | Oct 15 08:09:15.819 INFO kablam! 48 | let (before, _after) = self.source.split_at(self.start); Oct 15 08:09:15.819 INFO kablam! | ^^^^^^ help: consider using `_before` instead Oct 15 08:09:15.819 INFO kablam! | Oct 15 08:09:15.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.831 INFO kablam! warning: variant is never constructed: `IfExpr` Oct 15 08:09:15.831 INFO kablam! --> src/scanner.rs:3:2 Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! 3 | IfExpr { var: String, val: Box }, Oct 15 08:09:15.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.831 INFO kablam! warning: variant is never constructed: `ValueExpr` Oct 15 08:09:15.831 INFO kablam! --> src/scanner.rs:4:2 Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! 4 | ValueExpr(bool) Oct 15 08:09:15.831 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.831 INFO kablam! warning: variant is never constructed: `Expression` Oct 15 08:09:15.831 INFO kablam! --> src/scanner.rs:10:2 Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! 10 | Expression(Expression) Oct 15 08:09:15.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.831 INFO kablam! warning: field is never used: `line` Oct 15 08:09:15.831 INFO kablam! --> src/scanner.rs:16:2 Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! 16 | line: usize, Oct 15 08:09:15.831 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.831 INFO kablam! warning: field is never used: `hadError` Oct 15 08:09:15.831 INFO kablam! --> src/scanner.rs:17:2 Oct 15 08:09:15.831 INFO kablam! | Oct 15 08:09:15.831 INFO kablam! 17 | hadError: bool, Oct 15 08:09:15.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:09:15.831 INFO kablam! Oct 15 08:09:15.839 INFO kablam! warning: structure field `hadError` should have a snake case name such as `had_error` Oct 15 08:09:15.839 INFO kablam! --> src/scanner.rs:17:2 Oct 15 08:09:15.839 INFO kablam! | Oct 15 08:09:15.839 INFO kablam! 17 | hadError: bool, Oct 15 08:09:15.839 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:09:15.839 INFO kablam! | Oct 15 08:09:15.839 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:09:15.839 INFO kablam! Oct 15 08:09:15.839 INFO kablam! warning: structure field `parsingCode` should have a snake case name such as `parsing_code` Oct 15 08:09:15.839 INFO kablam! --> src/scanner.rs:18:2 Oct 15 08:09:15.839 INFO kablam! | Oct 15 08:09:15.839 INFO kablam! 18 | parsingCode: bool, Oct 15 08:09:15.839 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 08:09:15.839 INFO kablam! Oct 15 08:09:15.839 INFO kablam! warning: variable `Scanner` should have a snake case name such as `scanner` Oct 15 08:09:15.839 INFO kablam! --> src/lib.rs:20:8 Oct 15 08:09:15.839 INFO kablam! | Oct 15 08:09:15.839 INFO kablam! 20 | let mut Scanner = Scanner::create(&mut contents); Oct 15 08:09:15.839 INFO kablam! | ^^^^^^^^^^^ Oct 15 08:09:15.839 INFO kablam! Oct 15 08:09:16.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 15 08:09:16.266 INFO kablam! su: No module specific data is present Oct 15 08:09:17.236 INFO running `"docker" "rm" "-f" "9dcb2dd87b74c1ade85bfd996d32bda4c7b6dbf5e116de226c71fa5801b11e8c"` Oct 15 08:09:17.470 INFO blam! 9dcb2dd87b74c1ade85bfd996d32bda4c7b6dbf5e116de226c71fa5801b11e8c Oct 15 08:09:17.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 08:09:17.847 INFO blam! a601a0cf861ba0e4ce9a3544a6c6311170051bb314f0c22f938072c2fba78ebf Oct 15 08:09:17.851 INFO running `"docker" "start" "-a" "a601a0cf861ba0e4ce9a3544a6c6311170051bb314f0c22f938072c2fba78ebf"` Oct 15 08:09:19.054 INFO kablam! usermod: no changes Oct 15 08:09:19.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 08:09:19.143 INFO kablam! Running /target/debug/deps/lizard-aa8f48dae4a27d94 Oct 15 08:09:19.151 INFO blam! Oct 15 08:09:19.151 INFO blam! running 0 tests Oct 15 08:09:19.151 INFO blam! Oct 15 08:09:19.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:09:19.151 INFO blam! Oct 15 08:09:19.151 INFO kablam! Doc-tests lizard Oct 15 08:09:19.969 INFO blam! Oct 15 08:09:19.969 INFO blam! running 0 tests Oct 15 08:09:19.969 INFO blam! Oct 15 08:09:19.969 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:09:19.969 INFO blam! Oct 15 08:09:19.975 INFO kablam! su: No module specific data is present Oct 15 08:09:21.813 INFO running `"docker" "rm" "-f" "a601a0cf861ba0e4ce9a3544a6c6311170051bb314f0c22f938072c2fba78ebf"` Oct 15 08:09:22.087 INFO blam! a601a0cf861ba0e4ce9a3544a6c6311170051bb314f0c22f938072c2fba78ebf