Oct 14 13:18:03.401 INFO testing lonnng/lua-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:18:03.401 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 14 13:18:03.990 INFO blam! 7007dcaf66879b85902a5f598e589d15c4047fd7bc9876b44f8123b45458fc5b Oct 14 13:18:03.992 INFO running `"docker" "start" "-a" "7007dcaf66879b85902a5f598e589d15c4047fd7bc9876b44f8123b45458fc5b"` Oct 14 13:18:06.461 INFO kablam! usermod: no changes Oct 14 13:18:06.587 INFO kablam! Compiling libc v0.2.42 Oct 14 13:18:06.587 INFO kablam! Compiling byteorder v1.2.3 Oct 14 13:18:09.042 INFO kablam! Compiling iovec v0.1.2 Oct 14 13:18:09.616 INFO kablam! Compiling bytes v0.4.8 Oct 14 13:18:11.411 INFO kablam! Compiling lua v0.1.0 (/source) Oct 14 13:18:11.855 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:11.856 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:11.859 INFO kablam! | Oct 14 13:18:11.859 INFO kablam! 3 | use state::State; Oct 14 13:18:11.859 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:11.859 INFO kablam! | Oct 14 13:18:11.859 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:11.859 INFO kablam! Oct 14 13:18:11.859 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:11.859 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:11.859 INFO kablam! | Oct 14 13:18:11.859 INFO kablam! 6 | use std::mem; Oct 14 13:18:11.859 INFO kablam! | ^^^^^^^^ Oct 14 13:18:11.859 INFO kablam! Oct 14 13:18:11.863 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:11.863 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:11.864 INFO kablam! | Oct 14 13:18:11.867 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:11.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:11.867 INFO kablam! | Oct 14 13:18:11.867 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:11.867 INFO kablam! Oct 14 13:18:12.112 INFO kablam! warning: unreachable expression Oct 14 13:18:12.112 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:12.112 INFO kablam! | Oct 14 13:18:12.113 INFO kablam! 238 | unreachable!() Oct 14 13:18:12.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:12.113 INFO kablam! | Oct 14 13:18:12.113 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:12.113 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:12.113 INFO kablam! Oct 14 13:18:12.136 INFO kablam! warning: unreachable expression Oct 14 13:18:12.138 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:12.138 INFO kablam! | Oct 14 13:18:12.138 INFO kablam! 355 | unreachable!() Oct 14 13:18:12.138 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:12.138 INFO kablam! | Oct 14 13:18:12.138 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:12.138 INFO kablam! Oct 14 13:18:12.875 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:12.876 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:12.876 INFO kablam! | Oct 14 13:18:12.876 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:12.877 INFO kablam! | ^^^ Oct 14 13:18:12.877 INFO kablam! | Oct 14 13:18:12.877 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:12.878 INFO kablam! Oct 14 13:18:12.878 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:12.878 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:12.879 INFO kablam! | Oct 14 13:18:12.879 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:12.879 INFO kablam! | ^^^ Oct 14 13:18:12.879 INFO kablam! Oct 14 13:18:12.880 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:12.880 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:12.880 INFO kablam! | Oct 14 13:18:12.880 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:12.881 INFO kablam! | ^^^ Oct 14 13:18:12.881 INFO kablam! Oct 14 13:18:12.881 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:12.881 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:12.882 INFO kablam! | Oct 14 13:18:12.882 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:12.882 INFO kablam! | ^^^ Oct 14 13:18:12.883 INFO kablam! Oct 14 13:18:12.915 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:12.916 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:12.916 INFO kablam! | Oct 14 13:18:12.916 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:12.917 INFO kablam! | ----^^^^^^ Oct 14 13:18:12.917 INFO kablam! | | Oct 14 13:18:12.917 INFO kablam! | help: remove this `mut` Oct 14 13:18:12.918 INFO kablam! | Oct 14 13:18:12.918 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:12.918 INFO kablam! Oct 14 13:18:12.923 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:12.924 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:12.924 INFO kablam! | Oct 14 13:18:12.924 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:12.925 INFO kablam! | ----^^^^^ Oct 14 13:18:12.925 INFO kablam! | | Oct 14 13:18:12.925 INFO kablam! | help: remove this `mut` Oct 14 13:18:12.925 INFO kablam! Oct 14 13:18:17.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.43s Oct 14 13:18:17.936 INFO kablam! su: No module specific data is present Oct 14 13:18:19.714 INFO running `"docker" "rm" "-f" "7007dcaf66879b85902a5f598e589d15c4047fd7bc9876b44f8123b45458fc5b"` Oct 14 13:18:20.143 INFO blam! 7007dcaf66879b85902a5f598e589d15c4047fd7bc9876b44f8123b45458fc5b Oct 14 13:18:20.151 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 14 13:18:20.609 INFO blam! b4a4b4315afdd439e457570cfa42bf6fd074254b81565bc1ecb0c594d208249e Oct 14 13:18:20.612 INFO running `"docker" "start" "-a" "b4a4b4315afdd439e457570cfa42bf6fd074254b81565bc1ecb0c594d208249e"` Oct 14 13:18:23.103 INFO kablam! usermod: no changes Oct 14 13:18:23.211 INFO kablam! Compiling libc v0.2.42 Oct 14 13:18:23.211 INFO kablam! Compiling byteorder v1.2.3 Oct 14 13:18:25.339 INFO kablam! Compiling iovec v0.1.2 Oct 14 13:18:25.819 INFO kablam! Compiling bytes v0.4.8 Oct 14 13:18:27.479 INFO kablam! Compiling lua v0.1.0 (/source) Oct 14 13:18:28.147 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:28.147 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:28.147 INFO kablam! | Oct 14 13:18:28.147 INFO kablam! 3 | use state::State; Oct 14 13:18:28.147 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:28.147 INFO kablam! | Oct 14 13:18:28.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:28.147 INFO kablam! Oct 14 13:18:28.147 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:28.147 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:28.147 INFO kablam! | Oct 14 13:18:28.147 INFO kablam! 6 | use std::mem; Oct 14 13:18:28.147 INFO kablam! | ^^^^^^^^ Oct 14 13:18:28.149 INFO kablam! Oct 14 13:18:28.149 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:28.149 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:28.149 INFO kablam! | Oct 14 13:18:28.149 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:28.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:28.149 INFO kablam! | Oct 14 13:18:28.149 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:28.149 INFO kablam! Oct 14 13:18:28.149 INFO kablam! warning: unused imports: `Read`, `Write` Oct 14 13:18:28.149 INFO kablam! --> src/scanner.rs:643:19 Oct 14 13:18:28.149 INFO kablam! | Oct 14 13:18:28.149 INFO kablam! 643 | use std::io::{Read, Write}; Oct 14 13:18:28.149 INFO kablam! | ^^^^ ^^^^^ Oct 14 13:18:28.149 INFO kablam! Oct 14 13:18:28.167 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:28.169 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:28.169 INFO kablam! | Oct 14 13:18:28.169 INFO kablam! 3 | use state::State; Oct 14 13:18:28.169 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:28.169 INFO kablam! | Oct 14 13:18:28.169 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:28.169 INFO kablam! Oct 14 13:18:28.169 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:28.169 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:28.169 INFO kablam! | Oct 14 13:18:28.169 INFO kablam! 6 | use std::mem; Oct 14 13:18:28.169 INFO kablam! | ^^^^^^^^ Oct 14 13:18:28.169 INFO kablam! Oct 14 13:18:28.169 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:28.169 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:28.170 INFO kablam! | Oct 14 13:18:28.170 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:28.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:28.171 INFO kablam! | Oct 14 13:18:28.171 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:28.171 INFO kablam! Oct 14 13:18:28.651 INFO kablam! warning: unreachable expression Oct 14 13:18:28.651 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:28.651 INFO kablam! | Oct 14 13:18:28.651 INFO kablam! 238 | unreachable!() Oct 14 13:18:28.651 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:28.679 INFO kablam! | Oct 14 13:18:28.679 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:28.679 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:28.679 INFO kablam! Oct 14 13:18:28.689 INFO kablam! warning: unreachable expression Oct 14 13:18:28.689 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:28.689 INFO kablam! | Oct 14 13:18:28.689 INFO kablam! 238 | unreachable!() Oct 14 13:18:28.689 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:28.689 INFO kablam! | Oct 14 13:18:28.689 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:28.689 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:28.689 INFO kablam! Oct 14 13:18:28.691 INFO kablam! warning: unreachable expression Oct 14 13:18:28.691 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:28.691 INFO kablam! | Oct 14 13:18:28.691 INFO kablam! 355 | unreachable!() Oct 14 13:18:28.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:28.707 INFO kablam! | Oct 14 13:18:28.707 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:28.707 INFO kablam! Oct 14 13:18:28.735 INFO kablam! warning: unreachable expression Oct 14 13:18:28.735 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:28.735 INFO kablam! | Oct 14 13:18:28.735 INFO kablam! 355 | unreachable!() Oct 14 13:18:28.735 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:28.735 INFO kablam! | Oct 14 13:18:28.735 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 13:18:28.735 INFO kablam! Oct 14 13:18:29.715 INFO kablam! warning: unused variable: `res` Oct 14 13:18:29.715 INFO kablam! --> src/scanner.rs:732:13 Oct 14 13:18:29.715 INFO kablam! | Oct 14 13:18:29.715 INFO kablam! 732 | let res = scanner.scan(); Oct 14 13:18:29.715 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:18:29.715 INFO kablam! | Oct 14 13:18:29.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:18:29.715 INFO kablam! Oct 14 13:18:29.724 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.724 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:29.724 INFO kablam! | Oct 14 13:18:29.724 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:29.724 INFO kablam! | ^^^ Oct 14 13:18:29.724 INFO kablam! | Oct 14 13:18:29.724 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:29.724 INFO kablam! Oct 14 13:18:29.724 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.724 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:29.724 INFO kablam! | Oct 14 13:18:29.724 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:29.724 INFO kablam! | ^^^ Oct 14 13:18:29.724 INFO kablam! Oct 14 13:18:29.724 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.724 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:29.725 INFO kablam! | Oct 14 13:18:29.725 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:29.725 INFO kablam! | ^^^ Oct 14 13:18:29.725 INFO kablam! Oct 14 13:18:29.725 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.725 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:29.725 INFO kablam! | Oct 14 13:18:29.725 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:29.725 INFO kablam! | ^^^ Oct 14 13:18:29.725 INFO kablam! Oct 14 13:18:29.777 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:29.777 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:29.777 INFO kablam! | Oct 14 13:18:29.777 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:29.777 INFO kablam! | ----^^^^^^ Oct 14 13:18:29.777 INFO kablam! | | Oct 14 13:18:29.777 INFO kablam! | help: remove this `mut` Oct 14 13:18:29.777 INFO kablam! | Oct 14 13:18:29.777 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:29.777 INFO kablam! Oct 14 13:18:29.791 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:29.791 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:29.791 INFO kablam! | Oct 14 13:18:29.791 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:29.791 INFO kablam! | ----^^^^^ Oct 14 13:18:29.791 INFO kablam! | | Oct 14 13:18:29.791 INFO kablam! | help: remove this `mut` Oct 14 13:18:29.791 INFO kablam! Oct 14 13:18:29.949 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.950 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:29.950 INFO kablam! | Oct 14 13:18:29.950 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:29.950 INFO kablam! | ^^^ Oct 14 13:18:29.950 INFO kablam! | Oct 14 13:18:29.950 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:29.950 INFO kablam! Oct 14 13:18:29.950 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.950 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:29.950 INFO kablam! | Oct 14 13:18:29.950 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:29.950 INFO kablam! | ^^^ Oct 14 13:18:29.950 INFO kablam! Oct 14 13:18:29.950 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.950 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:29.950 INFO kablam! | Oct 14 13:18:29.950 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:29.950 INFO kablam! | ^^^ Oct 14 13:18:29.950 INFO kablam! Oct 14 13:18:29.954 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:29.954 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:29.954 INFO kablam! | Oct 14 13:18:29.954 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:29.954 INFO kablam! | ^^^ Oct 14 13:18:29.954 INFO kablam! Oct 14 13:18:30.061 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:30.062 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:30.062 INFO kablam! | Oct 14 13:18:30.063 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:30.063 INFO kablam! | ----^^^^^^ Oct 14 13:18:30.063 INFO kablam! | | Oct 14 13:18:30.063 INFO kablam! | help: remove this `mut` Oct 14 13:18:30.064 INFO kablam! | Oct 14 13:18:30.064 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:30.064 INFO kablam! Oct 14 13:18:30.083 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:30.083 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:30.084 INFO kablam! | Oct 14 13:18:30.084 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:30.084 INFO kablam! | ----^^^^^ Oct 14 13:18:30.085 INFO kablam! | | Oct 14 13:18:30.085 INFO kablam! | help: remove this `mut` Oct 14 13:18:30.085 INFO kablam! Oct 14 13:18:36.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.13s Oct 14 13:18:36.269 INFO kablam! su: No module specific data is present Oct 14 13:18:37.215 INFO running `"docker" "rm" "-f" "b4a4b4315afdd439e457570cfa42bf6fd074254b81565bc1ecb0c594d208249e"` Oct 14 13:18:37.603 INFO blam! b4a4b4315afdd439e457570cfa42bf6fd074254b81565bc1ecb0c594d208249e Oct 14 13:18:37.607 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 14 13:18:38.156 INFO blam! 8a9c62dabb598e36e939d0f18e87b583560b00fefeaaa7b9eae617d82f546214 Oct 14 13:18:38.159 INFO running `"docker" "start" "-a" "8a9c62dabb598e36e939d0f18e87b583560b00fefeaaa7b9eae617d82f546214"` Oct 14 13:18:39.955 INFO kablam! usermod: no changes Oct 14 13:18:40.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 13:18:40.023 INFO kablam! Running /target/debug/deps/lua-8847279c52053e8a Oct 14 13:18:40.023 INFO blam! Oct 14 13:18:40.023 INFO blam! running 3 tests Oct 14 13:18:40.023 INFO blam! test scanner::tests::is_fns ... ok Oct 14 13:18:40.031 INFO blam! test scanner::tests::scan ... ok Oct 14 13:18:40.031 INFO blam! test scanner::tests::to_string ... ok Oct 14 13:18:40.031 INFO blam! Oct 14 13:18:40.031 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:40.031 INFO blam! Oct 14 13:18:40.031 INFO blam! Oct 14 13:18:40.031 INFO blam! running 0 tests Oct 14 13:18:40.031 INFO blam! Oct 14 13:18:40.031 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:40.031 INFO blam! Oct 14 13:18:40.033 INFO kablam! Running /target/debug/deps/lua-b4d56659e106bc2b Oct 14 13:18:40.033 INFO kablam! Doc-tests lua Oct 14 13:18:40.555 INFO blam! Oct 14 13:18:40.555 INFO blam! running 2 tests Oct 14 13:18:41.119 INFO blam! test src/scanner.rs - scanner::Scanner::reserved_or_name (line 597) ... ok Oct 14 13:18:41.439 INFO blam! test src/state.rs - state::State::new (line 18) ... ok Oct 14 13:18:41.439 INFO blam! Oct 14 13:18:41.440 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:41.440 INFO blam! Oct 14 13:18:41.455 INFO kablam! su: No module specific data is present Oct 14 13:18:42.738 INFO running `"docker" "rm" "-f" "8a9c62dabb598e36e939d0f18e87b583560b00fefeaaa7b9eae617d82f546214"` Oct 14 13:18:43.075 INFO blam! 8a9c62dabb598e36e939d0f18e87b583560b00fefeaaa7b9eae617d82f546214