Oct 15 10:06:23.564 INFO testing Iorveth/EnoRust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:06:23.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:06:24.003 INFO blam! cde7b529cf913c9cbb7552aea8f211f0f5a13fa47bb82a3ffe87cae344a68aeb Oct 15 10:06:24.011 INFO running `"docker" "start" "-a" "cde7b529cf913c9cbb7552aea8f211f0f5a13fa47bb82a3ffe87cae344a68aeb"` Oct 15 10:06:25.367 INFO kablam! usermod: no changes Oct 15 10:06:25.447 INFO kablam! Compiling runtime-fmt v0.3.0 Oct 15 10:06:25.455 INFO kablam! Compiling memchr v2.0.2 Oct 15 10:06:26.442 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 10:06:28.119 INFO kablam! Compiling regex v1.0.5 Oct 15 10:06:37.403 INFO kablam! Compiling EnoRust v0.1.0 (/source) Oct 15 10:06:38.399 INFO kablam! warning: unused variable: `name_end_column` Oct 15 10:06:38.399 INFO kablam! --> src/tokenizer.rs:480:25 Oct 15 10:06:38.399 INFO kablam! | Oct 15 10:06:38.399 INFO kablam! 480 | let name_end_column = Oct 15 10:06:38.399 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_name_end_column` instead Oct 15 10:06:38.399 INFO kablam! | Oct 15 10:06:38.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:06:38.399 INFO kablam! Oct 15 10:06:38.399 INFO kablam! warning: value assigned to `instr` is never read Oct 15 10:06:38.399 INFO kablam! --> src/tokenizer.rs:654:29 Oct 15 10:06:38.399 INFO kablam! | Oct 15 10:06:38.399 INFO kablam! 654 | let mut instr = HashMap::new(); Oct 15 10:06:38.399 INFO kablam! | ^^^^^ Oct 15 10:06:38.399 INFO kablam! | Oct 15 10:06:38.399 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:06:38.399 INFO kablam! Oct 15 10:06:38.399 INFO kablam! warning: value assigned to `block` is never read Oct 15 10:06:38.399 INFO kablam! --> src/tokenizer.rs:763:17 Oct 15 10:06:38.399 INFO kablam! | Oct 15 10:06:38.400 INFO kablam! 763 | block = true; Oct 15 10:06:38.400 INFO kablam! | ^^^^^ Oct 15 10:06:38.400 INFO kablam! Oct 15 10:06:38.474 INFO kablam! error[E0596]: cannot borrow immutable borrowed content as mutable Oct 15 10:06:38.474 INFO kablam! --> src/tokenizer.rs:627:17 Oct 15 10:06:38.474 INFO kablam! | Oct 15 10:06:38.474 INFO kablam! 627 | / self.context Oct 15 10:06:38.474 INFO kablam! 628 | | .get("Instructions") Oct 15 10:06:38.474 INFO kablam! 629 | | .unwrap() Oct 15 10:06:38.475 INFO kablam! 630 | | .get_instruction() Oct 15 10:06:38.475 INFO kablam! 631 | | .as_mut() Oct 15 10:06:38.475 INFO kablam! 632 | | .unwrap() Oct 15 10:06:38.475 INFO kablam! | |_____________________________^ cannot borrow as mutable Oct 15 10:06:38.475 INFO kablam! Oct 15 10:06:38.475 INFO kablam! error[E0596]: cannot borrow immutable borrowed content as mutable Oct 15 10:06:38.475 INFO kablam! --> src/tokenizer.rs:932:21 Oct 15 10:06:38.475 INFO kablam! | Oct 15 10:06:38.475 INFO kablam! 932 | / self.context Oct 15 10:06:38.475 INFO kablam! 933 | | .get("Instructions") Oct 15 10:06:38.475 INFO kablam! 934 | | .unwrap() Oct 15 10:06:38.475 INFO kablam! 935 | | .get_instruction() Oct 15 10:06:38.475 INFO kablam! 936 | | .unwrap() Oct 15 10:06:38.475 INFO kablam! | |_________________________________^ cannot borrow as mutable Oct 15 10:06:38.475 INFO kablam! Oct 15 10:06:38.475 INFO kablam! error[E0596]: cannot borrow immutable borrowed content as mutable Oct 15 10:06:38.475 INFO kablam! --> src/tokenizer.rs:946:25 Oct 15 10:06:38.475 INFO kablam! | Oct 15 10:06:38.475 INFO kablam! 946 | / self.context Oct 15 10:06:38.475 INFO kablam! 947 | | .get("Instructions") Oct 15 10:06:38.476 INFO kablam! 948 | | .unwrap() Oct 15 10:06:38.476 INFO kablam! 949 | | .get_instruction() Oct 15 10:06:38.476 INFO kablam! 950 | | .unwrap() Oct 15 10:06:38.476 INFO kablam! | |_____________________________________^ cannot borrow as mutable Oct 15 10:06:38.476 INFO kablam! Oct 15 10:06:38.484 INFO kablam! error[E0596]: cannot borrow immutable borrowed content as mutable Oct 15 10:06:38.484 INFO kablam! --> src/tokenizer.rs:979:25 Oct 15 10:06:38.484 INFO kablam! | Oct 15 10:06:38.484 INFO kablam! 979 | / val.get_instruction() Oct 15 10:06:38.484 INFO kablam! 980 | | .as_mut() Oct 15 10:06:38.484 INFO kablam! 981 | | .unwrap() Oct 15 10:06:38.484 INFO kablam! | |_____________________________________^ cannot borrow as mutable Oct 15 10:06:38.484 INFO kablam! Oct 15 10:06:38.484 INFO kablam! error[E0596]: cannot borrow immutable borrowed content as mutable Oct 15 10:06:38.484 INFO kablam! --> src/tokenizer.rs:999:25 Oct 15 10:06:38.484 INFO kablam! | Oct 15 10:06:38.484 INFO kablam! 999 | val.get_instruction().unwrap().push_back(instruction.clone()); Oct 15 10:06:38.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot borrow as mutable Oct 15 10:06:38.485 INFO kablam! Oct 15 10:06:38.493 INFO kablam! error: aborting due to 5 previous errors Oct 15 10:06:38.493 INFO kablam! Oct 15 10:06:38.493 INFO kablam! For more information about this error, try `rustc --explain E0596`. Oct 15 10:06:38.513 INFO kablam! error: Could not compile `EnoRust`. Oct 15 10:06:38.513 INFO kablam! Oct 15 10:06:38.513 INFO kablam! To learn more, run the command again with --verbose. Oct 15 10:06:38.513 INFO kablam! su: No module specific data is present Oct 15 10:06:39.339 INFO running `"docker" "rm" "-f" "cde7b529cf913c9cbb7552aea8f211f0f5a13fa47bb82a3ffe87cae344a68aeb"` Oct 15 10:06:39.553 INFO blam! cde7b529cf913c9cbb7552aea8f211f0f5a13fa47bb82a3ffe87cae344a68aeb