Oct 12 20:47:37.603 INFO testing travisbhartwell/rbasic against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:47:37.603 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 12 20:47:38.039 INFO blam! ac72f6497fc2dc91f52d98fe4979a2b96c14cba73e47f14199d6fcfa07843173 Oct 12 20:47:38.047 INFO running `"docker" "start" "-a" "ac72f6497fc2dc91f52d98fe4979a2b96c14cba73e47f14199d6fcfa07843173"` Oct 12 20:47:39.599 INFO kablam! usermod: no changes Oct 12 20:47:39.652 INFO kablam! Compiling either v1.0.2 Oct 12 20:47:40.027 INFO kablam! Compiling itertools v0.5.8 Oct 12 20:47:42.107 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 12 20:47:42.631 INFO kablam! warning: variable does not need to be mutable Oct 12 20:47:42.631 INFO kablam! --> src/evaluator.rs:209:21 Oct 12 20:47:42.632 INFO kablam! | Oct 12 20:47:42.632 INFO kablam! 209 | fn parse_expression(mut token_iter: &mut Peekable>) Oct 12 20:47:42.632 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:47:42.632 INFO kablam! | | Oct 12 20:47:42.633 INFO kablam! | help: remove this `mut` Oct 12 20:47:42.633 INFO kablam! | Oct 12 20:47:42.633 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:47:42.634 INFO kablam! Oct 12 20:47:42.634 INFO kablam! warning: variable does not need to be mutable Oct 12 20:47:42.634 INFO kablam! --> src/evaluator.rs:271:34 Oct 12 20:47:42.634 INFO kablam! | Oct 12 20:47:42.635 INFO kablam! 271 | fn parse_and_eval_expression<'a>(mut token_iter: &mut Peekable>, Oct 12 20:47:42.635 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:47:42.635 INFO kablam! | | Oct 12 20:47:42.636 INFO kablam! | help: remove this `mut` Oct 12 20:47:42.636 INFO kablam! Oct 12 20:47:45.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.21s Oct 12 20:47:45.839 INFO kablam! su: No module specific data is present Oct 12 20:47:47.067 INFO running `"docker" "rm" "-f" "ac72f6497fc2dc91f52d98fe4979a2b96c14cba73e47f14199d6fcfa07843173"` Oct 12 20:47:47.439 INFO blam! ac72f6497fc2dc91f52d98fe4979a2b96c14cba73e47f14199d6fcfa07843173 Oct 12 20:47:47.452 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 12 20:47:47.873 INFO blam! a02af983b64f164200113b562831d522102d78e40545844a8a8bc8415cc05646 Oct 12 20:47:47.874 INFO running `"docker" "start" "-a" "a02af983b64f164200113b562831d522102d78e40545844a8a8bc8415cc05646"` Oct 12 20:47:50.430 INFO kablam! usermod: no changes Oct 12 20:47:50.519 INFO kablam! Compiling rbasic v0.1.0 (/source) Oct 12 20:47:52.391 INFO kablam! warning: variable does not need to be mutable Oct 12 20:47:52.391 INFO kablam! --> src/evaluator.rs:209:21 Oct 12 20:47:52.391 INFO kablam! | Oct 12 20:47:52.391 INFO kablam! 209 | fn parse_expression(mut token_iter: &mut Peekable>) Oct 12 20:47:52.391 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:47:52.391 INFO kablam! | | Oct 12 20:47:52.391 INFO kablam! | help: remove this `mut` Oct 12 20:47:52.391 INFO kablam! | Oct 12 20:47:52.391 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:47:52.391 INFO kablam! Oct 12 20:47:52.395 INFO kablam! warning: variable does not need to be mutable Oct 12 20:47:52.395 INFO kablam! --> src/evaluator.rs:271:34 Oct 12 20:47:52.395 INFO kablam! | Oct 12 20:47:52.395 INFO kablam! 271 | fn parse_and_eval_expression<'a>(mut token_iter: &mut Peekable>, Oct 12 20:47:52.395 INFO kablam! | ----^^^^^^^^^^ Oct 12 20:47:52.395 INFO kablam! | | Oct 12 20:47:52.395 INFO kablam! | help: remove this `mut` Oct 12 20:47:52.395 INFO kablam! Oct 12 20:47:53.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.83s Oct 12 20:47:53.296 INFO kablam! su: No module specific data is present Oct 12 20:47:53.998 INFO running `"docker" "rm" "-f" "a02af983b64f164200113b562831d522102d78e40545844a8a8bc8415cc05646"` Oct 12 20:47:54.351 INFO blam! a02af983b64f164200113b562831d522102d78e40545844a8a8bc8415cc05646 Oct 12 20:47:54.361 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" "-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 12 20:47:54.711 INFO blam! c52497ad9671046f47294d7ad58acd2359b6da99484423d4ffc9f8835537020a Oct 12 20:47:54.715 INFO running `"docker" "start" "-a" "c52497ad9671046f47294d7ad58acd2359b6da99484423d4ffc9f8835537020a"` Oct 12 20:47:55.955 INFO kablam! usermod: no changes Oct 12 20:47:56.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 20:47:56.021 INFO kablam! Running /target/debug/deps/rbasic-321e92c003a9eddb Oct 12 20:47:56.021 INFO blam! Oct 12 20:47:56.021 INFO blam! running 0 tests Oct 12 20:47:56.021 INFO blam! Oct 12 20:47:56.021 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:47:56.022 INFO blam! Oct 12 20:47:56.027 INFO kablam! Running /target/debug/deps/rbasic-b1d7b88c1b4c98c2 Oct 12 20:47:56.039 INFO kablam! Running /target/debug/deps/evaluator-d2e8b0fbdeccd77f Oct 12 20:47:56.039 INFO blam! Oct 12 20:47:56.040 INFO kablam! Running /target/debug/deps/lexer-a07f9ea135bf7456 Oct 12 20:47:56.040 INFO blam! running 0 tests Oct 12 20:47:56.040 INFO blam! Oct 12 20:47:56.040 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:47:56.040 INFO blam! Oct 12 20:47:56.041 INFO blam! Oct 12 20:47:56.041 INFO blam! running 4 tests Oct 12 20:47:56.041 INFO blam! test eval_goto_invalid_line_number ... ok Oct 12 20:47:56.041 INFO blam! test eval_goto_invalid_target_line_number ... ok Oct 12 20:47:56.041 INFO blam! test eval_goto_no_line_number ... ok Oct 12 20:47:56.041 INFO blam! test eval_input_no_variable ... ok Oct 12 20:47:56.042 INFO blam! Oct 12 20:47:56.042 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:47:56.042 INFO blam! Oct 12 20:47:56.042 INFO blam! Oct 12 20:47:56.042 INFO blam! running 7 tests Oct 12 20:47:56.063 INFO blam! test tokenize_bad_line_number ... ok Oct 12 20:47:56.063 INFO blam! test tokenize_line_with_bad_identifier ... ok Oct 12 20:47:56.064 INFO blam! test tokenize_line_with_comment ... ok Oct 12 20:47:56.064 INFO blam! test tokenize_line_with_string ... ok Oct 12 20:47:56.064 INFO blam! test tokenize_line_with_identifier ... ok Oct 12 20:47:56.064 INFO blam! test tokenize_line_with_goto ... ok Oct 12 20:47:56.064 INFO blam! test tokenize_no_line_number ... ok Oct 12 20:47:56.065 INFO blam! Oct 12 20:47:56.065 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:47:56.065 INFO blam! Oct 12 20:47:56.071 INFO kablam! Doc-tests rbasic Oct 12 20:47:56.479 INFO blam! Oct 12 20:47:56.479 INFO blam! running 0 tests Oct 12 20:47:56.479 INFO blam! Oct 12 20:47:56.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:47:56.479 INFO blam! Oct 12 20:47:56.485 INFO kablam! su: No module specific data is present Oct 12 20:47:57.524 INFO running `"docker" "rm" "-f" "c52497ad9671046f47294d7ad58acd2359b6da99484423d4ffc9f8835537020a"` Oct 12 20:47:57.795 INFO blam! c52497ad9671046f47294d7ad58acd2359b6da99484423d4ffc9f8835537020a