Oct 11 00:50:17.839 INFO testing cultofmetatron/r_monkey against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:50:17.839 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:50:17.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:50:18.462 INFO blam! d9455b6efc6dbd6868ea3e3086b002abbfdc929cbcc628cc5e81aec784e496b5 Oct 11 00:50:18.463 INFO running `"docker" "start" "-a" "d9455b6efc6dbd6868ea3e3086b002abbfdc929cbcc628cc5e81aec784e496b5"` Oct 11 00:50:19.447 INFO kablam! usermod: no changes Oct 11 00:50:19.501 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 11 00:50:20.028 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 00:50:20.028 INFO kablam! --> src/lexer.rs:1:5 Oct 11 00:50:20.028 INFO kablam! | Oct 11 00:50:20.028 INFO kablam! 1 | use std::collections::HashMap; Oct 11 00:50:20.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:20.028 INFO kablam! | Oct 11 00:50:20.028 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:50:20.028 INFO kablam! Oct 11 00:50:20.099 INFO kablam! warning: unused variable: `skip` Oct 11 00:50:20.099 INFO kablam! --> src/lexer.rs:65:13 Oct 11 00:50:20.099 INFO kablam! | Oct 11 00:50:20.099 INFO kablam! 65 | let mut skip : bool = false; Oct 11 00:50:20.099 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 11 00:50:20.099 INFO kablam! | Oct 11 00:50:20.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:50:20.099 INFO kablam! Oct 11 00:50:20.099 INFO kablam! warning: unused variable: `index` Oct 11 00:50:20.099 INFO kablam! --> src/lexer.rs:66:13 Oct 11 00:50:20.099 INFO kablam! | Oct 11 00:50:20.099 INFO kablam! 66 | let mut index : usize = 0; Oct 11 00:50:20.099 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 00:50:20.099 INFO kablam! Oct 11 00:50:20.111 INFO kablam! warning: variable does not need to be mutable Oct 11 00:50:20.111 INFO kablam! --> src/lexer.rs:65:9 Oct 11 00:50:20.111 INFO kablam! | Oct 11 00:50:20.111 INFO kablam! 65 | let mut skip : bool = false; Oct 11 00:50:20.111 INFO kablam! | ----^^^^ Oct 11 00:50:20.111 INFO kablam! | | Oct 11 00:50:20.111 INFO kablam! | help: remove this `mut` Oct 11 00:50:20.111 INFO kablam! | Oct 11 00:50:20.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:50:20.111 INFO kablam! Oct 11 00:50:20.111 INFO kablam! warning: variable does not need to be mutable Oct 11 00:50:20.111 INFO kablam! --> src/lexer.rs:66:9 Oct 11 00:50:20.111 INFO kablam! | Oct 11 00:50:20.111 INFO kablam! 66 | let mut index : usize = 0; Oct 11 00:50:20.111 INFO kablam! | ----^^^^^ Oct 11 00:50:20.111 INFO kablam! | | Oct 11 00:50:20.111 INFO kablam! | help: remove this `mut` Oct 11 00:50:20.111 INFO kablam! Oct 11 00:50:20.114 INFO kablam! warning: variant is never constructed: `Asterix` Oct 11 00:50:20.114 INFO kablam! --> src/lexer.rs:23:5 Oct 11 00:50:20.114 INFO kablam! | Oct 11 00:50:20.114 INFO kablam! 23 | Asterix, Oct 11 00:50:20.114 INFO kablam! | ^^^^^^^ Oct 11 00:50:20.114 INFO kablam! | Oct 11 00:50:20.114 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:50:20.114 INFO kablam! Oct 11 00:50:20.114 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 11 00:50:20.114 INFO kablam! --> src/lexer.rs:144:3 Oct 11 00:50:20.114 INFO kablam! | Oct 11 00:50:20.114 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 11 00:50:20.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:20.114 INFO kablam! Oct 11 00:50:20.114 INFO kablam! warning: enum is never used: `NextChar` Oct 11 00:50:20.114 INFO kablam! --> src/lexer.rs:154:3 Oct 11 00:50:20.114 INFO kablam! | Oct 11 00:50:20.114 INFO kablam! 154 | enum NextChar { Oct 11 00:50:20.114 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:50:20.114 INFO kablam! Oct 11 00:50:20.115 INFO kablam! warning: function is never used: `peek_ahead` Oct 11 00:50:20.115 INFO kablam! --> src/lexer.rs:159:3 Oct 11 00:50:20.115 INFO kablam! | Oct 11 00:50:20.115 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 11 00:50:20.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:20.115 INFO kablam! Oct 11 00:50:20.115 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 11 00:50:20.115 INFO kablam! --> src/lexer.rs:67:9 Oct 11 00:50:20.115 INFO kablam! | Oct 11 00:50:20.115 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 11 00:50:20.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:50:20.115 INFO kablam! | Oct 11 00:50:20.115 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:50:20.115 INFO kablam! Oct 11 00:50:20.116 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 11 00:50:20.116 INFO kablam! --> src/lexer.rs:159:31 Oct 11 00:50:20.116 INFO kablam! | Oct 11 00:50:20.116 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 11 00:50:20.116 INFO kablam! | ^^^^ Oct 11 00:50:20.116 INFO kablam! Oct 11 00:50:20.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 11 00:50:20.422 INFO kablam! su: No module specific data is present Oct 11 00:50:22.044 INFO running `"docker" "rm" "-f" "d9455b6efc6dbd6868ea3e3086b002abbfdc929cbcc628cc5e81aec784e496b5"` Oct 11 00:50:22.304 INFO blam! d9455b6efc6dbd6868ea3e3086b002abbfdc929cbcc628cc5e81aec784e496b5 Oct 11 00:50:22.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:50:22.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:50:22.717 INFO blam! dfc634a5cfa9a0e0d4c1e8d14fd94b64aee7c196d0181b2353303d1b622e01e0 Oct 11 00:50:22.719 INFO running `"docker" "start" "-a" "dfc634a5cfa9a0e0d4c1e8d14fd94b64aee7c196d0181b2353303d1b622e01e0"` Oct 11 00:50:23.833 INFO kablam! usermod: no changes Oct 11 00:50:23.914 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 11 00:50:24.977 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 00:50:24.977 INFO kablam! --> src/lexer.rs:1:5 Oct 11 00:50:24.977 INFO kablam! | Oct 11 00:50:24.977 INFO kablam! 1 | use std::collections::HashMap; Oct 11 00:50:24.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:24.978 INFO kablam! | Oct 11 00:50:24.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:50:24.978 INFO kablam! Oct 11 00:50:25.151 INFO kablam! warning: unused variable: `skip` Oct 11 00:50:25.152 INFO kablam! --> src/lexer.rs:65:13 Oct 11 00:50:25.152 INFO kablam! | Oct 11 00:50:25.152 INFO kablam! 65 | let mut skip : bool = false; Oct 11 00:50:25.153 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 11 00:50:25.153 INFO kablam! | Oct 11 00:50:25.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:50:25.154 INFO kablam! Oct 11 00:50:25.154 INFO kablam! warning: unused variable: `index` Oct 11 00:50:25.154 INFO kablam! --> src/lexer.rs:66:13 Oct 11 00:50:25.154 INFO kablam! | Oct 11 00:50:25.154 INFO kablam! 66 | let mut index : usize = 0; Oct 11 00:50:25.154 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 00:50:25.154 INFO kablam! Oct 11 00:50:25.164 INFO kablam! warning: variable does not need to be mutable Oct 11 00:50:25.165 INFO kablam! --> src/lexer.rs:65:9 Oct 11 00:50:25.165 INFO kablam! | Oct 11 00:50:25.165 INFO kablam! 65 | let mut skip : bool = false; Oct 11 00:50:25.166 INFO kablam! | ----^^^^ Oct 11 00:50:25.166 INFO kablam! | | Oct 11 00:50:25.166 INFO kablam! | help: remove this `mut` Oct 11 00:50:25.166 INFO kablam! | Oct 11 00:50:25.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:50:25.166 INFO kablam! Oct 11 00:50:25.166 INFO kablam! warning: variable does not need to be mutable Oct 11 00:50:25.166 INFO kablam! --> src/lexer.rs:66:9 Oct 11 00:50:25.167 INFO kablam! | Oct 11 00:50:25.167 INFO kablam! 66 | let mut index : usize = 0; Oct 11 00:50:25.167 INFO kablam! | ----^^^^^ Oct 11 00:50:25.167 INFO kablam! | | Oct 11 00:50:25.167 INFO kablam! | help: remove this `mut` Oct 11 00:50:25.167 INFO kablam! Oct 11 00:50:25.179 INFO kablam! warning: variant is never constructed: `Asterix` Oct 11 00:50:25.180 INFO kablam! --> src/lexer.rs:23:5 Oct 11 00:50:25.180 INFO kablam! | Oct 11 00:50:25.180 INFO kablam! 23 | Asterix, Oct 11 00:50:25.181 INFO kablam! | ^^^^^^^ Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:25.181 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 11 00:50:25.181 INFO kablam! --> src/lexer.rs:144:3 Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 11 00:50:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:25.181 INFO kablam! warning: enum is never used: `NextChar` Oct 11 00:50:25.181 INFO kablam! --> src/lexer.rs:154:3 Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! 154 | enum NextChar { Oct 11 00:50:25.181 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:25.181 INFO kablam! warning: function is never used: `peek_ahead` Oct 11 00:50:25.181 INFO kablam! --> src/lexer.rs:159:3 Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 11 00:50:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:25.181 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 11 00:50:25.181 INFO kablam! --> src/lexer.rs:67:9 Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 11 00:50:25.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:25.181 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 11 00:50:25.181 INFO kablam! --> src/lexer.rs:159:31 Oct 11 00:50:25.181 INFO kablam! | Oct 11 00:50:25.181 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 11 00:50:25.181 INFO kablam! | ^^^^ Oct 11 00:50:25.181 INFO kablam! Oct 11 00:50:26.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 11 00:50:26.215 INFO kablam! su: No module specific data is present Oct 11 00:50:32.251 INFO running `"docker" "rm" "-f" "dfc634a5cfa9a0e0d4c1e8d14fd94b64aee7c196d0181b2353303d1b622e01e0"` Oct 11 00:50:32.409 INFO blam! dfc634a5cfa9a0e0d4c1e8d14fd94b64aee7c196d0181b2353303d1b622e01e0 Oct 11 00:50:32.420 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:50:32.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:50:32.760 INFO blam! a357f7ae36779eeb0b4d981d506c21f18b573a05058ebc65c0a1f13267674f0c Oct 11 00:50:32.762 INFO running `"docker" "start" "-a" "a357f7ae36779eeb0b4d981d506c21f18b573a05058ebc65c0a1f13267674f0c"` Oct 11 00:50:33.346 INFO kablam! usermod: no changes Oct 11 00:50:33.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 00:50:33.379 INFO kablam! Running /target/debug/deps/r_monkey-031f8fe2fb8d8501 Oct 11 00:50:33.385 INFO blam! Oct 11 00:50:33.385 INFO blam! running 3 tests Oct 11 00:50:33.385 INFO blam! test lexer::test_special_tokens ... ok Oct 11 00:50:33.386 INFO blam! test lexer::test_next_token_with_basic_stuff ... ok Oct 11 00:50:33.386 INFO blam! test lexer::test_for_keywords ... ok Oct 11 00:50:33.386 INFO blam! Oct 11 00:50:33.386 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:50:33.387 INFO blam! Oct 11 00:50:33.389 INFO kablam! su: No module specific data is present Oct 11 00:50:34.227 INFO running `"docker" "rm" "-f" "a357f7ae36779eeb0b4d981d506c21f18b573a05058ebc65c0a1f13267674f0c"` Oct 11 00:50:34.527 INFO blam! a357f7ae36779eeb0b4d981d506c21f18b573a05058ebc65c0a1f13267674f0c