Oct 14 13:17:57.015 INFO testing lonnng/lua-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:17:57.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:17:57.601 INFO blam! 9e17820ae94e26dc124114f8582964dca165e72036d105454d8ab59e984da76a Oct 14 13:17:57.603 INFO running `"docker" "start" "-a" "9e17820ae94e26dc124114f8582964dca165e72036d105454d8ab59e984da76a"` Oct 14 13:17:59.239 INFO kablam! usermod: no changes Oct 14 13:17:59.355 INFO kablam! Compiling libc v0.2.42 Oct 14 13:17:59.375 INFO kablam! Compiling byteorder v1.2.3 Oct 14 13:18:01.375 INFO kablam! Compiling iovec v0.1.2 Oct 14 13:18:01.800 INFO kablam! Compiling bytes v0.4.8 Oct 14 13:18:03.743 INFO kablam! Compiling lua v0.1.0 (/source) Oct 14 13:18:04.135 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:04.135 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:04.136 INFO kablam! | Oct 14 13:18:04.136 INFO kablam! 3 | use state::State; Oct 14 13:18:04.136 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:04.136 INFO kablam! | Oct 14 13:18:04.136 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:04.136 INFO kablam! Oct 14 13:18:04.143 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:04.143 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:04.143 INFO kablam! | Oct 14 13:18:04.144 INFO kablam! 6 | use std::mem; Oct 14 13:18:04.144 INFO kablam! | ^^^^^^^^ Oct 14 13:18:04.144 INFO kablam! Oct 14 13:18:04.144 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:04.144 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:04.145 INFO kablam! | Oct 14 13:18:04.145 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:04.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:04.145 INFO kablam! | Oct 14 13:18:04.145 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:04.146 INFO kablam! Oct 14 13:18:04.407 INFO kablam! warning: unreachable expression Oct 14 13:18:04.407 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:04.408 INFO kablam! | Oct 14 13:18:04.408 INFO kablam! 238 | unreachable!() Oct 14 13:18:04.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:04.409 INFO kablam! | Oct 14 13:18:04.409 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:04.409 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:04.410 INFO kablam! Oct 14 13:18:04.432 INFO kablam! warning: unreachable expression Oct 14 13:18:04.432 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:04.433 INFO kablam! | Oct 14 13:18:04.433 INFO kablam! 355 | unreachable!() Oct 14 13:18:04.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:04.434 INFO kablam! | Oct 14 13:18:04.434 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:04.434 INFO kablam! Oct 14 13:18:05.135 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:05.135 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:05.135 INFO kablam! | Oct 14 13:18:05.135 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:05.135 INFO kablam! | ^^^ Oct 14 13:18:05.136 INFO kablam! | Oct 14 13:18:05.136 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:05.136 INFO kablam! Oct 14 13:18:05.136 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:05.136 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:05.136 INFO kablam! | Oct 14 13:18:05.136 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:05.136 INFO kablam! | ^^^ Oct 14 13:18:05.136 INFO kablam! Oct 14 13:18:05.136 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:05.136 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:05.136 INFO kablam! | Oct 14 13:18:05.136 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:05.136 INFO kablam! | ^^^ Oct 14 13:18:05.136 INFO kablam! Oct 14 13:18:05.139 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:05.139 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:05.139 INFO kablam! | Oct 14 13:18:05.139 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:05.139 INFO kablam! | ^^^ Oct 14 13:18:05.139 INFO kablam! Oct 14 13:18:05.172 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:05.172 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:05.172 INFO kablam! | Oct 14 13:18:05.172 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:05.172 INFO kablam! | ----^^^^^^ Oct 14 13:18:05.172 INFO kablam! | | Oct 14 13:18:05.172 INFO kablam! | help: remove this `mut` Oct 14 13:18:05.172 INFO kablam! | Oct 14 13:18:05.173 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:05.173 INFO kablam! Oct 14 13:18:05.179 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:05.180 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:05.180 INFO kablam! | Oct 14 13:18:05.180 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:05.181 INFO kablam! | ----^^^^^ Oct 14 13:18:05.181 INFO kablam! | | Oct 14 13:18:05.181 INFO kablam! | help: remove this `mut` Oct 14 13:18:05.182 INFO kablam! Oct 14 13:18:09.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.47s Oct 14 13:18:09.750 INFO kablam! su: No module specific data is present Oct 14 13:18:11.291 INFO running `"docker" "rm" "-f" "9e17820ae94e26dc124114f8582964dca165e72036d105454d8ab59e984da76a"` Oct 14 13:18:11.623 INFO blam! 9e17820ae94e26dc124114f8582964dca165e72036d105454d8ab59e984da76a Oct 14 13:18:11.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:12.145 INFO blam! 05d71ec07a2198b074ee865bbc26694612dbfe090644297fd2e989f62a7a85a5 Oct 14 13:18:12.148 INFO running `"docker" "start" "-a" "05d71ec07a2198b074ee865bbc26694612dbfe090644297fd2e989f62a7a85a5"` Oct 14 13:18:14.835 INFO kablam! usermod: no changes Oct 14 13:18:14.923 INFO kablam! Compiling libc v0.2.42 Oct 14 13:18:14.923 INFO kablam! Compiling byteorder v1.2.3 Oct 14 13:18:17.276 INFO kablam! Compiling iovec v0.1.2 Oct 14 13:18:17.659 INFO kablam! Compiling bytes v0.4.8 Oct 14 13:18:19.508 INFO kablam! Compiling lua v0.1.0 (/source) Oct 14 13:18:20.031 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:20.032 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:20.032 INFO kablam! | Oct 14 13:18:20.033 INFO kablam! 3 | use state::State; Oct 14 13:18:20.034 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:20.034 INFO kablam! | Oct 14 13:18:20.034 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:20.034 INFO kablam! Oct 14 13:18:20.034 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:20.034 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:20.034 INFO kablam! | Oct 14 13:18:20.034 INFO kablam! 6 | use std::mem; Oct 14 13:18:20.034 INFO kablam! | ^^^^^^^^ Oct 14 13:18:20.034 INFO kablam! Oct 14 13:18:20.034 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:20.034 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:20.034 INFO kablam! | Oct 14 13:18:20.034 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:20.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:20.034 INFO kablam! | Oct 14 13:18:20.034 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:20.034 INFO kablam! Oct 14 13:18:20.202 INFO kablam! warning: unused import: `state::State` Oct 14 13:18:20.203 INFO kablam! --> src/scanner.rs:3:5 Oct 14 13:18:20.203 INFO kablam! | Oct 14 13:18:20.203 INFO kablam! 3 | use state::State; Oct 14 13:18:20.204 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:18:20.204 INFO kablam! | Oct 14 13:18:20.204 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:18:20.205 INFO kablam! Oct 14 13:18:20.205 INFO kablam! warning: unused import: `std::mem` Oct 14 13:18:20.205 INFO kablam! --> src/scanner.rs:6:5 Oct 14 13:18:20.205 INFO kablam! | Oct 14 13:18:20.206 INFO kablam! 6 | use std::mem; Oct 14 13:18:20.206 INFO kablam! | ^^^^^^^^ Oct 14 13:18:20.206 INFO kablam! Oct 14 13:18:20.207 INFO kablam! warning: doc comment not used by rustdoc Oct 14 13:18:20.207 INFO kablam! --> src/scanner.rs:368:25 Oct 14 13:18:20.207 INFO kablam! | Oct 14 13:18:20.207 INFO kablam! 368 | /// Escape charactors Oct 14 13:18:20.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:18:20.208 INFO kablam! | Oct 14 13:18:20.208 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 13:18:20.209 INFO kablam! Oct 14 13:18:20.209 INFO kablam! warning: unused imports: `Read`, `Write` Oct 14 13:18:20.209 INFO kablam! --> src/scanner.rs:643:19 Oct 14 13:18:20.209 INFO kablam! | Oct 14 13:18:20.209 INFO kablam! 643 | use std::io::{Read, Write}; Oct 14 13:18:20.210 INFO kablam! | ^^^^ ^^^^^ Oct 14 13:18:20.210 INFO kablam! Oct 14 13:18:20.423 INFO kablam! warning: unreachable expression Oct 14 13:18:20.423 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:20.424 INFO kablam! | Oct 14 13:18:20.425 INFO kablam! 238 | unreachable!() Oct 14 13:18:20.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:20.427 INFO kablam! | Oct 14 13:18:20.427 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:20.427 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:20.427 INFO kablam! Oct 14 13:18:20.455 INFO kablam! warning: unreachable expression Oct 14 13:18:20.456 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:20.457 INFO kablam! | Oct 14 13:18:20.457 INFO kablam! 355 | unreachable!() Oct 14 13:18:20.457 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:20.463 INFO kablam! | Oct 14 13:18:20.463 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:20.464 INFO kablam! Oct 14 13:18:20.663 INFO kablam! warning: unreachable expression Oct 14 13:18:20.663 INFO kablam! --> src/scanner.rs:238:9 Oct 14 13:18:20.663 INFO kablam! | Oct 14 13:18:20.663 INFO kablam! 238 | unreachable!() Oct 14 13:18:20.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:20.663 INFO kablam! | Oct 14 13:18:20.663 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:18:20.663 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:20.663 INFO kablam! Oct 14 13:18:20.687 INFO kablam! warning: unreachable expression Oct 14 13:18:20.687 INFO kablam! --> src/scanner.rs:355:9 Oct 14 13:18:20.687 INFO kablam! | Oct 14 13:18:20.687 INFO kablam! 355 | unreachable!() Oct 14 13:18:20.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 13:18:20.687 INFO kablam! | Oct 14 13:18:20.687 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:20.687 INFO kablam! Oct 14 13:18:21.675 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.675 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:21.675 INFO kablam! | Oct 14 13:18:21.675 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:21.675 INFO kablam! | ^^^ Oct 14 13:18:21.675 INFO kablam! | Oct 14 13:18:21.675 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:21.675 INFO kablam! Oct 14 13:18:21.675 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.675 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:21.675 INFO kablam! | Oct 14 13:18:21.675 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:21.675 INFO kablam! | ^^^ Oct 14 13:18:21.675 INFO kablam! Oct 14 13:18:21.675 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.675 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:21.675 INFO kablam! | Oct 14 13:18:21.675 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:21.675 INFO kablam! | ^^^ Oct 14 13:18:21.675 INFO kablam! Oct 14 13:18:21.683 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.683 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:21.683 INFO kablam! | Oct 14 13:18:21.683 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:21.683 INFO kablam! | ^^^ Oct 14 13:18:21.683 INFO kablam! Oct 14 13:18:21.723 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:21.723 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:21.723 INFO kablam! | Oct 14 13:18:21.723 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:21.723 INFO kablam! | ----^^^^^^ Oct 14 13:18:21.723 INFO kablam! | | Oct 14 13:18:21.723 INFO kablam! | help: remove this `mut` Oct 14 13:18:21.723 INFO kablam! | Oct 14 13:18:21.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:21.723 INFO kablam! Oct 14 13:18:21.731 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:21.731 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:21.731 INFO kablam! | Oct 14 13:18:21.731 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:21.731 INFO kablam! | ----^^^^^ Oct 14 13:18:21.731 INFO kablam! | | Oct 14 13:18:21.731 INFO kablam! | help: remove this `mut` Oct 14 13:18:21.731 INFO kablam! Oct 14 13:18:21.904 INFO kablam! warning: unused variable: `res` Oct 14 13:18:21.904 INFO kablam! --> src/scanner.rs:732:13 Oct 14 13:18:21.904 INFO kablam! | Oct 14 13:18:21.904 INFO kablam! 732 | let res = scanner.scan(); Oct 14 13:18:21.904 INFO kablam! | ^^^ help: consider using `_res` instead Oct 14 13:18:21.904 INFO kablam! | Oct 14 13:18:21.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:18:21.904 INFO kablam! Oct 14 13:18:21.910 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.910 INFO kablam! --> src/compiler.rs:933:21 Oct 14 13:18:21.910 INFO kablam! | Oct 14 13:18:21.910 INFO kablam! 933 | reg += self.compile_expr(reg, expr, expr_ctx); Oct 14 13:18:21.910 INFO kablam! | ^^^ Oct 14 13:18:21.910 INFO kablam! | Oct 14 13:18:21.910 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 13:18:21.910 INFO kablam! Oct 14 13:18:21.910 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.910 INFO kablam! --> src/compiler.rs:937:21 Oct 14 13:18:21.910 INFO kablam! | Oct 14 13:18:21.910 INFO kablam! 937 | reg += self.compile_expr(reg, expr, &ExprContext::with_opt(0)); Oct 14 13:18:21.910 INFO kablam! | ^^^ Oct 14 13:18:21.910 INFO kablam! Oct 14 13:18:21.910 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.910 INFO kablam! --> src/compiler.rs:1020:17 Oct 14 13:18:21.910 INFO kablam! | Oct 14 13:18:21.910 INFO kablam! 1020 | reg += self.compile_expr(reg, rhs, &ExprContext::with_opt(0)); Oct 14 13:18:21.910 INFO kablam! | ^^^ Oct 14 13:18:21.910 INFO kablam! Oct 14 13:18:21.919 INFO kablam! warning: value assigned to `reg` is never read Oct 14 13:18:21.919 INFO kablam! --> src/compiler.rs:1676:21 Oct 14 13:18:21.919 INFO kablam! | Oct 14 13:18:21.919 INFO kablam! 1676 | reg += self.compile_expr(reg, &exprs[0], &ExprContext::with_opt(-2)); Oct 14 13:18:21.919 INFO kablam! | ^^^ Oct 14 13:18:21.919 INFO kablam! Oct 14 13:18:22.011 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:22.011 INFO kablam! --> src/scanner.rs:475:17 Oct 14 13:18:22.011 INFO kablam! | Oct 14 13:18:22.011 INFO kablam! 475 | let mut cvalue = c as u32; Oct 14 13:18:22.011 INFO kablam! | ----^^^^^^ Oct 14 13:18:22.011 INFO kablam! | | Oct 14 13:18:22.011 INFO kablam! | help: remove this `mut` Oct 14 13:18:22.011 INFO kablam! | Oct 14 13:18:22.011 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:18:22.011 INFO kablam! Oct 14 13:18:22.031 INFO kablam! warning: variable does not need to be mutable Oct 14 13:18:22.031 INFO kablam! --> src/scanner.rs:517:49 Oct 14 13:18:22.031 INFO kablam! | Oct 14 13:18:22.031 INFO kablam! 517 | let (mut fraction, mut latest_char, mut count) = self.read_hexadecimal(0.0); Oct 14 13:18:22.031 INFO kablam! | ----^^^^^ Oct 14 13:18:22.031 INFO kablam! | | Oct 14 13:18:22.031 INFO kablam! | help: remove this `mut` Oct 14 13:18:22.031 INFO kablam! Oct 14 13:18:28.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.27s Oct 14 13:18:28.144 INFO kablam! su: No module specific data is present Oct 14 13:18:29.658 INFO running `"docker" "rm" "-f" "05d71ec07a2198b074ee865bbc26694612dbfe090644297fd2e989f62a7a85a5"` Oct 14 13:18:29.979 INFO blam! 05d71ec07a2198b074ee865bbc26694612dbfe090644297fd2e989f62a7a85a5 Oct 14 13:18:29.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.400 INFO blam! be7dca25c374e8e2c5ed15ac4963a7269e3d3fc7ec2748ceb871ba7b3133e1c2 Oct 14 13:18:30.402 INFO running `"docker" "start" "-a" "be7dca25c374e8e2c5ed15ac4963a7269e3d3fc7ec2748ceb871ba7b3133e1c2"` Oct 14 13:18:32.770 INFO kablam! usermod: no changes Oct 14 13:18:32.863 INFO blam! Oct 14 13:18:32.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 13:18:32.863 INFO blam! running 3 tests Oct 14 13:18:32.863 INFO kablam! Running /target/debug/deps/lua-fc794a3db737b388 Oct 14 13:18:32.863 INFO blam! test scanner::tests::to_string ... ok Oct 14 13:18:32.863 INFO blam! test scanner::tests::is_fns ... ok Oct 14 13:18:32.867 INFO blam! test scanner::tests::scan ... ok Oct 14 13:18:32.867 INFO blam! Oct 14 13:18:32.867 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:32.867 INFO blam! Oct 14 13:18:32.875 INFO blam! Oct 14 13:18:32.875 INFO blam! running 0 tests Oct 14 13:18:32.875 INFO blam! Oct 14 13:18:32.875 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:32.875 INFO blam! Oct 14 13:18:32.876 INFO kablam! Running /target/debug/deps/lua-3149bdd627592039 Oct 14 13:18:32.876 INFO kablam! Doc-tests lua Oct 14 13:18:33.305 INFO blam! Oct 14 13:18:33.305 INFO blam! running 2 tests Oct 14 13:18:34.455 INFO blam! test src/scanner.rs - scanner::Scanner::reserved_or_name (line 597) ... ok Oct 14 13:18:34.637 INFO blam! test src/state.rs - state::State::new (line 18) ... ok Oct 14 13:18:34.637 INFO blam! Oct 14 13:18:34.638 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:18:34.638 INFO blam! Oct 14 13:18:34.667 INFO kablam! su: No module specific data is present Oct 14 13:18:35.895 INFO running `"docker" "rm" "-f" "be7dca25c374e8e2c5ed15ac4963a7269e3d3fc7ec2748ceb871ba7b3133e1c2"` Oct 14 13:18:36.129 INFO blam! be7dca25c374e8e2c5ed15ac4963a7269e3d3fc7ec2748ceb871ba7b3133e1c2