Oct 15 00:00:13.714 INFO testing cultofmetatron/r_monkey against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:00:13.714 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:00:13.922 INFO blam! da20bfe8dd6c822b385d5e6d4a55a3133e746723e3f0fb07ae06cd82125e8b4e Oct 15 00:00:13.923 INFO running `"docker" "start" "-a" "da20bfe8dd6c822b385d5e6d4a55a3133e746723e3f0fb07ae06cd82125e8b4e"` Oct 15 00:00:14.391 INFO kablam! usermod: no changes Oct 15 00:00:14.420 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 15 00:00:14.628 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 00:00:14.628 INFO kablam! --> src/lexer.rs:1:5 Oct 15 00:00:14.628 INFO kablam! | Oct 15 00:00:14.628 INFO kablam! 1 | use std::collections::HashMap; Oct 15 00:00:14.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.628 INFO kablam! | Oct 15 00:00:14.628 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:00:14.628 INFO kablam! Oct 15 00:00:14.686 INFO kablam! warning: unused variable: `skip` Oct 15 00:00:14.686 INFO kablam! --> src/lexer.rs:65:13 Oct 15 00:00:14.687 INFO kablam! | Oct 15 00:00:14.687 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:14.687 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 15 00:00:14.687 INFO kablam! | Oct 15 00:00:14.687 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:00:14.687 INFO kablam! Oct 15 00:00:14.687 INFO kablam! warning: unused variable: `index` Oct 15 00:00:14.687 INFO kablam! --> src/lexer.rs:66:13 Oct 15 00:00:14.687 INFO kablam! | Oct 15 00:00:14.687 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:14.687 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 00:00:14.687 INFO kablam! Oct 15 00:00:14.696 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:14.696 INFO kablam! --> src/lexer.rs:65:9 Oct 15 00:00:14.696 INFO kablam! | Oct 15 00:00:14.696 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:14.696 INFO kablam! | ----^^^^ Oct 15 00:00:14.696 INFO kablam! | | Oct 15 00:00:14.696 INFO kablam! | help: remove this `mut` Oct 15 00:00:14.696 INFO kablam! | Oct 15 00:00:14.696 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:00:14.696 INFO kablam! Oct 15 00:00:14.696 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:14.696 INFO kablam! --> src/lexer.rs:66:9 Oct 15 00:00:14.696 INFO kablam! | Oct 15 00:00:14.696 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:14.696 INFO kablam! | ----^^^^^ Oct 15 00:00:14.696 INFO kablam! | | Oct 15 00:00:14.696 INFO kablam! | help: remove this `mut` Oct 15 00:00:14.696 INFO kablam! Oct 15 00:00:14.699 INFO kablam! warning: variant is never constructed: `Asterix` Oct 15 00:00:14.702 INFO kablam! --> src/lexer.rs:23:5 Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! 23 | Asterix, Oct 15 00:00:14.702 INFO kablam! | ^^^^^^^ Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:00:14.702 INFO kablam! Oct 15 00:00:14.702 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 15 00:00:14.702 INFO kablam! --> src/lexer.rs:144:3 Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 15 00:00:14.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.702 INFO kablam! Oct 15 00:00:14.702 INFO kablam! warning: enum is never used: `NextChar` Oct 15 00:00:14.702 INFO kablam! --> src/lexer.rs:154:3 Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! 154 | enum NextChar { Oct 15 00:00:14.702 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:00:14.702 INFO kablam! Oct 15 00:00:14.702 INFO kablam! warning: function is never used: `peek_ahead` Oct 15 00:00:14.702 INFO kablam! --> src/lexer.rs:159:3 Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:14.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.702 INFO kablam! Oct 15 00:00:14.702 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 15 00:00:14.702 INFO kablam! --> src/lexer.rs:67:9 Oct 15 00:00:14.702 INFO kablam! | Oct 15 00:00:14.702 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 15 00:00:14.703 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:00:14.703 INFO kablam! | Oct 15 00:00:14.703 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:00:14.703 INFO kablam! Oct 15 00:00:14.703 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 15 00:00:14.703 INFO kablam! --> src/lexer.rs:159:31 Oct 15 00:00:14.703 INFO kablam! | Oct 15 00:00:14.703 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:14.703 INFO kablam! | ^^^^ Oct 15 00:00:14.703 INFO kablam! Oct 15 00:00:15.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 15 00:00:15.100 INFO kablam! su: No module specific data is present Oct 15 00:00:15.935 INFO running `"docker" "rm" "-f" "da20bfe8dd6c822b385d5e6d4a55a3133e746723e3f0fb07ae06cd82125e8b4e"` Oct 15 00:00:16.191 INFO blam! da20bfe8dd6c822b385d5e6d4a55a3133e746723e3f0fb07ae06cd82125e8b4e Oct 15 00:00:16.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:00:16.871 INFO blam! 7275b58c1b4bcffee9ee80143538518932ecbbdeddc64320d0310a79e2ca8cda Oct 15 00:00:16.883 INFO running `"docker" "start" "-a" "7275b58c1b4bcffee9ee80143538518932ecbbdeddc64320d0310a79e2ca8cda"` Oct 15 00:00:17.655 INFO kablam! usermod: no changes Oct 15 00:00:17.682 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 15 00:00:17.938 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 00:00:17.939 INFO kablam! --> src/lexer.rs:1:5 Oct 15 00:00:17.939 INFO kablam! | Oct 15 00:00:17.939 INFO kablam! 1 | use std::collections::HashMap; Oct 15 00:00:17.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:17.939 INFO kablam! | Oct 15 00:00:17.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:00:17.939 INFO kablam! Oct 15 00:00:18.034 INFO kablam! warning: unused variable: `skip` Oct 15 00:00:18.034 INFO kablam! --> src/lexer.rs:65:13 Oct 15 00:00:18.034 INFO kablam! | Oct 15 00:00:18.034 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:18.034 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 15 00:00:18.035 INFO kablam! | Oct 15 00:00:18.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:00:18.035 INFO kablam! Oct 15 00:00:18.035 INFO kablam! warning: unused variable: `index` Oct 15 00:00:18.035 INFO kablam! --> src/lexer.rs:66:13 Oct 15 00:00:18.035 INFO kablam! | Oct 15 00:00:18.035 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:18.035 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 00:00:18.035 INFO kablam! Oct 15 00:00:18.044 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:18.044 INFO kablam! --> src/lexer.rs:65:9 Oct 15 00:00:18.044 INFO kablam! | Oct 15 00:00:18.044 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:18.044 INFO kablam! | ----^^^^ Oct 15 00:00:18.044 INFO kablam! | | Oct 15 00:00:18.044 INFO kablam! | help: remove this `mut` Oct 15 00:00:18.044 INFO kablam! | Oct 15 00:00:18.044 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:00:18.044 INFO kablam! Oct 15 00:00:18.044 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:18.044 INFO kablam! --> src/lexer.rs:66:9 Oct 15 00:00:18.044 INFO kablam! | Oct 15 00:00:18.044 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:18.044 INFO kablam! | ----^^^^^ Oct 15 00:00:18.044 INFO kablam! | | Oct 15 00:00:18.044 INFO kablam! | help: remove this `mut` Oct 15 00:00:18.044 INFO kablam! Oct 15 00:00:18.054 INFO kablam! warning: variant is never constructed: `Asterix` Oct 15 00:00:18.054 INFO kablam! --> src/lexer.rs:23:5 Oct 15 00:00:18.054 INFO kablam! | Oct 15 00:00:18.054 INFO kablam! 23 | Asterix, Oct 15 00:00:18.054 INFO kablam! | ^^^^^^^ Oct 15 00:00:18.054 INFO kablam! | Oct 15 00:00:18.054 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:00:18.054 INFO kablam! Oct 15 00:00:18.054 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 15 00:00:18.054 INFO kablam! --> src/lexer.rs:144:3 Oct 15 00:00:18.054 INFO kablam! | Oct 15 00:00:18.054 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 15 00:00:18.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:18.054 INFO kablam! Oct 15 00:00:18.054 INFO kablam! warning: enum is never used: `NextChar` Oct 15 00:00:18.054 INFO kablam! --> src/lexer.rs:154:3 Oct 15 00:00:18.054 INFO kablam! | Oct 15 00:00:18.054 INFO kablam! 154 | enum NextChar { Oct 15 00:00:18.054 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:00:18.054 INFO kablam! Oct 15 00:00:18.054 INFO kablam! warning: function is never used: `peek_ahead` Oct 15 00:00:18.054 INFO kablam! --> src/lexer.rs:159:3 Oct 15 00:00:18.054 INFO kablam! | Oct 15 00:00:18.054 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:18.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:18.054 INFO kablam! Oct 15 00:00:18.055 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 15 00:00:18.055 INFO kablam! --> src/lexer.rs:67:9 Oct 15 00:00:18.055 INFO kablam! | Oct 15 00:00:18.055 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 15 00:00:18.055 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:00:18.055 INFO kablam! | Oct 15 00:00:18.055 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:00:18.055 INFO kablam! Oct 15 00:00:18.055 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 15 00:00:18.055 INFO kablam! --> src/lexer.rs:159:31 Oct 15 00:00:18.055 INFO kablam! | Oct 15 00:00:18.055 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:18.055 INFO kablam! | ^^^^ Oct 15 00:00:18.055 INFO kablam! Oct 15 00:00:18.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 15 00:00:18.461 INFO kablam! su: No module specific data is present Oct 15 00:00:24.136 INFO running `"docker" "rm" "-f" "7275b58c1b4bcffee9ee80143538518932ecbbdeddc64320d0310a79e2ca8cda"` Oct 15 00:00:24.235 INFO blam! 7275b58c1b4bcffee9ee80143538518932ecbbdeddc64320d0310a79e2ca8cda Oct 15 00:00:24.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:00:27.374 INFO blam! 264054595bb83998cd932ce635151c8bced999284ae6c4ed9f41ed49e5be4f40 Oct 15 00:00:27.374 INFO running `"docker" "start" "-a" "264054595bb83998cd932ce635151c8bced999284ae6c4ed9f41ed49e5be4f40"` Oct 15 00:00:27.802 INFO kablam! usermod: no changes Oct 15 00:00:27.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 00:00:27.845 INFO kablam! Running /target/debug/deps/r_monkey-031f8fe2fb8d8501 Oct 15 00:00:27.851 INFO blam! Oct 15 00:00:27.851 INFO blam! running 3 tests Oct 15 00:00:27.851 INFO blam! test lexer::test_for_keywords ... ok Oct 15 00:00:27.853 INFO blam! test lexer::test_next_token_with_basic_stuff ... ok Oct 15 00:00:27.853 INFO blam! test lexer::test_special_tokens ... ok Oct 15 00:00:27.853 INFO blam! Oct 15 00:00:27.853 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:00:27.853 INFO blam! Oct 15 00:00:27.855 INFO kablam! su: No module specific data is present Oct 15 00:00:28.368 INFO running `"docker" "rm" "-f" "264054595bb83998cd932ce635151c8bced999284ae6c4ed9f41ed49e5be4f40"` Oct 15 00:00:28.722 INFO blam! 264054595bb83998cd932ce635151c8bced999284ae6c4ed9f41ed49e5be4f40