Oct 14 19:05:10.977 INFO testing haumea-lang/haumea-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:05:10.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:05:11.403 INFO blam! d34b9bdc5b994e0ed141d9a814004efd3c0f98cb29cc47e510ba37b0efcb09b2 Oct 14 19:05:11.411 INFO running `"docker" "start" "-a" "d34b9bdc5b994e0ed141d9a814004efd3c0f98cb29cc47e510ba37b0efcb09b2"` Oct 14 19:05:12.482 INFO kablam! usermod: no changes Oct 14 19:05:12.555 INFO kablam! Compiling haumea v0.1.0 (/source) Oct 14 19:05:13.259 INFO kablam! warning: variable does not need to be mutable Oct 14 19:05:13.259 INFO kablam! --> src/parser.rs:179:16 Oct 14 19:05:13.259 INFO kablam! | Oct 14 19:05:13.259 INFO kablam! 179 | fn match_token(mut token_stream: &mut Vec, expected: &Token) -> Result { Oct 14 19:05:13.259 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:05:13.259 INFO kablam! | | Oct 14 19:05:13.259 INFO kablam! | help: remove this `mut` Oct 14 19:05:13.259 INFO kablam! | Oct 14 19:05:13.259 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:05:13.259 INFO kablam! Oct 14 19:05:13.275 INFO kablam! warning: variable does not need to be mutable Oct 14 19:05:13.275 INFO kablam! --> src/parser.rs:339:18 Oct 14 19:05:13.275 INFO kablam! | Oct 14 19:05:13.275 INFO kablam! 339 | fn parse_declare(mut token_stream: &mut Vec) -> Statement { Oct 14 19:05:13.275 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:05:13.275 INFO kablam! | | Oct 14 19:05:13.275 INFO kablam! | help: remove this `mut` Oct 14 19:05:13.275 INFO kablam! Oct 14 19:05:15.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.42s Oct 14 19:05:15.963 INFO kablam! su: No module specific data is present Oct 14 19:05:18.085 INFO running `"docker" "rm" "-f" "d34b9bdc5b994e0ed141d9a814004efd3c0f98cb29cc47e510ba37b0efcb09b2"` Oct 14 19:05:18.351 INFO blam! d34b9bdc5b994e0ed141d9a814004efd3c0f98cb29cc47e510ba37b0efcb09b2 Oct 14 19:05:18.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:05:18.659 INFO blam! cc4c99e02c5f8657e9db6cbf4254af39e4a5d0f2669e2252a0657ec0faef5104 Oct 14 19:05:18.659 INFO running `"docker" "start" "-a" "cc4c99e02c5f8657e9db6cbf4254af39e4a5d0f2669e2252a0657ec0faef5104"` Oct 14 19:05:19.936 INFO kablam! usermod: no changes Oct 14 19:05:20.039 INFO kablam! Compiling haumea v0.1.0 (/source) Oct 14 19:05:22.111 INFO kablam! warning: variable does not need to be mutable Oct 14 19:05:22.111 INFO kablam! --> src/parser.rs:179:16 Oct 14 19:05:22.111 INFO kablam! | Oct 14 19:05:22.111 INFO kablam! 179 | fn match_token(mut token_stream: &mut Vec, expected: &Token) -> Result { Oct 14 19:05:22.111 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:05:22.111 INFO kablam! | | Oct 14 19:05:22.111 INFO kablam! | help: remove this `mut` Oct 14 19:05:22.111 INFO kablam! | Oct 14 19:05:22.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:05:22.111 INFO kablam! Oct 14 19:05:22.183 INFO kablam! warning: variable does not need to be mutable Oct 14 19:05:22.183 INFO kablam! --> src/parser.rs:339:18 Oct 14 19:05:22.183 INFO kablam! | Oct 14 19:05:22.183 INFO kablam! 339 | fn parse_declare(mut token_stream: &mut Vec) -> Statement { Oct 14 19:05:22.183 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 19:05:22.183 INFO kablam! | | Oct 14 19:05:22.183 INFO kablam! | help: remove this `mut` Oct 14 19:05:22.183 INFO kablam! Oct 14 19:05:23.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 14 19:05:23.097 INFO kablam! su: No module specific data is present Oct 14 19:05:24.231 INFO running `"docker" "rm" "-f" "cc4c99e02c5f8657e9db6cbf4254af39e4a5d0f2669e2252a0657ec0faef5104"` Oct 14 19:05:24.463 INFO blam! cc4c99e02c5f8657e9db6cbf4254af39e4a5d0f2669e2252a0657ec0faef5104