Oct 15 00:00:10.809 INFO testing cultofmetatron/r_monkey against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:00:10.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 00:00:11.359 INFO blam! b46154729e7650514d970dddb59f835ab274593b70936b641c21df088e43a42c Oct 15 00:00:11.367 INFO running `"docker" "start" "-a" "b46154729e7650514d970dddb59f835ab274593b70936b641c21df088e43a42c"` Oct 15 00:00:12.498 INFO kablam! usermod: no changes Oct 15 00:00:12.529 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 15 00:00:12.747 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 00:00:12.747 INFO kablam! --> src/lexer.rs:1:5 Oct 15 00:00:12.747 INFO kablam! | Oct 15 00:00:12.747 INFO kablam! 1 | use std::collections::HashMap; Oct 15 00:00:12.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:12.747 INFO kablam! | Oct 15 00:00:12.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:00:12.747 INFO kablam! Oct 15 00:00:12.818 INFO kablam! warning: unused variable: `skip` Oct 15 00:00:12.818 INFO kablam! --> src/lexer.rs:65:13 Oct 15 00:00:12.818 INFO kablam! | Oct 15 00:00:12.818 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:12.818 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 15 00:00:12.818 INFO kablam! | Oct 15 00:00:12.818 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:00:12.818 INFO kablam! Oct 15 00:00:12.818 INFO kablam! warning: unused variable: `index` Oct 15 00:00:12.818 INFO kablam! --> src/lexer.rs:66:13 Oct 15 00:00:12.818 INFO kablam! | Oct 15 00:00:12.818 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:12.818 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 00:00:12.818 INFO kablam! Oct 15 00:00:12.831 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:12.831 INFO kablam! --> src/lexer.rs:65:9 Oct 15 00:00:12.831 INFO kablam! | Oct 15 00:00:12.831 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:12.831 INFO kablam! | ----^^^^ Oct 15 00:00:12.831 INFO kablam! | | Oct 15 00:00:12.831 INFO kablam! | help: remove this `mut` Oct 15 00:00:12.831 INFO kablam! | Oct 15 00:00:12.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:00:12.831 INFO kablam! Oct 15 00:00:12.831 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:12.831 INFO kablam! --> src/lexer.rs:66:9 Oct 15 00:00:12.831 INFO kablam! | Oct 15 00:00:12.831 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:12.831 INFO kablam! | ----^^^^^ Oct 15 00:00:12.831 INFO kablam! | | Oct 15 00:00:12.831 INFO kablam! | help: remove this `mut` Oct 15 00:00:12.831 INFO kablam! Oct 15 00:00:12.831 INFO kablam! warning: variant is never constructed: `Asterix` Oct 15 00:00:12.831 INFO kablam! --> src/lexer.rs:23:5 Oct 15 00:00:12.831 INFO kablam! | Oct 15 00:00:12.831 INFO kablam! 23 | Asterix, Oct 15 00:00:12.831 INFO kablam! | ^^^^^^^ Oct 15 00:00:12.831 INFO kablam! | Oct 15 00:00:12.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:00:12.831 INFO kablam! Oct 15 00:00:12.836 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 15 00:00:12.836 INFO kablam! --> src/lexer.rs:144:3 Oct 15 00:00:12.836 INFO kablam! | Oct 15 00:00:12.836 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 15 00:00:12.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:12.836 INFO kablam! Oct 15 00:00:12.836 INFO kablam! warning: enum is never used: `NextChar` Oct 15 00:00:12.836 INFO kablam! --> src/lexer.rs:154:3 Oct 15 00:00:12.836 INFO kablam! | Oct 15 00:00:12.836 INFO kablam! 154 | enum NextChar { Oct 15 00:00:12.836 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:00:12.836 INFO kablam! Oct 15 00:00:12.836 INFO kablam! warning: function is never used: `peek_ahead` Oct 15 00:00:12.836 INFO kablam! --> src/lexer.rs:159:3 Oct 15 00:00:12.836 INFO kablam! | Oct 15 00:00:12.836 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:12.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:12.836 INFO kablam! Oct 15 00:00:12.836 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 15 00:00:12.836 INFO kablam! --> src/lexer.rs:67:9 Oct 15 00:00:12.836 INFO kablam! | Oct 15 00:00:12.836 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 15 00:00:12.836 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:00:12.836 INFO kablam! | Oct 15 00:00:12.836 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:00:12.837 INFO kablam! Oct 15 00:00:12.837 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 15 00:00:12.837 INFO kablam! --> src/lexer.rs:159:31 Oct 15 00:00:12.837 INFO kablam! | Oct 15 00:00:12.837 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:12.837 INFO kablam! | ^^^^ Oct 15 00:00:12.837 INFO kablam! Oct 15 00:00:13.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 15 00:00:13.292 INFO kablam! su: No module specific data is present Oct 15 00:00:13.633 INFO running `"docker" "rm" "-f" "b46154729e7650514d970dddb59f835ab274593b70936b641c21df088e43a42c"` Oct 15 00:00:13.792 INFO blam! b46154729e7650514d970dddb59f835ab274593b70936b641c21df088e43a42c Oct 15 00:00:13.793 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 00:00:13.948 INFO blam! 2d453d09b3d49c97cb3594c2e2a7f73ba99eaf072087cbe0d15ba070a40385bf Oct 15 00:00:13.950 INFO running `"docker" "start" "-a" "2d453d09b3d49c97cb3594c2e2a7f73ba99eaf072087cbe0d15ba070a40385bf"` Oct 15 00:00:14.363 INFO kablam! usermod: no changes Oct 15 00:00:14.399 INFO kablam! Compiling r_monkey v0.1.0 (/source) Oct 15 00:00:14.676 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 00:00:14.676 INFO kablam! --> src/lexer.rs:1:5 Oct 15 00:00:14.676 INFO kablam! | Oct 15 00:00:14.676 INFO kablam! 1 | use std::collections::HashMap; Oct 15 00:00:14.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.676 INFO kablam! | Oct 15 00:00:14.676 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:00:14.676 INFO kablam! Oct 15 00:00:14.793 INFO kablam! warning: unused variable: `skip` Oct 15 00:00:14.793 INFO kablam! --> src/lexer.rs:65:13 Oct 15 00:00:14.793 INFO kablam! | Oct 15 00:00:14.793 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:14.793 INFO kablam! | ^^^^ help: consider using `_skip` instead Oct 15 00:00:14.793 INFO kablam! | Oct 15 00:00:14.793 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:00:14.793 INFO kablam! Oct 15 00:00:14.793 INFO kablam! warning: unused variable: `index` Oct 15 00:00:14.793 INFO kablam! --> src/lexer.rs:66:13 Oct 15 00:00:14.793 INFO kablam! | Oct 15 00:00:14.793 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:14.793 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 00:00:14.796 INFO kablam! Oct 15 00:00:14.811 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:14.812 INFO kablam! --> src/lexer.rs:65:9 Oct 15 00:00:14.812 INFO kablam! | Oct 15 00:00:14.812 INFO kablam! 65 | let mut skip : bool = false; Oct 15 00:00:14.812 INFO kablam! | ----^^^^ Oct 15 00:00:14.812 INFO kablam! | | Oct 15 00:00:14.812 INFO kablam! | help: remove this `mut` Oct 15 00:00:14.812 INFO kablam! | Oct 15 00:00:14.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 00:00:14.812 INFO kablam! Oct 15 00:00:14.812 INFO kablam! warning: variable does not need to be mutable Oct 15 00:00:14.812 INFO kablam! --> src/lexer.rs:66:9 Oct 15 00:00:14.812 INFO kablam! | Oct 15 00:00:14.812 INFO kablam! 66 | let mut index : usize = 0; Oct 15 00:00:14.812 INFO kablam! | ----^^^^^ Oct 15 00:00:14.812 INFO kablam! | | Oct 15 00:00:14.812 INFO kablam! | help: remove this `mut` Oct 15 00:00:14.812 INFO kablam! Oct 15 00:00:14.825 INFO kablam! warning: variant is never constructed: `Asterix` Oct 15 00:00:14.826 INFO kablam! --> src/lexer.rs:23:5 Oct 15 00:00:14.826 INFO kablam! | Oct 15 00:00:14.827 INFO kablam! 23 | Asterix, Oct 15 00:00:14.827 INFO kablam! | ^^^^^^^ Oct 15 00:00:14.827 INFO kablam! | Oct 15 00:00:14.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:00:14.829 INFO kablam! Oct 15 00:00:14.829 INFO kablam! warning: function is never used: `is_complex_modifier` Oct 15 00:00:14.829 INFO kablam! --> src/lexer.rs:144:3 Oct 15 00:00:14.829 INFO kablam! | Oct 15 00:00:14.829 INFO kablam! 144 | fn is_complex_modifier(ch1: char) -> bool { Oct 15 00:00:14.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.829 INFO kablam! Oct 15 00:00:14.829 INFO kablam! warning: enum is never used: `NextChar` Oct 15 00:00:14.829 INFO kablam! --> src/lexer.rs:154:3 Oct 15 00:00:14.829 INFO kablam! | Oct 15 00:00:14.830 INFO kablam! 154 | enum NextChar { Oct 15 00:00:14.831 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:00:14.831 INFO kablam! Oct 15 00:00:14.831 INFO kablam! warning: function is never used: `peek_ahead` Oct 15 00:00:14.831 INFO kablam! --> src/lexer.rs:159:3 Oct 15 00:00:14.831 INFO kablam! | Oct 15 00:00:14.831 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:14.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:00:14.831 INFO kablam! Oct 15 00:00:14.831 INFO kablam! warning: variable `charTerator` should have a snake case name such as `char_terator` Oct 15 00:00:14.831 INFO kablam! --> src/lexer.rs:67:9 Oct 15 00:00:14.831 INFO kablam! | Oct 15 00:00:14.831 INFO kablam! 67 | let mut charTerator = input.chars().peekable(); Oct 15 00:00:14.832 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:00:14.832 INFO kablam! | Oct 15 00:00:14.832 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:00:14.832 INFO kablam! Oct 15 00:00:14.832 INFO kablam! warning: variable `aStr` should have a snake case name such as `a_str` Oct 15 00:00:14.832 INFO kablam! --> src/lexer.rs:159:31 Oct 15 00:00:14.832 INFO kablam! | Oct 15 00:00:14.832 INFO kablam! 159 | fn peek_ahead(index: usize, aStr: &Vec) -> NextChar { Oct 15 00:00:14.832 INFO kablam! | ^^^^ Oct 15 00:00:14.832 INFO kablam! Oct 15 00:00:15.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 15 00:00:15.392 INFO kablam! su: No module specific data is present Oct 15 00:00:16.116 INFO running `"docker" "rm" "-f" "2d453d09b3d49c97cb3594c2e2a7f73ba99eaf072087cbe0d15ba070a40385bf"` Oct 15 00:00:16.311 INFO blam! 2d453d09b3d49c97cb3594c2e2a7f73ba99eaf072087cbe0d15ba070a40385bf Oct 15 00:00:16.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 00:00:17.090 INFO blam! 061d241d0eea601d429f400ef27df8fa5b77ae447f7bfb73bb488214849ca585 Oct 15 00:00:17.093 INFO running `"docker" "start" "-a" "061d241d0eea601d429f400ef27df8fa5b77ae447f7bfb73bb488214849ca585"` Oct 15 00:00:17.771 INFO kablam! usermod: no changes Oct 15 00:00:17.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 00:00:17.800 INFO kablam! Running /target/debug/deps/r_monkey-fbb936d394754e46 Oct 15 00:00:17.802 INFO blam! Oct 15 00:00:17.802 INFO blam! running 3 tests Oct 15 00:00:17.802 INFO blam! test lexer::test_next_token_with_basic_stuff ... ok Oct 15 00:00:17.802 INFO blam! test lexer::test_special_tokens ... ok Oct 15 00:00:17.803 INFO blam! test lexer::test_for_keywords ... ok Oct 15 00:00:17.803 INFO blam! Oct 15 00:00:17.803 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:00:17.803 INFO blam! Oct 15 00:00:17.805 INFO kablam! su: No module specific data is present Oct 15 00:00:24.144 INFO running `"docker" "rm" "-f" "061d241d0eea601d429f400ef27df8fa5b77ae447f7bfb73bb488214849ca585"` Oct 15 00:00:24.248 INFO blam! 061d241d0eea601d429f400ef27df8fa5b77ae447f7bfb73bb488214849ca585